Love 'Em or Lose 'Em: Getting Good People to Stay


Beverly Kaye - 2003
    And with so many surveys reporting that employees are unhappy and not working up to their full potential, engagement is a second serious and costly issue. The latest edition of this Wall Street Journal bestseller offers twenty-six simple strategies—from A to Z—that managers can use to address their employees’ real concerns and keep them engaged. The fifth edition has been revised and updated throughout and includes many more international examples, reflecting the fact that Love ’Em or Lose ’Em is available in twenty-two languages, from Albanian and Arabic to Thai and Turkish. Its message is truly one that spans continents and cultures.

Redis in Action


Josiah L. Carlson - 2013
    You'll begin by getting Redis set up properly and then exploring the key-value model. Then, you'll dive into real use cases including simple caching, distributed ad targeting, and more. You'll learn how to scale Redis from small jobs to massive datasets. Experienced developers will appreciate chapters on clustering and internal scripting to make Redis easier to use.About the TechnologyWhen you need near-real-time access to a fast-moving data stream, key-value stores like Redis are the way to go. Redis expands on the key-value pattern by accepting a wide variety of data types, including hashes, strings, lists, and other structures. It provides lightning-fast operations on in-memory datasets, and also makes it easy to persist to disk on the fly. Plus, it's free and open source.About this bookRedis in Action introduces Redis and the key-value model. You'll quickly dive into real use cases including simple caching, distributed ad targeting, and more. You'll learn how to scale Redis from small jobs to massive datasets and discover how to integrate with traditional RDBMS or other NoSQL stores. Experienced developers will appreciate the in-depth chapters on clustering and internal scripting.Written for developers familiar with database concepts. No prior exposure to NoSQL database concepts nor to Redis itself is required. Appropriate for systems administrators comfortable with programming.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.What's InsideRedis from the ground upPreprocessing real-time dataManaging in-memory datasetsPub/sub and configurationPersisting to diskAbout the AuthorDr. Josiah L. Carlson is a seasoned database professional and an active contributor to the Redis community.Table of ContentsPART 1 GETTING STARTEDGetting to know RedisAnatomy of a Redis web applicationPART 2 CORE CONCEPTSCommands in RedisKeeping data safe and ensuring performanceUsing Redis for application supportApplication components in RedisSearch-based applicationsBuilding a simple social networkPART 3 NEXT STEPSReducing memory useScaling RedisScripting Redis with Lua

Concurrency in Go: Tools and Techniques for Developers


Katherine Cox-Buday - 2017
    If you're a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.Author Katherine Cox-Buday takes you step-by-step through the process. You'll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you need to confidently write and implement concurrent systems of any size.Understand how Go addresses fundamental problems that make concurrency difficult to do correctlyLearn the key differences between concurrency and parallelismDig into the syntax of Go's memory synchronization primitivesForm patterns with these primitives to write maintainable concurrent codeCompose patterns into a series of practices that enable you to write large, distributed systems that scaleLearn the sophistication behind goroutines and how Go's runtime stitches everything together

Sustainable Happiness: Live Simply, Live Well, Make a Difference


Sarah van Gelder - 2015
    So we pile up the stuff, pile on the hours, and end up exhausted and depressed on a planet full of trash. Yes! Magazine has been exploring the meaning of real happiness for 18 years, and in this utterly delightful book, they bring together what thoughtful researchers and thoughtful people have uncovered about achieving happiness that lasts. Each chapter takes a different approach and tackles a different aspect of happiness, but all lead to the same conclusion: it isn t money or things that make us happy, it s the depth of our relationships, the quality of our communities, the contribution we make through the work we do, our ability to enjoy a healthy natural world. The authors discuss the ways that our stories about happiness and well-being define the goals of individuals and society and offer insights readers can use in their own lives to enhance their long-term well-being."

Practical Monitoring


Mike Julian - 2017
    "Monitoring Monitoring" explains what makes your monitoring less than stellar, and provides a practical approach to designing and implementing a monitoring strategy, from the application down to the hardware in the datacenter and everything in between.In the world of technical operations, monitoring is core to everything you do. In today s changing landscape of microservices, cloud infrastructure, and more, monitoring is experiencing a new surge of growth, bringing along new methodologies, new ways of thinking, and new tools.Complete with a primer on statistics and a monitoring vocabulary, this book helps you identify the main areas you need to monitor and shows you how to approach them. It s ideal for operations engineers, system administrators, system and software engineers, site reliability engineers, network engineers, and other operations professionals."

The Healthy Programmer


Joe Kutner - 2013
    Regular exercise and proper nutrition help you learn, remember, concentrate, and be creative—skills critical to doing your job well. Learn how to change your work habits, master exercises that make working at a computer more comfortable, and develop a plan to keep fit, healthy, and sharp for years to come.This book is intended only as an informative guide for those wishing to know more about health issues. In no way is this book intended to replace, countermand, or conflict with the advice given to you by your own healthcare provider including Physician, Nurse Practitioner, Physician Assistant, Registered Dietician, and other licensed professionals.

