Book picks similar to
Farm Don't Hunt: The Definitive Guide to Customer Success by Guy Nirpaz
business
customer-success
non-fiction
work-related
The Effective Engineer: How to Leverage Your Efforts In Software Engineering to Make a Disproportionate and Meaningful Impact
Edmond Lau - 2015
I'm going to share that mindset with you — along with hundreds of actionable techniques and proven habits — so you can shortcut those years.Introducing The Effective Engineer — the only book designed specifically for today's software engineers, based on extensive interviews with engineering leaders at top tech companies, and packed with hundreds of techniques to accelerate your career.For two years, I embarked on a quest seeking an answer to one question:How do the most effective engineers make their efforts, their teams, and their careers more successful?I interviewed and collected stories from engineering VPs, directors, managers, and other leaders at today's top software companies: established, household names like Google, Facebook, Twitter, and LinkedIn; rapidly growing mid-sized companies like Dropbox, Square, Box, Airbnb, and Etsy; and startups like Reddit, Stripe, Instagram, and Lyft.These leaders shared stories about the most valuable insights they've learned and the most common and costly mistakes that they've seen engineers — sometimes themselves — make.This is just a small sampling of the hard questions I posed to them:- What engineering qualities correlate with future success?- What have you done that has paid off the highest returns?- What separates the most effective engineers you've worked with from everyone else?- What's the most valuable lesson your team has learned in the past year?- What advice do you give to new engineers on your team? Everyone's story is different, but many of the lessons share common themes.You'll get to hear stories like:- How did Instagram's team of 5 engineers build and support a service that grew to over 40 million users by the time the company was acquired?- How and why did Quora deploy code to production 40 to 50 times per day?- How did the team behind Google Docs become the fastest acquisition to rewrite its software to run on Google's infrastructure?- How does Etsy use continuous experimentation to design features that are guaranteed to increase revenue at launch?- How did Facebook's small infrastructure team effectively operate thousands of database servers?- How did Dropbox go from barely hiring any new engineers to nearly tripling its team size year-over-year? What's more, I've distilled their stories into actionable habits and lessons that you can follow step-by-step to make your career and your team more successful.The skills used by effective engineers are all learnable.And I'll teach them to you. With The Effective Engineer, I'll teach you a unifying framework called leverage — the value produced per unit of time invested — that you can use to identify the activities that produce disproportionate results.Here's a sneak peek at some of the lessons you'll learn. You'll learn how to:- Prioritize the right projects and tasks to increase your impact.- Earn more leeway from your peers and managers on your projects.- Spend less time maintaining and fixing software and more time building and shipping new features.- Produce more accurate software estimates.- Validate your ideas cheaply to reduce wasted work.- Navigate organizational and people-related bottlenecks.- Find the appropriate level of code reviews, testing, abstraction, and technical debt to balance speed and quality.- Shorten your debugging workflow to increase your iteration speed.
Smarter Faster Better: The Secrets of Being Productive in Life and Business
Charles Duhigg - 2016
A new book that explores the science of productivity, and why, in today’s world, managing how you think—rather than what you think—can transform your life.
Take the Stairs: 7 Steps to Achieving True Success
Rory Vaden - 2012
But as popular speaker and strategist Rory Vaden explains, we live in an "escalator world"-one that's filled with shortcuts, quick fixes, and distractions that make it all too easy to slide into procrastination, compromise, and mediocrity. What seems like an easier path is really much harder in the end-and, most important, it won't take you where you want to go.How do successful people stay focused and achieve results? This lively and insightful guide presents a simple program for taking the stairs-that is, for overcoming the temptations of quick fixes and procrastination, conquering creative avoidance, and transcending personal setbacks in order to tackle the work that leads to real success.Whatever your goals are, Rory Vaden's proven approach will get you there-one stair at a time.
Release It!: Design and Deploy Production-Ready Software (Pragmatic Programmers)
Michael T. Nygard - 2007
Did you design your system to survivef a sudden rush of visitors from Digg or Slashdot? Or an influx of real world customers from 100 different countries? Are you ready for a world filled with flakey networks, tangled databases, and impatient users?If you're a developer and don't want to be on call for 3AM for the rest of your life, this book will help.In Release It!, Michael T. Nygard shows you how to design and architect your application for the harsh realities it will face. You'll learn how to design your application for maximum uptime, performance, and return on investment.Mike explains that many problems with systems today start with the design.
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.
The First 90 Days: Critical Success Strategies for New Leaders at All Levels
Michael D. Watkins - 2003
In this updated and expanded 10th anniversary edition, internationally known leadership transition expert Michael D. Watkins gives you the keys to successfully negotiating your next move—whether you’re onboarding into a new company, being promoted internally, or embarking on an international assignment.In The First 90 Days, Watkins outlines proven strategies that will dramatically shorten the time it takes to reach what he calls the "breakeven point" when your organization needs you as much as you need the job. This new edition includes a substantial new preface by the author on the new definition of a career as a series of transitions; and notes the growing need for effective and repeatable skills for moving through these changes. As well, updated statistics and new tools make this book more reader-friendly and useful than ever.As hundreds of thousands of readers already know, The First 90 Days is a road map for taking charge quickly and effectively during critical career transition periods—whether you are a first-time manager, a mid-career professional on your way up, or a newly minted CEO.
The Education of an Accidental CEO: Lessons Learned from the Trailer Park to the Corner Office
David C. Novak - 2007
He sold encyclopedias door to door, worked as a hotel night clerk, and took a job as a $7,200-a-year advertising copywriter with the hopes of maybe one day becoming a creative director. Instead, he became head of the world's largest restaurant company at the ripe old age of forty-seven. While David never went to business school, he did learn from the greatest of teachers--experience--and plenty of other very smart people as well: Magic Johnson on the secret to teamwork, Warren Buffett on what he looks for in the companies he buys, John Wooden on ego, and Jack Welch on one thing he'd do over. Now he wants to share with you what he discovered about getting ahead and getting noticed; motivating people and turning businesses around; building winning teams and running a global company of nearly one million people; and always staying true to yourself. "The Education of an Accidental CEO" is filled with David Novak's street-smart wisdom: From his formative years...- Walking through your anxieties- Avoiding the poison of stereotypes- Staying "right-sized" - Breaking through the clutter From his years as an ad executive and chief marketing officer ...- How not to roll over like Fluffy the dog- Seeing yourself as a brand- When to pull the plug on the Super Bowl As the COO of Pepsi Cola and then as president of KFC and Pizza Hut ...- Why a gold watch can have less value than a floppy rubber chicken- Knowing when "the answers are in the building"- Knowing when to do nothing- What it takes to revitalze a company And as CEO of Yum! Brands, Inc. ...- How to "shock the system"- How to avoid the slow-no's- Managing two up and two down David Novak's ideas for building an entire culture around reward and recognition--getting everyone from division presidents to dishwashers to buy into recognizing the achievements of others--is studied by other companies and discussed here in great detail. Whether you are the CEO of a global conglomerate or a budding entrepreneur, there is something here that will help you get where you want to go.
The Fifth Discipline: The Art & Practice of The Learning Organization
Peter M. Senge - 1990
As Senge makes clear, in the long run the only sustainable competitive advantage is your organization’s ability to learn faster than the competition. The leadership stories in the book demonstrate the many ways that the core ideas in The Fifth Discipline, many of which seemed radical when first published in 1990, have become deeply integrated into people’s ways of seeing the world and their managerial practices. In The Fifth Discipline, Senge describes how companies can rid themselves of the learning “disabilities” that threaten their productivity and success by adopting the strategies of learning organizations—ones in which new and expansive patterns of thinking are nurtured, collective aspiration is set free, and people are continually learning how to create results they truly desire. The updated and revised Currency edition of this business classic contains over one hundred pages of new material based on interviews with dozens of practitioners at companies like BP, Unilever, Intel, Ford, HP, Saudi Aramco, and organizations like Roca, Oxfam, and The World Bank. It features a new Foreword about the success Peter Senge has achieved with learning organizations since the book’s inception, as well as new chapters on Impetus (getting started), Strategies, Leaders’ New Work, Systems Citizens, and Frontiers for the Future. Mastering the disciplines Senge outlines in the book will:• Reignite the spark of genuine learning driven by people focused on what truly matters to them• Bridge teamwork into macro-creativity• Free you of confining assumptions and mindsets• Teach you to see the forest and the trees• End the struggle between work and personal time
The Squiggly Career: Ditch the Ladder, Embrace Opportunity and Carve Your Own Path Through the Squiggly World of Work
Helen Tupper - 2020
Squiggly careers, where people jump constantly between roles, industries and locations, are becoming the new normal.Squiggly careers are filled with opportunity and excitement, but they can also be ambiguous and overwhelming if we don't know how to make the most of them.In The Squiggly Career, personal development experts Helen Tupper and Sarah Ellis reveal 5 skills you need to master and teach you how to:· Identify your Values· Play to your Super Strengths· Address your Confidence gremlins· Design your support solar systems (Networks) · Explore your Future Possibilities Packed with insights about the changing-face of work, exercises to aid your growth, and tips and inspiration from highly successful people, this book will help you be happier, and ultimately more successful in your career.
Play to Win: Choosing Growth Over Fear in Work and Life
Larry Wilson - 1998
Now you can put this powerful resource to work in your search for fulfilment in your professional and personal life .
The Pragmatic Programmer: From Journeyman to Master
Andy Hunt - 1999
It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies,
The Pragmatic Programmer
illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.
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.
Words that Sell
Richard Bayan - 1987
How about appealing? Take your pick from 76 synonyms. You'll even find more than 100 variations on exciting. Fully updated and expanded, this edition of the copywriting classic is packed with inspiration-on-demand for busy professionals who need to win customers--by mail, online, or in person.More than 75 lists of powerful and persuasive words and phrases, including 21 new lists for this editionCross-referencing of categories to jump-start creative thinkingA crash course in basic copywriting techniquesHelpful lists of commonly misspelled words, confusing words, pretentious phrases to avoid, and moreRoget's is fine for writing term papers and letters to the editor, but when it comes to the business of writing copy that translates into sales, there is no substitute for Words That Sell.Find the perfect words and phrases to win over customersGrabbers that get attention: No-risk offer * One day only! * No strings attached! * What have you got to lose? * All the right ingredients * Inside information * Do you enjoy...? * Leap into...Descriptions and benefits that create appeal: Irresistible * winning * zesty * huggable * satisfying * You'll fall in love with...* Your ticket to... * king-size * Gives you the power * baby-soft *Clinchers to win over your customer: Reap the benefits today * Don't miss out! * No risk now, no risk later! * You can do it!* You be the judge * Send for our free catalog * 100% satisfaction guaranteeSpecial strategies that seal the deal: Five-star quality * You're worth it * Don't fall for... * We make life easier * You're one of a select few... * discriminating * Your thoughtful gift
The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
Alan Cooper - 1999
Cooper details many of these meta functions to explain his central thesis: programmers need to seriously re-evaluate the many user-hostile concepts deeply embedded within the software development process. Rather than provide users with a straightforward set of options, programmers often pile on the bells and whistles and ignore or de-prioritise lingering bugs. For the average user, increased functionality is a great burden, adding to the recurrent chorus that plays: "computers are hard, mysterious, unwieldy things." (An average user, Cooper asserts, who doesn't think that way or who has memorised all the esoteric commands and now lords it over others, has simply been desensitised by too many years of badly designed software.) Cooper's writing style is often overblown, with a pantheon of cutesy terminology (i.e. "dancing bearware") and insider back-patting. (When presenting software to Bill Gates, he reports that Gates replied: "How did you do that?" to which he writes: "I love stumping Bill!") More seriously, he is also unable to see beyond software development's importance--a sin he accuses programmers of throughout the book. Even with that in mind, the central questions Cooper asks are too important to ignore: Are we making users happier? Are we improving the process by which they get work done? Are we making their work hours more effective? Cooper looks to programmers, business managers and what he calls "interaction designers" to question current assumptions and mindsets. Plainly, he asserts that the goal of computer usage should be "not to make anyone feel stupid." Our distance from that goal reinforces the need to rethink entrenched priorities in software planning. -- Jennifer Buckendorff, Amazon.com
The Bliss List: Discover What Truly Makes You Happy--Then Land Your Dream Job
J.P. Hansen - 2013