Recommended Books
A curated list of technical and professional development books that have shaped my career as a Software Engineer.
Version Control
Pro Git
Scott Chacon and Ben Straub
The comprehensive guide to Git version control system. Essential for any developer working in teams.
Read MoreSoftware Craftsmanship
Clean Code
Robert C. Martin
A handbook of agile software craftsmanship. Learn how to write code that is readable, maintainable, and robust.
Read MoreSoftware Architecture
Design Patterns
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
Classic book on software design patterns that make code more flexible and reusable.
Read MoreJavaScript
You Don't Know JS
Kyle Simpson
A deep dive into JavaScript that helps you understand the language at a deeper level.
Read More