Alive at Work: The Neuroscience of Helping Your People Love What They Do


Daniel M. Cable - 2018
    Cable takes leaders into the minds of workers and reveals the surprising secret to restoring their zest for work.Disengagement isn't a motivational problem, it's a biological one. Humans aren't built for routine and repetition. We're designed to crave exploration, experimentation, and learning--in fact, there's a part of our brains, which scientists have coined "the seeking system," that rewards us for taking part in these activities. But the way organizations are run prevents many of us from following our innate impulses. As a result, we shut down.Things need to change. More than ever before, employee creativity and engagement are needed to win. Fortunately, it won't take an extensive overhaul of your organizational culture to get started. With small nudges, you can personally help people reach their fullest potential.

Better, Simpler Strategy: A Value-Based Guide to Exceptional Performance


Felix Oberholzer-Gee - 2021
    Extreme market volatility, pandemics, industry change, supply-chain disruption. The list of potential threats and strategic challenges seems to be growing exponentially. At the same time, the laborious processes used by many firms to develop a workable strategy often feel overly bureaucratic and behind the curve. There is no question that strategic decision-making has become more challenging and complex. In fact, many companies seem to have given up on strategy altogether. In Better, Simpler Strategy, Harvard Business School professor Felix Oberholzer-Gee provides executives with a simple tool to cut through technological complexity and market uncertainties. The Value Stick, based on proven economic mechanics, is an extraordinarily powerful tool that helps executives decide where to focus their attention and how to deepen their firm's competitive advantage. How does the Value Stick work? It provides a way of measuring two fundamental forces that lead to value creation and capture-the customer's willingness to pay and the employee's willingness to sell their services to the firm. For example, increasing product quality increases a customer's willingness to pay. And firms can redesign work processes or conditions or integrate other benefits (besides income) to lower employees' willingness to sell their services to firms and still retain them. With many examples across industries (based on Harvard Business School case studies), Oberholzer-Gee shows these value dynamics in action and explains how looking at and adjusting these measures using one tool, the Value Stick, enables firms to gauge and improve their strategies and operations. Based on the author's successful strategy course, Better, Simpler Strategy will become every business strategist's must-have guide for making better strategic decisions and gaining competitive advantage"--

Object Design: Roles, Responsibilities, and Collaborations


Rebecca Wirfs-Brock - 2002
    This work includes the practices and techniques of Responsibility-Driven Design, and show how to apply them as you develop modern object-based applications. It is suitable for software designers and students.

Smart Calling: Eliminate the Fear, Failure, and Rejection from Cold Calling


Art Sobczak - 2010
    Take the initiative to read and implement Art's rational principles and you will sell much more and develop a prospect base of potential customers who will call you when they are ready to purchase or graciously take your future calls. This is THE BEST sales text I have read in the past twenty years."--REX CASWELL, PhD, VP, LexisNexis Telephone Sales"You get only one chance to make the right impression in sales. If a top prospect gets a hundred calls a week, you want to be the one he remembers and buys from. Art's proven methods create a unique brand for you and position your offering as the best option. Art's advice isn't just smart, it's priceless."--BOB SILVY, VP, Corporate Marketing, American City Business Journals"Smart Calling effectively enables inside sales reps and organizations to accomplish a top priority--acquiring new customers. Art's pragmatic and actionable techniques will increase productivity, success, and professional satisfaction."--BILL McALISTER, SVP, Inside Sales, McAfee"A must-read, must-own book for anyone who wants to increase their sales right away with less effort and more fun. I'm so sure this book is a winner for anyone who needs to call prospects that I'll personally assure you that your results will increase noticeably after reading it, or I'll send you your money back."--MIKE FAITH, CEO & President, Headsets.com, Inc."If you need to make a first call to anyone, for whatever reason, this book is for you. More than common sense, it's a real-world, no-fluff, simple approach that anyone can use to be successful."--DARCI MAENPA, President, West Coast Chapter, American Teleservices Association; Director, Member Support, Toastmasters International

The Long Game: How to Be a Long-Term Thinker in a Short-Term World


