Culture • Nov 15, 2025 Build an Environment that Allows Mistakes This isn't about removing all consequences from mistakes. It's about mitigating them as best you can, so that the culture stays healthy.
The Software Life • Nov 14, 2025 Trail Logic: Consulting Lessons from the Backcountry Endurance sports have so much in common with consulting. Here are 5 lessons from the trail that show up just as often in our work at Atomic.
Test Driven Development • Nov 13, 2025 Bring Confidence to Complex Data Migrations with Snapshot Testing Snapshot testing let my software development team build a safety net that let us move fast without sacrificing confidence.
Growing as Makers • Nov 12, 2025 Tickets to Commits: What IT Work Taught Me About Writing Code Here are a few ways my experience working in IT has been a superpower as I’ve transitioned into software development.
Developer Tools • Nov 11, 2025 What I Love About My Warp Terminal I've been using Warp for a couple years and I'm rethinking what I want from my development tools. Here's what I appreciate about Warp.
React Native • Nov 10, 2025 Create a Chart with a Secondary Y Axis in React Native with Victory Native XL The configurability of Victory Native XL charts can be a huge plus, especially when developing in React Native.
.NET / WPF • Nov 09, 2025 I Built a Whole App Just to Keep My Characters Straight When a passion project and paid work collide, the result can be beneficial. Here's my experience combining the two on a storyboard project.
Artificial Intelligence • Nov 08, 2025 Looking Back on the First 100 Days of Our Website’s AI Chatbot We recently decided to deploy an AI chatbot on our website, trained on our website’s content. Here's what we've learned.
Growing as Makers • Nov 07, 2025 Build a System to Learn and Remember Technical Topics as a Developer Build a personal knowledge system combining Drafts, ChatGPT Study Mode, and Anki to capture, understand, and retain new technical insights.
DevOps & System Admin. • Nov 06, 2025 SST Makes Infrastructure Easy — Too Easy? SST makes deployment a breeze. Here's what I love about it, and what keeps me from unconditionally recommending it.
Developer Tools • Nov 05, 2025 Maximize Vim with Macros Macros let you capture a series of actions and replay them, building complex, repeatable edits using the Vim capabilities you already know.
Development Practices • Nov 04, 2025 Pencils, Not Stencils: A Better Way to Prune Git Branches: fzf and a Tiny Loop You can prune Git branches manually, or with one-liners, or via your IDE. I split the difference and built a human-in-the-loop automation.