Posts by Category

blog

The Pragmatic Programmer

1 minute read

This book by David Thomas and Andrew Hunt covers both technical and practical advice to new programmers to help them hone their craft.

Refactoring

less than 1 minute read

It is common to work on brownfield projects where the codebase is messy and difficult to work with. This book by Martin Fowler covers the process of refactor...

Clean Architecture

less than 1 minute read

This book is part of a series by Robert C. Martin. It covers the principles and practices of how we can structure our code to be clean and maintainable. A go...

Grokking Algorithms

less than 1 minute read

This is an illustrated book with examples and exercises to help you understand how algorithms work. It serves as a good bridge for non-CS students and a refr...

System Design Interview

1 minute read

A highly recommended book by Alex Xu which goes through system design interview questions. The book is a good introduction to system design which is an area ...

Clean Code

1 minute read

As I start out my journey as a developer, I am always looking for ways to improve my craft. Clean Code by Robert C. Martin is a book that was recommended by ...

Back to Top ↑