Spec-Driven Development with GitHub Spec Kit
I have been using AI coding agents long enough to know the failure mode by heart.
// software development journal
I have been using AI coding agents long enough to know the failure mode by heart.
Why I Built a Small Observability Stack Over the last few years, my systems have become more distributed: multiple services, containers, and external …
Have you ever wanted to serve private files from your AWS S3 storage to your users, but making the bucket public is not a safe option?
In the world of software development, testing is a critical aspect of ensuring the reliability and functionality of your applications.
This snippet is useful when you need create combinations from n arrays with picking one element from each array.
For example, you might want to get 5 members of each group in your application.