Technical Articles & Case Studies

Finishing the Sentence Rails Starts: How to Build Safe, Explicit Polymorphic Joins Without Raw SQL or Framework Monkey-Patching

Rails avoids polymorphic joins by design—but real systems often have deterministic cases. Here’s how reflection, Arel, and explicit opt-in can make polymorphic joins safe, auditable, and production-ready without injecting SQL.

From Solo Practitioner to Team Multiplier: How Nine Years of Full-Stack Mastery Became a Four-Day Sprint That Changed How I Think About Technical Leadership

How 9 years of solo full-stack experience translated into 2.5x team velocity through systemic architectural prep. First sprint planning delivered production code in 4 days for VA's CaseFlow system.

Processing 1,361 Images in 2 Minutes: The Architectural Shift That Turned a Slow Rails Pipeline into a High-Throughput, Asynchronous System

How we rebuilt a legacy synchronous Paperclip + S3 image pipeline into a fully asynchronous architecture—cutting processing time from 11 hours to 2 minutes without scaling dynos or increasing infrastructure costs.

The Complete Rails Docker Reference: Every Configuration File, Command, and Troubleshooting Guide You Need for Production-Ready Container Deployment

Complete Rails Docker configuration reference with all Dockerfiles, GitHub Actions, Makefiles, and troubleshooting guides. Ready-to-use templates for production deployment.

Why We Migrated from Heroku Buildpacks to Docker: How a Performance Crisis Led to 60% Memory Reduction and Better Deployment Reliability

Discover why we migrated our Rails app from Heroku buildpacks to Docker, achieving 60% memory reduction and improved deployment reliability. Complete cost-benefit analysis included.