christianity
commmunications
communications
intentional living
leadership
learning
miscellaneous
project management
technology
valueshare
words matter
technology
Personal Git Configurations
Reminder for my basic git aliases in Powershell along with my modules for posh-git and oh-my-posh:
function ga { & git add --all $args }
function …
Code Review Task 1 - What are the Goals?
Code reviews are one of the most important tools that can be used to improve quality and productivity for a development team. One of the keys to …
The Anatomy of a Review in 5 Questions
In a few weeks I am going to give a presentation on doing great code reviews. Here is a piece that I wrote 5 years ago that captured the 5 W’s. …
Updating an Identity Seed Value
I recently ran into an issue, where I had to mix environments while developing. On top of the mixed environments, I was manipulating data.
I had a …