Articles in the category "development"

Building vibestack: how I stopped re-explaining myself to my AI

A personal essay about building vibestack - a pack of 44 slash commands for Claude Code - and what that has to do with where the industry is heading in 2026. The most valuable layer in agentic coding is not the model or the IDE; it is the small, specific, slightly opinionated personal layer you build on top of everything else.

Building Type-Safe Serverless Applications with Prisma, Lambda, and Private RDS

Running Prisma ORM in AWS Lambda with RDS in a private VPC is a good pattern for building type-safe serverless applications. However, documentation on this setup is sparse, and developers typically encounter two critical challenges that aren’t immediately obvious: correctly bundling Prisma’s binary dependencies for Lambda’s environment and automating database migrations through CDK without external CI/CD orchestration.