Featured Work

Testimonials

You guys rock, you’ve done an awesome job building FlexCareers for us, we couldn’t have done it without you and we are super happy. Thanks!!

Will has an uncanny ability to interpret, understand and get to the root of a problem. I would recommend Will for any project which could use his insight, drive and technical talent.

The online tool Kindleman built to facilitate our label review process has streamlined the system making communication, reviews, reporting and feedback - easier and faster.

Notes

Editing Old Commit Messages

20th August 2024
1 minute.
git
So you have some commit messages you want to update? You need git-filter-repo! git filter-repo is a versatile tool for rewriting history, which includes capabilities I have not found anywhere...

Comparing Git Branches

20th August 2024
1 minute.
git
When I have some git branches left unmerged it can be useful to compare what commits are on one branch and not the other. To check if a branch has...