Posts tagged “aidlc

4 posts

F

Faster deploys by moving legacy redirects to CloudFront

GitHub Actions deploys were taking three to five minutes. The site was pre-rendering more than two thousand static pages, and most of them existed only to redirect. Here is how issue #90 cut the page count in half and got deploys under two minutes.

U

Uploading photos to my blog from my phone

I wanted to post a photo without opening my laptop. The fix was a passcode-gated form, three Lambdas, and a pipeline that commits to GitHub and triggers the normal deploy. Here is how issue #71 became /upload.

I

If you signed up for my newsletter and never got a confirmation email

Fathom showed plenty of signups but few confirmations. The problem turned out to be a mix of email authentication, misleading analytics, and UX friction. Here is how I diagnosed it and fixed it with Cursor and AI-DLC.

N

Notes on exploring the AI-Driven Development Life Cycle

I've been delivering AI-DLC workshops for AWS customers for the past nine months. Here is what I have seen teams learn about building software when agents can plan, code, and operate alongside you.