Book description
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.
Table of contents
- Title Page
- Copyright
- Dedication
- About the Authors
- Acknowledgments
- Preface
- Chapter 1: The Journey Ahead
- Chapter 2: Getting to Conscious Competence
- Chapter 3: Working with Code
- Chapter 4: Writing Operable Code
- Chapter 5: Managing Dependencies
- Chapter 6: Testing
-
Chapter 7: Code Reviews
- Why Review Code?
- Getting Your Code Reviewed
-
Reviewing Code
- Triage Review Requests
- Block Off Time for Reviews
- Understand the Change
- Give Comprehensive Feedback
- Acknowledge the Good Stuff
- Distinguish Between Issues, Suggestions, and Nitpicks
- Don’t Rubber-Stamp Reviews
- Don’t Limit Yourself to Web-Based Review Tools
- Don’t Forget to Review Tests
- Drive to a Conclusion
- Do’s and Don’ts
- Level Up
- Chapter 8: Delivering Software
- Chapter 9: Going On-Call
- Chapter 10: Technical Design Process
- Chapter 11: Creating Evolvable Architectures
- Chapter 12: Agile Planning
- Chapter 13: Working with Managers
- Chapter 14: Navigating Your Career
- Index
Product information
- Title: The Missing README
- Author(s):
- Release date: August 2021
- Publisher(s): No Starch Press
- ISBN: 9781718501836
You might also like
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
book
Five Lines of Code
In Five Lines of Code you will learn: The signs of bad code Improving code safely, …
book
97 Things Every Programmer Should Know
Tap into the wisdom of experts to learn what every programmer should know, no matter what …
book
Grokking Algorithms
Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms …