Developer Tools • Feb 17, 2026 Blocked by Unifi – Troubleshooting a Home Networking Issue Let's walk through the networking tools I use to diagnose issues like a recent home networking connection issue I encountered.
Angular • Feb 16, 2026 Angular Bindings: What Are They and How Do I use Them? Recently, I've been working on a project with an Angular-based user interface, and one of my biggest questions was about Angular bindings.
Delivery Practices • Feb 15, 2026 Trust Is the Real Deliverable Why trust is the real deliverable in software consulting. Lessons from a delivery lead on judgment, predictability, and client communication.
Artificial Intelligence • Feb 14, 2026 Here’s How I’m “Friction-Maxxing” in a Technical Role As a developer using AI tools, my own friction-maxxing can’t involve cutting AI out of my work entirely. But if I can do things myself, I do.
Developer Tools • Feb 13, 2026 Hide Code in a Repo Using Git Submodules Say you want to add code to a repository, but don’t want everyone with access to that repo to know it exists. Solution? Git Submodules.
Test Driven Development • Feb 12, 2026 How Coding with QA in Mind Has Made Me a Better Developer Sometimes when coding, I'd assume that QA would catch any issues later. At the time, that felt efficient, but it sometimes led to rework.
Project & Team Management • Feb 11, 2026 Handling HIPAA: A Developer’s First Steps So, you’re a software developer who just learned that your next project is a telehealth platform. Welcome to the world of HIPAA compliance!
React / Redux • Feb 10, 2026 Authenticated Routes with TanStack Router My software development team is currently using TanStack Router on a project. I set up our basic routing infrastructure: here was my process.
Growing as Makers • Feb 09, 2026 Puzzle Games That Sharpen a Developer’s Mental Modeling Skills Puzzle games won’t replace the experience you get from real engineering work, but they can sharpen the tools you work with every day.
AI for Developers • Feb 08, 2026 I’m An AI Skeptic—Here’s How I Use AI I consider myself an AI skeptic. I use generative AI to help me with programming, but only after I’ve exhausted other options.
Artificial Intelligence • Feb 07, 2026 Take Back the EM Dash — and Your Voice I can tell I'm reading text generated by an LLM. What bugs me most is that the voice is gone. Here's how to retain your voice.
AI for Developers • Feb 06, 2026 How I Extend My Workflow with Claude Code CLI Because I want to streamline my development process, I'm experimenting with Claude Code, Anthropic's command-line tool for agentic coding.