Programming
-
Book review: Design Patterns Elements of Reusable Object-Oriented Software by Gamma, Helm, Johnson and Vlissides (1994)
.
Author’s purpose The purpose of the authors is to provide a catalog of the most important design patterns in a format…
-
Review: Django for APIs by William S. Vincent
.
1. Author’s purpose The purpose of the author is to provide a resource for developers to learn the Django REST Framework…
-
Book review: Clean Coder by Robert (Bob) Martin.
.
In this book, Bob Martin defines what professionalism is in the software industry. This is a “soft” book because its focus…
-
Book Review: Clean Code A Handbook of Agile Software Craftsmanship (Martin, Robert C.)
.
In this book, “Uncle Bob” teaches us how to write clean (good) code. But why is clean code important? Because, to…
-
Book Review: Pro Git. 2nd edition.
.
If your job involves some aspect of programming, I recommend that you read Pro Git. Git is the new standard for…