christianity
communication
communications
emotions
intentional living
leadership
learning
miscellaneous
project management
technology
thirstquenchers
valueshare
words matter
Technology
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 …
Personal Git Configurations
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 …
Code Review Task 1 - What are the Goals?
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. …
The Anatomy of a Review in 5 Questions
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 …