The New Kingmakers: How Developers Conquered the World


Stephen O’Grady - 2013
    In a 1995 interview, the late Steve Jobs claimed that the secret to his and Apple’s success was talent. “We’ve gone to exceptional lengths to hire the best people,” he said, believing that the talented resource was twenty-five times more valuable than an average alternative. For Microsoft founder Bill Gates, the multiple was even higher:A great lathe operator commands several times the wage of an average lathe operator, but a great writer of software code is worth 10,000 times the price of an average software writer.While the actual number might be up for debate, the importance of technical talent is not. The most successful companies today are those that understand the strategic role that developers will play in their success or failure. Not just successful technology companies – virtually every company today needs a developer strategy. There’s a reason that ESPN and Sears have rolled out API programs, that companies are being bought not for their products but their people. The reason is that developers are the most valuable resource in business.How did we get here? How did developers become the most important constituency in business seemingly overnight? The New Kingmakers explores the rise of the developer class, its implications and provides suggestions for navigating the new developer-centric landscape.

Dont Make Me Think (Blinkist Summaries)


Blinkist
    Witty, commonsensical, and eminently practical, it’s one of the best-loved and most recommended books on the subject.In this 3rd edition, Steve returns with fresh perspective to reexamine the principles that made Don’t Make Me Think a classic-–with updated examples and a new chapter on mobile usability. And it’s still short, profusely illustrated…and best of all–fun to read.If you’ve read it before, you’ll rediscover what made Don’t Make Me Think so essential to Web designers and developers around the world. If you’ve never read it, you’ll see why so many people have said it should be required reading for anyone working on Web sites.

Grit: The Power of Passion and Perseverance


Angela Duckworth - 2016
    Rather, other factors can be even more crucial such as identifying our passions and following through on our commitments.Drawing on her own powerful story as the daughter of a scientist who frequently bemoaned her lack of smarts, Duckworth describes her winding path through teaching, business consulting, and neuroscience, which led to the hypothesis that what really drives success is not genius, but a special blend of passion and long-term perseverance. As a professor at the University of Pennsylvania, Duckworth created her own character lab and set out to test her theory.Here, she takes readers into the field to visit teachers working in some of the toughest schools, cadets struggling through their first days at West Point, and young finalists in the National Spelling Bee. She also mines fascinating insights from history and shows what can be gleaned from modern experiments in peak performance. Finally, she shares what she's learned from interviewing dozens of high achievers; from JP Morgan CEO Jamie Dimon to the cartoon editor of The New Yorker to Seattle Seahawks Coach Pete Carroll.Winningly personal, insightful, and even life-changing, Grit is a book about what goes through your head when you fall down, and how that not talent or luck makes all the difference.

Political Savvy: Systematic Approaches to Leadership Behind-The-Scenes


Joel R. Deluca - 1992
    They take initiative, and they forge consensus. Ultimately, they help others maximize their impact, so the organization can continue to thrive in a highly competitive future. Insprirational leadership without a firm grounding in organization politics risks becoming hollow rhetoric. Political Savvy discusses how successful leaders at all levels in the organization operate ethically behind-the-scenes to work the darker side of organizational life. The book helps you analyze your own political style, (yes, everyone has one) and understand the strategies and tactics used by ethical leaders. Through quotes, grids, tools, a case study, mapping techniques and examples, the book provides a systematic, practical guide to navigating political minefields so you can increase your influence in the organization, coach others, and obtain the career success, satisfaction, and meaning you want from work.

Joel on Software


Joel Spolsky - 2004
    For years, Joel Spolsky has done exactly this at www.joelonsoftware.com. Now, for the first time, you can own a collection of the most important essays from his site in one book, with exclusive commentary and new insights from joel.

The Nudist on the Late Shift: And Other True Tales of Silicon Valley


