Modulo: What the Percent Sign Actually Does in Code
The percent sign does not mean percent in code. Here is what it actually does. Most people see % and think percentage. In programming, % is the…
Where the software magic happens, from the first "Hello, world" to the eleventh rebase. Code tutorials, languages and frameworks, Git and version control, DevOps and automation, containers and dev environments.
The percent sign does not mean percent in code. Here is what it actually does. Most people see % and think percentage. In programming, % is the…
This post builds on the intro post. If you have not read that one yet, start there first. New to this topic? Start with: Order of Operations: What…
The math rule you learned in school applies directly to every line of code you write. The Rule Order of operations is the set of rules that…
A clean project layout saves you hours of debugging and makes collaboration possible. When I started writing Python scripts, everything lived in one…
A privacy first desktop app for tracking precious metals holdings. No cloud, no accounts, no subscriptions. I have been stacking for a while and kept…
An alternative to CoPilot for Visual Studio 2022. Takes about 10 minutes to set up. If you're not a fan of CoPilot but still want some AI in your…
Track your complete financial picture from a single desktop app. No cloud accounts, no subscriptions, no data leaving your machine. I built…
Manage Linux patches and Docker stack updates across your entire fleet from one dashboard. No agents required. I built QuietKeep because I got tired…
Building permissions into your application the right way from day one You've seen it before. Maybe you've even built it. One login. One password.…
Turn rough ideas into polished roadmaps using Claude or ChatGPT You've got an idea bouncing around in your head. Maybe it's an app, a project, a new…
How to Actually Comment Code Without Wasting Everyone’s Time commenting , development , best practices , code quality , documentation Introduction…
A real world, no fluff strategy to stop flailing and actually fix your code. What is Debugging? Debugging means figuring out why your code isn’t…
Branch protection, collaboration workflows, resolving merge hell, and doing it without stepping on toes. Disclaimer: This guide is based on industry…
How to stay focused, build smarter, and avoid early pitfalls Welcome to the Finale This is Part 5 of our 5 part guide for beginner developers using…
Version control shouldn't feel like version chaos. If you're writing code, designing a website, editing stories, or collaborating across tools like…
A beginner friendly guide to setting up GitHub, your first repo, and a proper README Note: This guide is written for solo developers working…
A beginner's guide to managing Git repos without breaking your brain Note: This guide is written for solo developers working independently with Git.…
A beginner friendly Git guide that won’t melt your brain Note: This guide is written for solo developers working independently with Git. If you’re…
Avoid the rookie mistake, know when to fork and when to clone Note: This guide is written for solo developers working independently with Git. If…
A straight talking walkthrough of Git's most essential CLI commands, what they do, and when to use them. Note: This guide is written for solo…
How to review, discuss, and merge changes like a pro, without the jargon Note: This guide is written for solo developers working independently with…
Where AI fails without your help, and how fundamentals save the day Welcome Back to the Series This is Part 4 of a 5 part beginner focused guide to…
Divide tasks, manage confusion, and keep your project on track Welcome Back to the Series This is Part 3 of a 5 part guide for beginners exploring AI…
ChatGPT, Windsurf, Cursor, and how to use them together Welcome Back to the Series This is Part 2 of a 5 part guide for beginners exploring AI…
"Start your project like someone else will pick it up tomorrow. Because they might. And it might be you." Why a Good README Matters A README.md is…
Part 1 of 5. What AI Can (and Can’t) Do for Beginner Coders Getting started with AI assisted development the right way Welcome to the Series This is…
Why manual prefixing still matters (and how to do it right) If you’ve ever debugged conflicting styles across different pages, you know how fast…