Project Management for Dummies


Stanley E. Portny - 2000
    Project Management For Dummies, Second Edition introduces you to the principles of successful project management and shows you how to motivate any team to gain maximum productivity. You'll find out how to:Define your project and what you intend to accomplish Identify project stakeholders and their expectations Develop a project plan Establish project schedules and timetables Determine which skill sets and resources the project requires Choose team members and define their roles Launch you project and track its progress Encourage peak performance Conclude your project successfully Complete with helpful tips on delegating, shortening schedules, and optimizing your own performance Project Management for Dummies, help you get your project, and your career, off the ground in no time.

The Design of Everyday Things


Donald A. Norman - 1988
    It could forever change how you experience and interact with your physical surroundings, open your eyes to the perversity of bad design and the desirability of good design, and raise your expectations about how things should be designed.B & W photographs and illustrations throughout.

Scrum Guide


Ken Schwaber - 2010
    The Scrum Guide documents the Scrum framework and is maintained by Scrum’s creators, Ken Schwaber and Jeff Sutherland.

On Becoming a Leader


Warren Bennis - 1989
    Today's environment is similarly chaotic, turbulent, and uncertain. On Becoming a Leader has served for nearly fifteen years as a beacon of insight, delving into the qualities that define leadership, the people who exemplify it, and the strategies that anyone can apply to become an effective leader. This new edition features a provocative introduction on the challenges and opportunities facing leaders today, with additional updates and current references throughout.

Fierce Conversations: Achieving Success at Work and in Life One Conversation at a Time


Susan Scott - 2002
     The master teacher of positive change through powerful communication, Susan Scott wants her readers to succeed. To do that, she explains, one must transform everyday conversations employing effective ways to get the message across. In this guide, which includes exercises and tools to take you step by step through the Seven Principles of Fierce Conversations, Scott teaches readers how to: * Overcome barriers to meaningful communication * Expand and enrich conversations with colleagues, friends, and family * Increase clarity and improve understanding * Handle strong emotions-on both sides of the table

Successful Manager's Handbook


Susan H. Gebelein - 1992
    As a long time manager who dealt with organizational issues, growth, personnel matters, finance, and political influences, and one who teaches undergraduate and graduate school courses in management and leadership, I have experienced most of these issues. The author has done a remarkable job in the detail and accuracy of the work. The work is clear and understandable and organized in such as way as to allow easy access to information. To find such a compendium of information in one book instead of many is an additional benefit. Content is also ratified by the collective skills sets the authors bring.I highly recommend this book as a desk reference for anyone in a leadership or management role, and highly recommend it for anyone aspiring to the job. The comprehensive nature of the material in the book provides the foundation for new managers. In addition, the reference material leads readers to many other sources, reducing the need for Internet surfing trying to find information, or visiting the local library. As a graduate school faculty member I would also state for the record that this would be a great textbook. The book is written by practitioners who bring a wealth of knowledge and experience to the table. This book is a must read. Well done to all the authors - you have provided a book any manager, supervisor, or teacher should have.

This is Marketing: You Can't Be Seen Until You Learn To See


Seth Godin - 2018
    He is the inventor of countless ideas and phrases that have made their way into mainstream business language, from Permission Marketing to Purple Cow to Tribes to The Dip. Now, for the first time, Godin offers the core of his marketing wisdom in one accessible, timeless package. At the heart of his approach is a big idea: Great marketers don't use consumers to solve their company's problem; they use marketing to solve other people's problems. They don't just make noise; they make the world better. Truly powerful marketing is grounded in empathy, generosity, and emotional labour.This book teaches you how to identify your smallest viable audience; draw on the right signals and signs to position your offering; build trust and permission with your target market; speak to the narratives your audience tells themselves about status, affiliation, and dominance; spot opportunities to create and release tension; and give people the tools to achieve their goals.It's time for marketers to stop lying, spamming, and feeling guilty about their work. It's time to stop confusing social media metrics with true connections. It's time to stop wasting money on stolen attention that won't pay off in the long run. This is Marketing offers a better approach that will still apply for decades to come, no matter how the tactics of marketing continue to evolve.

Leadership and Self-Deception: Getting Out of the Box


The Arbinger Institute - 2000
    However well intentioned they may be, leaders who deceive themselves always end up undermining their own performance.This straightforward book explains how leaders can discover their own self-deceptions and learn how to escape destructive patterns. The authors demonstrate that breaking out of these patterns leads to improved teamwork, commitment, trust, communication, motivation, and leadership.

Refactoring: Improving the Design of Existing Code


Martin Fowler - 1999
    Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.

Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"

