The Missing README


Book Description

Key concepts and best practices for new software engineers — stuff critical to your workplace success that you weren’t taught in school. For new software engineers, knowing how to program is only half the battle. You’ll quickly find that many of the skills and processes key to your success are not taught in any school or bootcamp. The Missing README fills in that gap—a distillation of workplace lessons, best practices, and engineering fundamentals that the authors have taught rookie developers at top companies for more than a decade. Early chapters explain what to expect when you begin your career at a company. The book’s middle section expands your technical education, teaching you how to work with existing codebases, address and prevent technical debt, write production-grade software, manage dependencies, test effectively, do code reviews, safely deploy software, design evolvable architectures, and handle incidents when you’re on-call. Additional chapters cover planning and interpersonal skills such as Agile planning, working effectively with your manager, and growing to senior levels and beyond. You’ll learn: How to use the legacy code change algorithm, and leave code cleaner than you found it How to write operable code with logging, metrics, configuration, and defensive programming How to write deterministic tests, submit code reviews, and give feedback on other people’s code The technical design process, including experiments, problem definition, documentation, and collaboration What to do when you are on-call, and how to navigate production incidents Architectural techniques that make code change easier Agile development practices like sprint planning, stand-ups, and retrospectives This is the book your tech lead wishes every new engineer would read before they start. By the end, you’ll know what it takes to transition into the workplace–from CS classes or bootcamps to professional software engineering.




Waltz of the Snowflakes


Book Description

A new holiday classic to add to your collection, this gorgeous wordless picture book by esteemed author-illustrator Elly MacKay celebrates the magic of theater and The Nutcracker as seen through the eyes of a young girl and her grandmother. It is a cold and rainy evening when Gran gives her granddaughter something special: tickets to the ballet. Her granddaughter is reluctant to go. The weather is terrible and they have to wear fancy, uncomfortable clothes. But as the curtains rise on The Nutcracker, the girl's eyes light up as she's introduced to the magic of the theater. The bright costumes, the intricate dances, the magical music, and a new friend all combine to captivate the girl and to bring color to an otherwise dreary evening. Waltz of the Snowflakes is Elly MacKay at her finest, mixing her acclaimed paper-cut artwork with vibrant colors in this whimsical, dreamlike, and inspiring wordless picture book. A must-have for any ballet- and theater-obsessed reader and the perfect gift to be shared during the holidays or any time of year when the world outside needs a little bit of color and vibrancy.




Hacking the Case Interview


Book Description

To land a management consulting job at any of the top firms, including McKinsey, BCG, Bain, Deloitte, L.E.K., Oliver Wyman and Accenture, you must get through several rounds of case interviews. Whether your interview is in a few weeks or even tomorrow, this book is written to get you the maximum amount of knowledge in the least amount of time. I cut out all of the filler material that some other consulting books have, and tell you everything that you need to know in a clear and direct way. With this shortcut guide, you will: Understand and become proficient at the nine different parts of a case interview, and know exactly what to say and do in each step Learn the only framework strategy that you need to memorize to craft unique and tailored frameworks for every possible case scenario Gain knowledge of basic business terms and principles so that you can develop an astute business intuition Acquire the skills to solve any market sizing or other quantitative problem Uncover how to differentiate yourself from the thousands of other candidates who are fighting to get the same job you are Practice your case interview skills with included practice cases and sample answers Also visit HackingTheCaseInterview.com for a one-week online crash course to pass your upcoming interview.




Cover Letter Magic


Book Description

Professional resume and cover letter writers reveal their inside secrets for creating phenomenal cover letters that get attention and land interviews. Features more than 150 sample cover letters written for all types of job seekers, including the Before-and-After transformations that can make boring letters fabulous.




Safety Differently


Book Description

The second edition of a bestseller, Safety Differently: Human Factors for a New Era is a complete update of Ten Questions About Human Error: A New View of Human Factors and System Safety. Today, the unrelenting pace of technology change and growth of complexity calls for a different kind of safety thinking. Automation and new technologies have resu




NASA Space Flight Program and Project Management Handbook


Book Description

This book is in full-color - other editions may be in grayscale (non-color). The hardback version is ISBN 9781680920512 and the paperback version is ISBN 9781680920505. The NASA Space Flight Program and Project Management Handbook (NASA/SP-2014-3705) is the companion document to NPR 7120.5E and represents the accumulation of knowledge NASA gleaned on managing program and projects coming out of NASA's human, robotic, and scientific missions of the last decade. At the end of the historic Shuttle program, the United States entered a new era that includes commercial missions to low-earth orbit as well as new multi-national exploration missions deeper into space. This handbook is a codification of the "corporate knowledge" for existing and future NASA space flight programs and projects. These practices have evolved as a function of NASA's core values on safety, integrity, team work, and excellence, and may also prove a resource for other agencies, the private sector, and academia. The knowledge gained from the victories and defeats of that era, including the checks and balances and initiatives to better control cost and risk, provides a foundation to launch us into an exciting and healthy space program of the future.




Embrace the Case Interview


Book Description

Embrace the Case Interview walks you through each step on the path to your dream consulting job as described by a former management consultant who conducted over 100 interviews for a top-tier firm. First, we cover how to get the interview including how to be memorable when speaking with firms prior to the interview and how to write a killer resume and cover letter. Second, we cover the behavioral part of the interview. Often overlooked, the behavioral part of the interview covers your personal experiences and is often just as valuable as the case interview. We discuss the traits interviewers are looking for and how to answer their questions in a structured way. Third, we take an in-depth look at the case interview itself. Unlike books that focus on segmenting cases and applying frameworks, you will learn a single, flexible structure that you will apply to any case with deadly effectiveness. In addition to structuring the case, you will learn approaches for the cases' other parts including qualitative questions, quantitative problems, exhibit analysis, and synthesis. Embrace the Case Interview places a strong emphasis on the quality of your learning rather than just doing hundreds of cases. As such, each example case contains an in-depth discussion of the text book answer to help you improve. For more information, please visit embracethecaseinterview.com. Enjoy the book and best of luck in your upcoming interviews!







Problem Solving in Data Structures and Algorithms Using Java


Book Description

This book is about the usage of Data Structures and Algorithms in computer programming. Designing an efficient algorithm to solve a computer science problem is a skill of Computer programmer. This is the skill which tech companies like Google, Amazon, Microsoft, Adobe and many others are looking for in an interview. This book assumes that you are a JAVA language developer. You are not an expert in JAVA language, but you are well familiar with concepts of references, functions, lists and recursion. In the start of this book, we will be revising the JAVA language fundamentals. We will be looking into some of the problems in arrays and recursion too. Then in the coming chapter, we will be looking into complexity analysis. Then will look into the various data structures and their algorithms. We will be looking into a Linked List, Stack, Queue, Trees, Heap, Hash Table and Graphs. We will be looking into Sorting & Searching techniques. Then we will be looking into algorithm analysis, we will be looking into Brute Force algorithms, Greedy algorithms, Divide & Conquer algorithms, Dynamic Programming, Reduction, and Backtracking. In the end, we will be looking into System Design, which will give a systematic approach for solving the design problems in an Interview.




Working Effectively with Legacy Code


Book Description

Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.