Book picks similar to
Exam 98-366: Mta Networking Fundamentals by MOAC (Microsoft Official Academic Course)
career
ms
mta
specialist-books
Staffing Organizations
Herbert G. Heneman III - 1994
This work contains components of the model, which include staffing models and strategy, staffing support systems (legal compliance, planning, job analysis and rewards), core staffing systems (recruitment, selection, employment), and staffing system and retention management.
Lead... for God's Sake!: A Parable for Finding the Heart of Leadership
Todd G. Gongwer - 2010
If you have ever asked yourself why you do what you do, or wondered what your purpose is in leadership or in life, this book is for you. As the lives of a coach, a CEO, and a janitor intersect in this captivating parable you will journey deep into the heart of leadership where the answers to many of life's most important questions can be found.Whether you're leading in business, sports, or in your own family, this inspiring story will show you how to take the first - and most important - step in becoming the leader you were meant to be. Lead for God's Sake truly is much more than a simple statement. It's a calling!"Seldom have I found this kind of practical wisdom presented in such a delightful, engaging and compelling narrative. As a business leader, I found its "takeaways" right on targettouching life where the rubber meets the road. I wasn't able to put it down. It's that good!"John D. Beckett,
Scrappy Project Management: The 12 Predictable and Avoidable Pitfalls That Every Project Faces
Kimberly Wiefling - 2007
Unfortunately most of these are PREDICTABLE and AVOIDABLE. Tact and diplomacy can only get you so far in the wild and wacky world of project work. A combination of outrageous creativity, sheer bravado and nerves of steel will serve you far better than any fancy-schmancy Microsoft Project Gantt chart!'Scrappy Project Management' is about what REALLY happens in the project environment, how to survive it, and how to make sure that your team avoids the predictable and avoidable pitfalls that every project faces.
The Amazon Echo Dot User Guide: Newbie to Expert in 1 Hour!: The Echo Dot User Manual That Should Have Come In The Box
Tom Edwards - 2016
From the Number 1 Best Selling authors in Computers and Technology, this clear and concise guide will show you how to get the very best from your new Amazon Echo Dot. Step by step instructions will take you from newbie to expert in just one hour! About the Authors: Tom and Jenna Edwards are the Amazon Tech authors behind the Number 1 Best-selling e-books 250+ Best Kindle Fire & Fire HD Apps and All-New Fire 7 User Guide: Newbie to Expert in 2 Hours!
UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design
Jim Arlow - 2001
Even for people not working with the Unified Process, the book is still of great use. UML 2 and the Unified Process, Second Edition is a must-read for every UML 2 beginner and a helpful guide and reference for the experienced practitioner."--Roland Leibundgut, Technical Director, Zuehlke Engineering Ltd."This book is a good starting point for organizations and individuals who are adopting UP and need to understand how to provide visualization of the different aspects needed to satisfy it. "--Eric Naiburg, Market Manager, Desktop Products, IBM Rational SoftwareThis thoroughly revised edition provides an indispensable and practical guide to the complex process of object-oriented analysis and design using UML 2. It describes how the process of OO analysis and design fits into the software development lifecycle as defined by the Unified Process (UP). UML 2 and the Unified Process contains a wealth of practical, powerful, and useful techniques that you can apply immediately. As you progress through the text, you will learn OO analysis and design techniques, UML syntax and semantics, and the relevant aspects of the UP. The book provides you with an accurate and succinct summary of both UML and UP from the point of view of the OO analyst and designer.This book providesChapter roadmaps, detailed diagrams, and margin notes allowing you to focus on your needs Outline summaries for each chapter, making it ideal for revision, and a comprehensive index that can be used as a reference New to this edition:Completely revised and updated for UML 2 syntax Easy to understand explanations of the new UML 2 semantics More real-world examples A new section on the Object Constraint Language (OCL) Introductory material on the OMG's Model Driven Architecture (MDA) The accompanying website providesA complete example of a simple e-commerce system Open source tools for requirements engineering and use case modeling Industrial-strength UML course materials based on the book
Implementing Domain-Driven Design
Vaughn Vernon - 2013
Vaughn Vernon couples guided approaches to implementation with modern architectures, highlighting the importance and value of focusing on the business domain while balancing technical considerations.Building on Eric Evans’ seminal book, Domain-Driven Design, the author presents practical DDD techniques through examples from familiar domains. Each principle is backed up by realistic Java examples–all applicable to C# developers–and all content is tied together by a single case study: the delivery of a large-scale Scrum-based SaaS system for a multitenant environment.The author takes you far beyond “DDD-lite” approaches that embrace DDD solely as a technical toolset, and shows you how to fully leverage DDD’s “strategic design patterns” using Bounded Context, Context Maps, and the Ubiquitous Language. Using these techniques and examples, you can reduce time to market and improve quality, as you build software that is more flexible, more scalable, and more tightly aligned to business goals.
One Page Talent Management: Eliminating Complexity, Adding Value
Marc Effron - 2010
You also know what it takes to build that talent—and you spend significant financial and human resources to make it happen. Yet somehow, your company’s beautifully designed and well-benchmarked processes don’t translate into the bottom-line talent depth you need. Why?Talent management experts Marc Effron and Miriam Ort argue that companies unwittingly add layers of complexity to their talent building models—without evaluating whether those components add any value to the overall process. Consequently, simple processes like setting employee performance goals become multi-page, headache-inducing time-wasters that turn managers off to the whole process and fail to improve results.In this revolutionary book, Effron and Ort introduce One Page Talent Management (OPTM): a powerfully simple approach that significantly accelerates a company’s ability to develop better leaders faster. The authors outline a straightforward, easy-to-use process for designing results-oriented OPTM processes: base every process on proven scientific research; eliminate complexity by including only those components that add real value to the process; and build transparency and accountability into every practice.Based on extensive research and the authors’ hands-on corporate and consulting experience with companies including Avon Products, Bank of America, and Philips, One Page Talent Management shows how to:• Quickly identify high potential talent without complex assessments• Increase the number of “ready now” successors for key roles• Generate 360 feedback that accelerates change in the most critical behaviors• Significantly reduce the time required for managers to implement talent processes• Enforce accountability for growing talent through corporate culture, compensation, etc.A radical new approach to growing talent, One Page Talent Management trades complexity and bureaucracy for simplicity and a relentless focus on adding value to create the high-quality talent you need—right now.
Eloquent JavaScript: A Modern Introduction to Programming
Marijn Haverbeke - 2010
I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?
Android Phones for Dummies
Dan Gookin - 2012
Veteran world-renowned author Dan Gookin walks you through everything from getting started with setup and configuration to making the most of your phone's potential with texting, e-mailing, accessing the Internet and social networking sites, using the camera, synching with a PC, downloading apps, and more.Covers all the details of the operating system that applies to every Android phone, including Motorola Droids, HTC devices, Samsung Galaxy S phones, to name a few Walks you through basic phone operations while also encouraging you to explore your phone's full potential Serves as an ideal guide to an inexperienced Android newbie who is enthusiastic about getting a handle on everything an Android phone can do Android Phones For Dummies helps you get smarter with your Android smartphone.
Introduction to Information Systems
James A. O'Brien - 1991
Reflecting the movement toward enterprise-wide business applications, this work focuses on teaching the general business manager how to use and manage IT technologies such as the Internet, Intranets, and Extranets for enterprise collaboration, and how IT contributes to competitive advantage, reengineering business processes, and decision-making.
Bitcoin for Dummies
Prypto - 2015
Understanding the mechanisms and risk behind Bitcoin can be a challenge, but this book breaks it down into easy-to-understand language to give you a solid grasp of just where your money is going. You'll learn the details of Bitcoin trading, how to set up your Bitcoin wallet, and everything you need to get started right away. An in-depth discussion on security shows you how to protect yourself against some of the riskier aspects of this open-source platform, helping you reduce your risks in the market and use Bitcoin safely and effectively.Bitcoin uses peer-to-peer technology to operate with no central authority or banks, with transaction management and issuing of Bitcoins carried out collectively by the network. Bitcoin allows easy mobile payments, fast international payments, low- or no-fee transactions, multi-signature capabilities, and more, but the nuances of the market can be difficult to grasp. This informative guide lays it all out in plain English, so you can strengthen your understanding and get started now.Understand the ins and outs of the Bitcoin market Learn how to set up your Bitcoin wallet Protect yourself against fraud and theft Get started trading this exciting new currency The Bitcoin market is huge, growing quickly, and packed with potential. There's also some risk, so you need to go in fully informed and take steps to manage your risk wisely. Bitcoin For Dummies is the clear, quick, easy-to-follow guide to getting started with Bitcoin.
Software Architecture in Practice
Len Bass - 2003
Distinct from the details of implementation, algorithm, and data representation, an architecture holds the key to achieving system quality, is a reusable asset that can be applied to subsequent systems, and is crucial to a software organization's business strategy.Drawing on their own extensive experience, the authors cover the essential technical topics for designing, specifying, and validating a system. They also emphasize the importance of the business context in which large systems are designed. Their aim is to present software architecture in a real-world setting, reflecting both the opportunities and constraints that companies encounter. To that end, case studies that describe successful architectures illustrate key points of both technical and organizational discussions.Topics new to this edition include:
Architecture design and analysis, including the Architecture Tradeoff Analysis Method (ATAM)
Capturing quality requirements and achieving them through quality scenarios and tactics
Using architecture reconstruction to recover undocumented architectures
Documenting architectures using the Unified Modeling Language (UML)
New case studies, including Web-based examples and a wireless Enterprise JavaBeans (EJB) system designed to support wearable computers
The financial aspects of architectures, including use of the Cost Benefit Analysis Method (CBAM) to make decisions
If you design, develop, or manage the building of large software systems (or plan to do so), or if you are interested in acquiring such systems for your corporation or government agency, use Software Architecture in Practice, Second Edition, to get up to speed on the current state of software architecture.
Web Design For Dummies
Lisa Lopuck - 2001
With "Web Design For Dummies," you will be able to design your own Web site like a pro.Web design requires many programs to make a Website attractive and fun, including: Using Web editors like DreamweaverImage editing tools like Photoshop elementsDrawing utensils like IllustratorBackground markup and scripting languages like HTML and CSSThis fun guide covers all of the topics that every aspiring Web designer should know. This book offers advice on: Designing for your audienceBuilding a solid framework for easy navigationCreating appealing graphics that work with the siteChoosing the proper type and colorsTweaking the HTML to make everything work correctlyApplying next-step technologies including JavaScriptParlaying your skills into paid workWith expert guidance from Lisa Lopuck, a pioneer in interactive media design and the Senior Producer at Disney, you will be creating superb Web pages that will charm and impress all of your visitors
Take Back Your Life!: Using Microsoft Office Outlook 2007 to Get Organized and Stay Organized
Sally McGhee - 2007
Get expert advice and take back control over your life and workday by managing all your communications action items and interactions with proven time management and productivity techniques and Microsoft Office Outlook 2007 In this book productivity expert Sally McGhee shows you how to take control and reclaim something you thought you had lost forever your work life balance Now you can benefit from Sally s popular and highly regarded corporate education programs learning simple but powerful techniques for rebalancing your personal and professional commitments by using the latest productivity features in Microsoft Office Outlook 2007 If you re bogged down by unrelenting e mail messages conflicting commitments and endless interruptions it s not too late to reclaim control of your workday and take back your life By applying the same time management and productivity techniques used by leading companies you can better manage all of your communications action items and interactions In this book productivity expert Sally McGhee shows you how to take control and reclaim something you thought you had lost forever your work life balance Now you can benefit from Sally s popular and highly regarded corporate education programs learning simple but powerful techniques for rebalancing your personal and professional commitments by using the latest productivity features in Microsoft Office Outlook 2007 Learn the proven methods that empower you to clear away distractions and loose ends and focus on what s really important to you and your business You will discover what defines and what limits your personal productivity and learn how to create your own management system Examine how you collect and store information process and organize your e mail messages for efficiency and plan and prioritize with the calendar features in Office Outlook 2007 Learn what thousands of people worldwide have discovered about taking control of their everyday productivity and