Po Bronson - 1999
    In his national bestseller The Nudist on the Late Shift he tells the true story of the mostly under-thirty entrepreneurs and tech wizards, immigrants and investors, dreamers and visionaries, who see the Valley as their Mecca. Taking us inside the world of these newcomers, brainiacs, salespeople, headhunters, utopians, plutocrats, and innovators as they transform our culture, The Nudist on the Late Shift is a defining portrait of a new generation in the whirl of an information revolution and an international gold rush.Po Bronson is the author of two novels and one book of nonfiction. Bombardiers, a dark satire of high finance, was an international bestseller that was translated into twelve languages. The First $20 Million Is Always the Hardest, soon to be a feature film from 20th Century Fox, is a comedy of Silicon Valley.  His third bestseller, The Nudist on the Late Shift and Other True Tales of Silicon Valley, demonstrates that Bronson's wit and imagination apply as well to nonfiction as to fiction.

Domain-Driven Design: Tackling Complexity in the Heart of Software


Eric Evans - 2003
    "His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique. "The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers--it is a future classic." --Ralph Johnson, author of Design Patterns "If you don't think you are getting value from your investment in object-oriented programming, this book will tell you what you've forgotten to do. "Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion." --Dave Collins, author of Designing Object-Oriented User Interfaces "Eric weaves real-world experience modeling--and building--business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric's descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field." --Luke Hohmann, author of Beyond Software Architecture "This book belongs on the shelf of every thoughtful software developer." --Kent Beck "What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important." --Kyle Brown, author of Enterprise Java(TM) Programming with IBM(R) WebSphere(R) The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process. Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development. Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis--refactoring not just the code but the model underlying the code--in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:Getting all team members to speak the same language Connecting model and implementation more deeply Sharpening key distinctions in a model Managing the lifecycle of a domain object Writing domain code that is safe to combine in elaborate ways Making complex code obvious and predictable Formulating a domain vision statement Distilling the core of a complex domain Digging out implicit concepts needed in the model Applying analysis patterns Relating design patterns to the model Maintaining model integrity in a large system Dealing with coexisting models on the same project Organizing systems with large-scale structures Recognizing and responding to modeling breakthroughs With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.

Control Your Day: A New Approach to Email Management Using Microsoft Outlook and Getting Things Done


Jim McCullen - 2013
    The system incorporates many of the productivity concepts made famous by David Allen in his book Getting Things Done (GTD). The author provides additional support through a website and Youtube videos. Download the book today to take back control of your Inbox.Note: the concepts in the book apply to Microsoft Outlook for Windows or Mac. They do not apply for outlook.com, but I am working on some workarounds to apply some of the concepts to the web version of Outlook.

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.

Hackers: Heroes of the Computer Revolution


Steven Levy - 1984
    That was before one pioneering work documented the underground computer revolution that was about to change our world forever. With groundbreaking profiles of Bill Gates, Steve Wozniak, MIT's Tech Model Railroad Club, and more, Steven Levy's Hackers brilliantly captured a seminal moment when the risk-takers and explorers were poised to conquer twentieth-century America's last great frontier. And in the Internet age, the hacker ethic-first espoused here-is alive and well.

Site Reliability Engineering: How Google Runs Production Systems


Betsy Beyer - 2016
    So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google's Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You'll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient--lessons directly applicable to your organization.This book is divided into four sections: Introduction--Learn what site reliability engineering is and why it differs from conventional IT industry practicesPrinciples--Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE)Practices--Understand the theory and practice of an SRE's day-to-day work: building and operating large distributed computing systemsManagement--Explore Google's best practices for training, communication, and meetings that your organization can use

Epic Content Marketing: How to Tell a Different Story, Break Through the Clutter, and Win More Customers by Marketing Less