Coders at Work: Reflections on the Craft of Programming


Peter Seibel - 2009
    As the words "at work" suggest, Peter Seibel focuses on how his interviewees tackle the day–to–day work of programming, while revealing much more, like how they became great programmers, how they recognize programming talent in others, and what kinds of problems they find most interesting. Hundreds of people have suggested names of programmers to interview on the Coders at Work web site: http://www.codersatwork.com. The complete list was 284 names. Having digested everyone’s feedback, we selected 16 folks who’ve been kind enough to agree to be interviewed:- Frances Allen: Pioneer in optimizing compilers, first woman to win the Turing Award (2006) and first female IBM fellow- Joe Armstrong: Inventor of Erlang- Joshua Bloch: Author of the Java collections framework, now at Google- Bernie Cosell: One of the main software guys behind the original ARPANET IMPs and a master debugger- Douglas Crockford: JSON founder, JavaScript architect at Yahoo!- L. Peter Deutsch: Author of Ghostscript, implementer of Smalltalk-80 at Xerox PARC and Lisp 1.5 on PDP-1- Brendan Eich: Inventor of JavaScript, CTO of the Mozilla Corporation - Brad Fitzpatrick: Writer of LiveJournal, OpenID, memcached, and Perlbal - Dan Ingalls: Smalltalk implementor and designer- Simon Peyton Jones: Coinventor of Haskell and lead designer of Glasgow Haskell Compiler- Donald Knuth: Author of The Art of Computer Programming and creator of TeX- Peter Norvig: Director of Research at Google and author of the standard text on AI- Guy Steele: Coinventor of Scheme and part of the Common Lisp Gang of Five, currently working on Fortress- Ken Thompson: Inventor of UNIX- Jamie Zawinski: Author of XEmacs and early Netscape/Mozilla hackerWhat you’ll learn:How the best programmers in the world do their jobWho is this book for?Programmers interested in the point of view of leaders in the field. Programmers looking for approaches that work for some of these outstanding programmers.

Business Model Generation


Alexander Osterwalder - 2010
    You will learn how to systematically understand, design, and implement a new business model or analyze and renovate an old one.2) Co-created by 470 strategy practitionersBusiness Model Generation practices what it preaches. Co-authored by 470 Business Model Canvas practitioners from 45 countries, the book was financed and produced independently of the traditional publishing industry. It features a tightly-integrated, visual, lie-flat design that enables immediate hands-on use.3) Designed for doersBusiness Model Generation is for those ready to abandon outmoded thinking and embrace new, innovative models of value creation: executives, consultants, entrepreneurs and leaders of all organizations.

Information Technology Project Management


Kathy Schwalbe - 1999
    The author explains the foundations of project management - project integration, scope, time, cost, quality, human resources, communications, risk, and procurement - using the experiences of real-life businesses. This new fourth edition includes a running case, new PMBOK Guide, and coverage of Microsoft Project 2003. Accompanying the book is a revised companion Web site, www.course.com/mis/schwalbe4e.

Product Roadmaps Relaunched: How to Set Direction while Embracing Uncertainty


C. Todd Lombardo - 2017
    In fact, this one document can steer an entire organization when it comes to delivering on company strategy. This practical guide teaches you how to create an effective product roadmap, and demonstrates how to use the roadmap to align stakeholders and prioritize ideas and requests. With it, you’ll learn to communicate how your products will make your customers and organization successful. Whether you're a product manager, product owner, business analyst, program manager, project manager, scrum master, lead developer, designer, development manager, entrepreneur, or business owner, this book will show you how to: Articulate an inspiring vision and goals for your product Prioritize ruthlessly and scientifically Protect against pursuing seemingly good ideas without evaluation and prioritization Ensure alignment with stakeholders Inspire loyalty and over­-delivery from your team Get your sales team working with you instead of against you Bring a user­ and buyer-­centric approach to planning and decision-making Anticipate opportunities and stay ahead of the game Publish a comprehensive roadmap without over­committing

Ask a Manager: How to Navigate Clueless Colleagues, Lunch-Stealing Bosses, and the Rest of Your Life at Work


Alison Green - 2018
    Thankfully, Green does—and in this incredibly helpful book, she tackles the tough discussions you may need to have during your career. You’ll learn what to say when• coworkers push their work on you—then take credit for it• you accidentally trash-talk someone in an email then hit “reply all”• you’re being micromanaged—or not being managed at all• you catch a colleague in a lie• your boss seems unhappy with your work• your cubemate’s loud speakerphone is making you homicidal• you got drunk at the holiday party