Best Practices Products
Hand-picked best practices tools and resources we actually use in production. Each item tested by developers, for developers.

Design Patterns: Elements of Reusable Object-Oriented Software
The classic Gang of Four book that introduced design patterns to software engineering. This foundational text catalogs 23 essential design patterns that have become the standard vocabulary for object-oriented design. Essential reading for any serious software engineer.
The classic Gang of Four book that introduced design patterns to software engineering. Essential reading for understanding object-oriented design and reusable software architecture. Read full review.

Test-Driven Development: By Example
Kent Beck's foundational work on TDD that introduced the methodology of writing tests before code. This seminal book demonstrates TDD through practical examples including a multi-currency system and building a testing framework from scratch.
The foundational work on TDD that introduced the methodology of writing tests before code. Essential reading for understanding how tests drive design and reduce fear in programming. Read full review.

97 Things Every Programmer Should Know: Collective Wisdom from the Experts
Edited by Kevlin Henney, a curated set of timeless, page-length lessons from industry legends. Each item is a standalone insight you can read in five minutes.
Timeless, page-length lessons from industry legends. Perfect for busy developers—read one item in five minutes, learn something useful, put it down. Read full review.

The Pragmatic Programmer: Your Journey To Mastery, 20th Anniversary Edition (2nd Edition)
Practical advice for becoming an effective developer—from tooling and design to habits and career growth—in a modernized 20th anniversary edition.
Pragmatic maxims on communication, automation, and craft that I still quote to new hires years later. Read full review.

Clean Code: A Handbook of Agile Software Craftsmanship
Second-edition update of Robert C. Martin’s classic handbook on writing maintainable code, with refreshed case studies, smell catalogs, and refactoring practices for modern teams.
Second edition keeps Clean Code relevant—examples age, but the refreshed refactoring walkthroughs and smell catalog remain the clearest roadmap to maintainable code. Read full review.