Book picks similar to
The DevelopHer Playbook: 5 Simple Steps to Get Ahead, Stand Out, Build Your Value, and Advocate for Yourself as a Woman in Tech by Lauren Hasson
nonfiction
technology
backlog
book-club-potential-titles
The New Manager's Handbook: 24 Lessons for Mastering Your New Role
Morey Stettner - 2002
From difficult employees to demanding bosses, you never know where your next problem is coming from. What you do know is that you'll be expected to solve that problem--and solve it quickly and effectively.The New Manager's Handbook explains the rules of this new game, and gives you invaluable tips and pointers for teaming with your employees while inspiring them to breakthrough performance and results. Let the two dozen rules and guidelines in this quick-hitting manual show you the best ways to:DelegateReview performanceThink strategicallyLead great meetingsGive and get results-oriented feedbackProvide directionSpeak with powerCriticize with honesty and tactAsk the right questionsMotivate average performersPrepare for changeAs a new manager in today's no-room-for-error workplace, you will be challenged and tested every day. Unlike previous positions, however, your success will judged by the performance of others. Give yourself every opportunity to succeed, and learn how to win the respect of both your employees and your supervisors, with the time-tested and field-proven techniques in The New Manager's Handbook.
UNIX: A History and a Memoir
Brian W. Kernighan - 2019
Brian Kernighan was a member of the original group of Unix developers, the creator of several fundamental Unix programs, and the co-author of classic books like "The C Programming Language" and "The Unix Programming Environment."
Implementing Lean Software Development: From Concept to Cash
Mary Poppendieck - 2006
These principles have revolutionized manufacturing and have been adopted by the most innovative product companies including Toyota and 3M. In 2003 the Poppendieck's published Lean Software Development: An Agile Toolkit which showed how these same lean principles can be successfully applied to software development. Since that publication the authors have increased their understanding of Lean and Agile problems faced by large organizations and have emerged as leading advocates for bringing Lean production techniques to software development. While their first book provides an introduction, theoretical advice and a reference to Lean, this follow-up incorporates their gained knowledge and understanding of what works and goes steps further to provide hands-on guidance for implementing a Lean system. Using historical case studies from prominent companies such as Polaris, Lockheed and Fujistu the authors prove the overall value of Lean practices and shows how to effectively apply these methods to software production.
Making Things Happen: Mastering Project Management
Scott Berkun - 2001
Each essay distills complex concepts and challenges into practical nuggets of useful advice, and the new edition now adds more value for leaders and managers of projects everywhere. Based on his nine years of experience as a program manager for Internet Explorer, and lead program manager for Windows and MSN, Berkun explains to technical and non-technical readers alike what it takes to get through a large software or web development project. Making Things Happen doesn't cite specific methods, but focuses on philosophy and strategy. Unlike other project management books, Berkun offers personal essays in a comfortable style and easy tone that emulate the relationship of a wise project manager who gives good, entertaining and passionate advice to those who ask. Topics in this new edition include:How to make things happenMaking good decisionsSpecifications and requirementsIdeas and what to do with themHow not to annoy peopleLeadership and trustThe truth about making datesWhat to do when things go wrongComplete with a new forward from the author and a discussion guide for forming reading groups/teams, Making Things Happen offers in-depth exercises to help you apply lessons from the book to your job. It is inspiring, funny, honest, and compelling, and definitely the one book that you and your team need to have within arm's reach throughout the life of your project. Coming from the rare perspective of someone who fought difficult battles on Microsoft's biggest projects and taught project design and management for MSTE, Microsoft's internal best practices group, this is valuable advice indeed. It will serve you well with your current work, and on future projects to come.
The Agile Samurai: How Agile Masters Deliver Great Software
Jonathan Rasmusson - 2010
Combining tools, core principles, and plenty of humor, The Agile Samurai gives you the tools and the attitude to deliver something of value every week, and make rolling software into production a non-event. You’ll see how agile software delivery really works and how to help your team get agile fast, while having fun along the way.
The Soundtracks of My Love เพลงรักประกอบชีวิต
นิ้วกลม - 2008
Life in Code: A Personal History of Technology
Ellen Ullman - 2017
In 1997, she wroteClose to the Machine, the now classic and still definitive account of life as a coder at the birth of what would be a sweeping technological, cultural, and financial revolution.The intervening twenty years has seen, among other things, the rise of the Internet, the ubiquity of once unimaginably powerful computers, and the thorough transformation of our economy and society—as Ullman’s clique of socially awkward West Coast geeks became our new elite, elevated for and insulated by a technical mastery that few could achieve.In Life in Code, Ullman presents a series of essays that unlock and explain—and don’t necessarily celebrate—how we got to now, as only she can, with a fluency and expertise that’s unusual in someone with her humanistic worldview, and with the sharp insight and brilliant prose that are uniquely her own. Life in Code is an essential text toward our understanding of the last twenty years—and the next twenty.
Composing Software
Eric Elliott - 2018
Most developers have a limited understanding of compositional techniques. It's time for that to change.In "Composing Software", Eric Elliott shares the fundamentals of composition, including both function composition and object composition, and explores them in the context of JavaScript. The book covers the foundations of both functional programming and object oriented programming to help the reader better understand how to build and structure complex applications using simple building blocks.You'll learn: • Functional programming • Object composition • How to work with composite data structures • Closures • Higher order functions • Functors (e.g., array.map) • Monads (e.g., promises) • Transducers • LensesAll of this in the context of JavaScript, the most used programming language in the world. But the learning doesn't stop at JavaScript. You'll be able to apply these lessons to any language. This book is about the timeless principles of software composition and its lessons will outlast the hot languages and frameworks of today. Unlike most programming books, this one may still be relevant 20 years from now.This book began life as a popular blog post series that attracted hundreds of thousands of readers and influenced the way software is built at many high growth tech startups and fortune 500 companies.
The Little Redis Book
Karl Seguin
While it's safe to say that relational databases aren't going anywhere, we can also say that the ecosystem around data is never going to be the same.Of all the new tools and solutions, for me, Redis has been the most exciting. Why? First because it's unbelievably easy to learn. Hours is the right unit to use when talking about length of time it takes to get comfortable with Redis. Secondly, it solves a specific set of problems while at the same time being quite generic. What exactly does that mean? Redis doesn't try to be all things to all data. As you get to know Redis, it'll become increasingly evident what does and what does not belong in it. And when it does, as a developer, it's a great experience.While you can build a complete system using Redis only, I think most people will find that it supplements their more generic data solution - whether that be a traditional relational database, a document-oriented system, or something else. It's the kind of solution you use to implement specific features. In that way, it's similar to an indexing engine. You wouldn't build your entire application on Lucene. But when you need good search, it's a much better experience - for both you and your users. Of course, the similarities between Redis and indexing engines end there.The goal of this book is to build the foundation you'll need to master Redis. We'll focus on learning Redis' five data structures and look at various data modeling approaches. We'll also touch on some key administrative details and debugging techniques.LicenseThe Little Redis Book is licensed under the Attribution-NonCommercial 3.0 Unported license. You should not have paid for this book.You are free to copy, distribute, modify or display the book. However, I ask that you always attribute the book to me, Karl Seguin, and do not use it for commercial purposes.You can see the full text of the license at:http://creativecommons.org/licenses/b...About The AuthorKarl Seguin is a developer with experience across various fields and technologies. He's an active contributor to Open-Source Software projects, a technical writer and an occasional speaker. He's written various articles, as well as a few tools, about Redis. Redis powers the ranking and statistics of his free service for casual game developers: mogade.com.Karl wrote The Little MongoDB Book, the free and popular book about MongoDB.His blog can be found at http://openmymind.net and he tweets via @karlseguinWith Thanks ToA special thanks to Perry Neal for lending me his eyes, mind and passion. You provided me with invaluable help. Thank you.Latest VersionThe latest source of this book is available at: http://github.com/karlseguin/the-litt...
Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software
Scott Rosenberg - 2007
Along the way, we encounter black holes, turtles, snakes, dragons, axe-sharpening, and yak-shaving—and take a guided tour through the theories and methods, both brilliant and misguided, that litter the history of software development, from the famous ‘mythical man-month’ to Extreme Programming. Not just for technophiles but for anyone captivated by the drama of invention, Dreaming in Code offers a window into both the information age and the workings of the human mind.
Sweat Equity: Inside the New Economy of Mind and Body (Bloomberg)
Jason Kelly - 2015
Bloomberg's Jason Kelly, author of The New Tycoons, profiles the participants, entrepreneurs, and investors at the center of this movement, exploring this phenomenon in which a surge of people—led by the most affluent—are becoming increasingly obsessed with looking and feeling better. Through in-depth looks inside companies and events from New York Road Runners to Tough Mudder and Ironman, Kelly profiles the companies and people aiming to meet the demands of these consumers, and the traits and strategies that made them so successful. In a modern world filled with anxiety, pressure, and competition, people are spending more time and money than ever before to soothe their minds and tone their bodies, sometimes pushing themselves to the most extreme limits. Even as obesity rates hit an all-time high, the most financially successful among us are collectively spending billions each year on apparel, gear, and entry fees. Sweat Equity charts the rise of the movement, through the eyes of competitors and the companies that serve them. Through conversations with businesspeople, many driven by their own fitness obsessions, and first-hand accounts of the sports themselves, Kelly delves into how the movement is taking shape. Understand the social science, physics, and economics of our desire to pursue activities like endurance sports and yoga Get to know the endurance business's target demographics Learn how distance running—once a fringe hobby—became a multibillion dollar enterprise fueled by private equity Understand how different generations pursue fitness and how fast-growing companies sell to them The opportunity to run, swim, and crawl in the mud is resonating with more and more of us, as sports once considered extreme become mainstream. As Baby Boomers seek to stay fit and Millennials search for meaning in a hyperconnected world, the demand for the race bib is outstripping supply, even as the cost to participate escalates. Sweat Equity, through the stories of men and women inside the most influential races and companies, goes to the heart of the movement where mind, body, and big money collide.
Geeks Who Can Schmooze: A Credit Suisse Private Banker Tells All
W.E. Kidd - 2012
Kidd shares his journey after graduating with his MBA and landing his dream job at Credit Suisse. But getting the job is just half the battle and after an intensive training period in Zurich and New York he's left to fend for himself - one man and his student loans against a two-year ticking clock to bring in forty million dollars or get fired. How he strives to make those essential connections and eventually bring in far more than forty million....and what happens to those that can't make the cut, proves mind blowing. Because it's all about the schmooze. Infused with hilarious references to the "Wall Street" films, indie rock music, and a devil may care attitude, this is not your father's Wall Street tell-all.
Foundations of IT Service Management with ITIL 2011: ITIL Foundations Course in a Book
Brady Orand - 2011
Each lesson is followed by list of key concepts and sample questions to help you study for your ITIL(R) Foundation certification exam. Chapter review questions, modeled after the real exam questions, reinforce your learning for each unit.Written by an ITIL(R) Expert trainer who has taught thousands of students and hundreds of organizations, "Foundations of IT Service Management with ITIL(R) 2011" provides a reader with the introduction to this approach to IT services without the expense of a formal classroom course. While the focus is primarily on providing information required to pass the ITIL(R) Foundations exam, this book goes beyond those basics to also provide a real understanding of ITIL(R) to further your knowledge and abilities as a valuable part of IT/business alignment. Using a case-study approach, real issues are discussed that represents challenges experienced by almost every IT organization.Everyone prepares for the ITIL(R) Foundation certification exam in different ways. Accompanying the book are numerous study aids to support your study preparation on the supporting web site. Whether you are new to IT or a seasoned professional, this book is one you need to aid in your quest for certification.Included in your purchase is access to the online study resources including:- Exercise guide- Audio "learn while you drive" reviews- Sample exams- Exam syllabus- PDF version of the "100 ITIL Exam Questions" bookCompanies in all industries are requiring ITIL(R) Foundation as a minimum requirement for their staff. Whether you are entering IT for the first time or switching jobs, ITIL(R) Foundation certification is a step toward your desired career.
How Google Works
Eric Schmidt - 2014
As they helped grow Google from a young start-up to a global icon, they relearned everything they knew about management. How Google Works is the sum of those experiences distilled into a fun, easy-to-read primer on corporate culture, strategy, talent, decision-making, communication, innovation, and dealing with disruption.The authors explain how the confluence of three seismic changes - the internet, mobile, and cloud computing - has shifted the balance of power from companies to consumers. The companies that will thrive in this ever-changing landscape will be the ones that create superior products and attract a new breed of multifaceted employees whom the authors dub 'smart creatives'. The management maxims ('Consensus requires dissension', 'Exile knaves but fight for divas', 'Think 10X, not 10%') are illustrated with previously unreported anecdotes from Google's corporate history.'Back in 2010, Eric and I created an internal class for Google managers,' says Rosenberg. 'The class slides all read 'Google confidential' until an employee suggested we uphold the spirit of openness and share them with the world. This book codifies the recipe for our secret sauce: how Google innovates and how it empowers employees to succeed.'
Thomas Jefferson: A Character Sketch
Edward S. Ellis - 2004
You may find it for free on the web. Purchase of the Kindle edition includes wireless delivery.