Joe Pulizzi - 2013
    No longer can we interrupt our customers with mediocre content and sales messages they don't care about.Epic Content Marketing takes you step-by-step through the process of developing stories that inform and entertain and compel customers to act--without actually telling them to. Epic content, distributed to the right person at the right time, is the way to truly capture the hearts and minds of customers. It's how to position your business as a trusted expert in its industry. It's what customers share and talk about.Once we hook customers with epic content, they reward us by sending our sales through the roof.Epic Content Marketing provides everything you need to:Determine what your content niche should be to attract and retain customersDiscover and develop your content marketing mission statementSet up a process for creating and curating epic contentLearn how to leverage social and e-mail channels to create--and grow--your audienceMeasure the performance of your content--and increase your content marketing budgetWith in-depth case studies of how John Deere, LEGO, Coca-Cola, and other leading corporations are using content to drive epic sales, this groundbreaking guide gives you all the tools to start creating and disseminating content that leads directly to greater profits and growth.Whether you're the CMO of a Fortune 500, a digital marketer, or an entrepreneur, Epic Content Marketing gives you the tools you need to vanquish the competition. Start your epic journey now!PRAISE FOR EPIC CONTENT MARKETINGFrom the man who invented content marketing. Listen to this guy. He really understands the new world of marketing. The concepts in Epic Content Marketing are usable all over the world--instantly usable and useful for any business. -- Don Schultz, the father of integrated marketing, Professor Emeritus at Northwestern University's Medill School of Journalism, and author of 13 booksJoe Pulizzi's ideas are so consistently . . . well, epic (!) that they really don't need any endorsement by anyone. But here's mine anyway: You don't need MORE content. You need the right kind of content, strategically applied. For those organizations struggling to create a content marketing program that drives results, Joe delivers. Again. -- Ann Handley, coauthor of Content Rules and Chief Content Officer, MarketingProfsAs Joe shows us in his wonderful Epic Content Marketing, you must unlearn interrupting people with your nonsense. Instead, publish the valuable content they want to consume and are eager to share. -- David Meerman Scott, marketing strategist and bestselling author of The New Rules of Marketing and PRThis is a brilliant canter through the rapid and ever-changing world of content marketing. Joe has managed to capture the right blend of art and science as he plots the major trends impacting all marketers right now. -- Jonathan Mildenhall, VP, Global Advertising Strategy and Creative Excellence, Coca-Cola CompanyYou could say that Joe Pulizzi wrote the book on content marketing, but now it's more than just a saying. It's what you're holding in your hands. If you truly want to be successful at content marketing, Pulizzi is one of the few who can show you the way. -- Mitch Joel, President, Twist Image, and author of Six Pixels of Separation and CTRL ALT Delete"Joe Pulizzi may know more about content marketing than any person alive. He proves it in these pages. -- Jay Baer, New York Times bestselling author of Youtility: Why Smart Marketing is About Help Not Hype"The future of successful brand building, and especially the art of solidifying the emotional connection between people and brands, will require expertise in Content Marketing. Epic Content Marketing gives all the details practitioners need without overcomplicating." -- Professor JoAnn Sciarrino, Knight Chair, Digital Advertising and Marketing, UNC Chapel Hill Joe Pulizzi is the godfather of our burgeoning profession of Content Marketing. He lays out the objectives, principles, and core strategies of our field in a way that's easy-to-understand, inspiring, and entertaining. If your company doesn't yet realize that it's a media company, with all the challenges and advantages that implies, you're missing the most powerful way to connect with your customers. -- Julie Fleischer, Director, Media & Consumer Engagement, Kraft Foods

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

Code: The Hidden Language of Computer Hardware and Software


Charles Petzold - 1999
    And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.

Beautiful Architecture: Leading Thinkers Reveal the Hidden Beauty in Software Design


Diomidis Spinellis - 2008
    In each essay, contributors present a notable software architecture, and analyze what makes it innovative and ideal for its purpose. Some of the engineers in this book reveal how they developed a specific project, including decisions they faced and tradeoffs they made. Others take a step back to investigate how certain architectural aspects have influenced computing as a whole. With this book, you'll discover:How Facebook's architecture is the basis for a data-centric application ecosystem The effect of Xen's well-designed architecture on the way operating systems evolve How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems How creeping featurism has helped GNU Emacs gain unanticipated functionality The magic behind the Jikes RVM self-optimizable, self-hosting runtime Design choices and building blocks that made Tandem the choice platform in high-availability environments for over two decades Differences and similarities between object-oriented and functional architectural views How architectures can affect the software's evolution and the developers' engagement Go behind the scenes to learn what it takes to design elegant software architecture, and how it can shape the way you approach your own projects, with Beautiful Architecture.