Articles

Insights on engineering, technology, and business strategy

Showing 4 articles in Dev Guides

Dev Guides

ClickHouse Migrations with Alembic: Announcing clickhouse-migrate

'Did we run that ALTER on staging?' 'Which version of the schema is in prod?' If you're managing ClickHouse schemas with raw DDL and prayer, we built something better. clickhouse-migrate brings Alembic-style migrations to ClickHouse—with the zero-downtime patterns we learned the hard way.

January 25, 2026 · 9 min read
Dev Guides

Building Custom Claude Code Skills for Infrastructure Automation

Your team runs the same Terraform plans, database migrations, and deployment scripts daily. Instead of documenting procedures that nobody reads, encode them as Claude Code skills that guide the AI through your exact workflows. Here's how to build reusable skills that turn tribal knowledge into executable automation.

January 24, 2026 · 11 min read
Dev Guides

RDS Proxy Connection Best Practices for AWS Lambda

Intermittent connection errors with RDS Proxy and Lambda at scale? This guide covers the hybrid connection pattern, pinning behavior, and timeout configuration based on production load testing with SQL Server.

December 7, 2025 · 8 min read
Dev Guides

AWS CodeArtifact Setup Guide for uv

Learn how to configure uv to install Python packages from AWS CodeArtifact using keyring for secure token management. This complete guide covers setup, daily usage, troubleshooting, and best practices.

August 8, 2025 · 12 min read
Articles | DRYCodeWorks