NOTES / IDEAS / OCCASIONAL RANTS

Writing about the complicated middle.

Shopify, integrations, architecture and the small decisions that keep large systems from becoming large incidents.

02Feb 07, 2025

Why Your Git Workflow Sucks (And How to Fix It)

A clean Git workflow isn't just about looking organized it saves time, makes collaboration smoother, and prevents headaches when restoring or reverting changes. In this guide, we’ll break down conventional commit messages, branch naming strategies, and how to structure your Git workflow on GitHub to keep your repository clean and your future self (and your teammates) happy. Let’s dive in!

githubgitdevelopercoding
03Jun 01, 2024

Code That Speaks: A Guide to Self-Documenting Your Projects

In this article we will dive into different ways we can write meaningful, clear and expressive code, that will reduce the reliance on external documentation, and will not only make life easier for your fellow team-mates but also yourself.

shopifycodingtutorial