Posts 349 entriesPage 30 of 35

Posts

Fixing Claude Code EACCES: Multi-User Linux Permission Architecture

Deep dive into debugging and fixing Claude Code EACCES permission errors in a multi-user Linux environment. Learn how to implement shared configuration with symlinks, group permissions, and proper ownership.

Read
Development Journey

Deployment Secrets, Missing Columns, and Sitemap Hygiene

Three unrelated fixes across two projects: wiring email secrets for password reset, patching a Prisma schema gap that crashed every dashboard page, and cleaning duplicate content from Google Search Console.

Read
Technical Deep-Dive

HustleStats Production Auth Meltdown: NextAuth, PrismaAdapter, and the Cascade That Blocked Every User

A customer was locked out of hustlestats.io. What looked like one auth bug turned into five cascading failures across NextAuth, Prisma, email encoding, and database migrations.

Read
AI

Intent Solutions Portfolio 2025: Five Production Platforms and the Architecture Behind 4-Day Deployments

When you see “deploy in days, not months,” it sounds like marketing fluff. This is the technical breakdown of how Intent Solutions actually does it—with five production platforms …

Read

Intent Solutions Portfolio 2025: Five Production Platforms and the Architecture Behind 4-Day Deployments

Deep dive into Intent Solutions' five production platforms: DiagnosticPro, Hustle, CostPlusDB, ClaudeCodePlugins, and the technical architecture enabling concept-to-production deployment in days, not months.

Read
Business

October 2025 State of Affairs: Five Production Platforms and What They Taught Me

A candid look at Intent Solutions' current projects: DiagnosticPro, Hustle, CostPlusDB, ClaudeCodePlugins, and what running five production platforms simultaneously teaches you about deployment velocity.

Read

How I Built a Production-Ready Research Tool That Outperforms Anthropic's Solution

On October 20, 2025, Anthropic announced Claude for Life Sciences - a suite of research tools for scientific literature. That same evening, I built something better: a …

Read

Scaling AI Systems: Production Batch Processing with Built-In Disaster Recovery

The Challenge: Scale AI Documentation Across 235 Production Systems When you maintain a plugin marketplace with 235 live integrations, manual documentation doesn’t scale. …

Read

Scaling AI Batch Processing: Enhancing 235 Plugins with Vertex AI Gemini on the Free Tier

Building an overnight batch processing system to enhance 235 Claude Code plugins using Vertex AI Gemini 2.0 Flash - complete with rate limiting, SQLite audit trails, and Turso disaster recovery. The full technical journey from conservative 90s delays to optimized 45s processing.

Read
Development Journey

GCR to Artifact Registry: Late-Night Deploy Fix

Migrating a broken deploy workflow from deprecated Google Container Registry to Artifact Registry, plus cleaning up a phantom Sentry secret.

Read