Toolbox
Shelf

Pages

  • Home
  • Shelf
  • Toolbox

Extras

  • Resume

Crafted with and few cups of coffee.

Designed in Figma • Built with Next.js & Tailwind • Hosted on Vercel

© 2025 Gentle Joseph | All rights reserved.

September 13th, 2025

Trunk-Based Development vs Gitflow: Why TBD Won at Scale

A deep dive into Trunk-Based Development and Gitflow, comparing their strengths and weaknesses. Learn why Cashrewards transitioned to TBD when scaling from a monolith to multiple domain-driven teams, and how this change improved our development velocity and deployment frequency.


December 9th, 2024

Commitizen: Writing Better Git Commits with Conventional Commits

Learn how to write consistent, meaningful commit messages using Commitizen and the Conventional Commits specification. Improve your Git workflow and enable automated releases.


May 29th, 2022

Gitflow: an introduction

You and your team might decide to just work on the main branch of the project and create some secondary branches on special occasions, but what happens when there is a lot of work or several people must work in the same function at the same time?


May 2nd, 2022

Git: Cheat-sheet

A comprehensive Git cheat sheet covering everyday commands, advanced workflows, and troubleshooting tips. Your go-to reference for Git mastery.


Back to Shelf