Dorie Clark - 2021
    Today's professionals feel rushed, overwhelmed, and perennially behind. So we keep our heads down, focused on the next thing, and the next, without a moment to breathe.How can we break out of this endless cycle and create the kind of interesting, meaningful lives we all seek?Just as CEOs who optimize for quarterly profits often fail to make the strategic investments necessary for long-term growth, the same is true in our own personal and professional lives. We need to reorient ourselves to see the big picture so we can tap into the power of small changes that, made today, will have an enormous and disproportionate impact on our future success. We need to start playing The Long Game.As top business thinker and Duke University professor Dorie Clark explains, we all know intellectually that lasting success takes persistence and effort. And yet so much of the relentless pressure in our culture pushes us toward doing what's easy, what's guaranteed, or what looks glamorous in the moment. In The Long Game, she argues for a different path. It's about doing small things over time to achieve our goals—and being willing to keep at them, even when they seem pointless, boring, or hard.In The Long Game, Clark shares unique principles and frameworks you can apply to your specific situation, as well as vivid stories from her own career and other professionals' experiences. Everyone is allotted the same twenty-four hours—but with the right strategies, you can leverage those hours in more efficient and powerful ways than you ever imagined. It's never an overnight process, but the long-term payoff is immense: to finally break out of the frenetic day-to-day routine and transform your life and your career.

Lifehacker: The Guide to Working Smarter, Faster, and Better


Adam Pash - 2011
    This new edition of a perennial bestseller boasts new and exciting tips, tricks, and methods that strike a perfect balance between current technology and common sense solutions for getting things done. Exploring the many ways technology has changed since the previous edition, this new edition has been updated to reflect the latest and greatest in technological and personal productivity.The new "hacks" run the gamut of working with the latest Windows and Mac operating systems for both Windows and Apple, getting more done with smartphones and their operating systems, and dealing with the evolution of the web. Even the most tried-and-true hacks have been updated to reflect the contemporary tech world and the tools it provides us.Technology is supposed to make our lives easier by helping us work more efficiently. Lifehacker: The Guide to Working Smarter, Faster, and Better, Third Edition is your guide to making that happen!

Creating Great Teams: How Self-Selection Lets People Excel


Sandy Mamoli - 2015
    Self-selecting teams give people that choice. Build well-designed and efficient teams to get the most out of your organization, with step-by-step instructions on how to set up teams quickly and efficiently. You'll create a process that works for you, whether you need to form teams from scratch, improve the design of existing teams, or are on the verge of a big team re-shuffle. Discover how New Zealand's biggest e-commerce company completely restructured their business through Self-Selection. In the process, find out how to create high-performing groups by letting people self-organize into small, cross-functional teams. Step-by-step guides, easy-to-follow diagrams, practical examples, checklists, and tools will enable you to run a Self-Selection process within your organization.If you're a manager who wants to structure your organization into small teams, you'll discover why Self-Selection is the fastest and safest way to do so. You'll prepare for and organize a Self-Selection event and make sure your Self-Selection participants and fellow managers are on board and ready. If you're a team member, you'll discover what it feels like to be part of a Self-Selection process and what the consequences are for your daily work. You'll learn how to influence your colleagues and bosses to be open to the idea of Self-Selection. You'll provide your manager with a plan for how to facilitate a Self-Selection event, and with evidence that the system works.If you're feeling the pain and chaos of adding new people to your organization, or just want to ensure that your teams have the right people with the right skills, Self-Selection will help you create the effective teams you need.

Awakening Compassion at Work: The Quiet Power That Elevates People and Organizations


Monica C. Worline - 2017
    Marshaling evidence from two decades of field research, scholars and consultants Monica Worline and Jane Dutton show that alleviating such suffering confers measurable competitive advantages in areas like innovation, collaboration, service quality, and talent attraction and retention. They outline four steps for meeting suffering with compassion and show how to build a capacity for compassion into the structures and practices of an organization--because ultimately, as they write, "Compassion is an irreplaceable dimension of excellence for any organization that wants to make the most of its human capabilities."

Java Puzzlers: Traps, Pitfalls, and Corner Cases


Joshua Bloch - 2005
    This lively book reveals oddities of the Java programming language through entertaining and thought-provoking programming puzzles.--Guy Steele, Sun Fellow and coauthor of The Java(TM) Language SpecificationI laughed, I cried, I threw up (my hands in admiration).--Tim Peierls, president, Prior Artisans LLC, and member of the JSR 166 Expert GroupHow well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you!In the tradition of Effective Java(TM), Bloch and Gafter dive deep into the subtleties of the Java programming language and its core libraries. Illustrated with visually stunning optical illusions, Java(TM) Puzzlers features 95 diabolical puzzles that educate and entertain. Anyone with a working knowledge of Java will understand the puzzles, but even the most seasoned veteran will find them challenging.Most of the puzzles take the form of a short program whose behavior isn't what it seems. Can you figure out what it does? Puzzles are grouped loosely according to the features they use, and detailed solutions follow each puzzle. The solutions go well beyond a simple explanation of the program's behavior--they show you how to avoid the underlying traps and pitfalls for good. A handy catalog of traps and pitfalls at the back of the book provides a concise taxonomy for future reference.Solve these puzzles and you'll never again fall prey to the counterintuitive or obscure behaviors that can fool even the most experienced programmers.