gitrefactoring2017-08-27
How to apply automated refactorings to a large Git branch tree
Recently, my team decided to implement Prettier on our TypeScript code base. When we started our greenfield project more than a year ago, we started...
Read More (6 min read)git2017-08-11
A scalable Git branching model
A comprehensive git branching strategy that scales up or down with the needs of the project.
Read More (16 min read)git2017-07-12
Git: How I use it and Why I don't use GitFlow
As a consultant for the past several years, I’ve had the opportunity to work on many different types of software projects, including marketing sites, mobile...
Read More (12 min read)2017-05-29
Grammar of Programming
The software industry is always learning, which is one of the reasons why software is both my job and my hobby. Many of us professionals...
Read More (4 min read)