sundaydeploys.dev — bash
  ┌─────────────────────────────────────────┐
  │                                         │
  │    ☽  S U N D A Y   D E P L O Y S  ☽    │
  │                                         │
  │         ~  code · hobbies  ~            │
  │                                         │
  └─────────────────────────────────────────┘
~/sundaydeploys $ cat welcome.txt
I'm a software engineer who spends weekdays writing code and weekends chasing my hobbies

~/code

Dispatches from the terminal

5 posts

Kaniko vs DinD: Picking the Right Container Build Tool for CI
Comparing Docker-in-Docker and Kaniko for building container images in CI, now that Google has walked away from Kaniko.
containers devops gitlab
Docker Compose Overrides
Layering compose files to keep environment configs clean, from the default override to extends and include.
docker devops
Private Package Marketplace with GitLab
How to publish and consume versioned artifacts using GitLab's generic package registry, with CI pipelines handling the heavy lifting.
gitlab ci-cd packages
LangGraph: What I Found After Hitting LangChain's Ceiling
How LangGraph works, where it beats LangChain, and whether the learning curve is worth it.
python ai
Hello World — First Deploy on a Sunday, Obviously
Welcome to Sunday Deploys. This is the blog where I write about software, my hobbies, and whatever rabbit hole I've fallen into at 2am.
meta