Reading Material

Table of contents

Git from the Bottom Up

Every self-respecting programmer should know how to use git. I mean “programmer” in the broadest sense here; If you’ve written as little 10 lines of code, you qualify. John Wiegley’s Git from the Bottom Up is the most succinct yet in-depth explanation of git I have come across. I highly recommend following along with an acutal repository as you read this.

Clean Architecture