Why Mobile App Deployment Stops So Many Developers (And How To Beat It)
For us developers, getting a mobile app ready is only half the battle. The real challenge starts when it’s time to deploy it. You’ve built a great mobile app, tested it locally, and even proudly demoed...
View ArticleLong-Running Workflows Made Simple with C# + Azure Durable Functions
It’s common to face challenges around long-running workflows, state management, and resiliency when you’re building cloud-native applications. Traditional approaches like background services or message...
View ArticleFrom Relic to Relevance: COBOL’s 88-Level Fields for Modern Coders
Remember when everything was going to be on the blockchain? It feels so long ago. Fast forward a few years, and now it’s nearly impossible to avoid the pressure to apply AI to everything. While some AI...
View ArticleAI in Coding: Using ChatGPT and Copilot to Build JavaScript Animations
I started programming on a Commodore 64 and my dad’s IBM XT, experimenting with trigonometry-based animations in Supermon 64 assembler, Advanced BASIC, and Turbo Pascal. Back then, code was shared...
View ArticleFrom 38 Seconds to 1.5: A Claude Code Performance Win
TL;DR: A slow web page with 3,850 checkboxes was taking 38 seconds to load. By collaborating with Claude Code, I shifted from server-side rendering to a client-side approach, cutting load times to 1.5...
View Article