Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
GitOps with ArgoCD - A Practical Setup Guide
8 min read

GitOps with ArgoCD - A Practical Setup Guide

A hands-on guide to implementing GitOps with ArgoCD. Covers installation, application management, sync strategies, secrets handling, and the patterns that actually work in production.

#gitops#argocd#kubernetes#cicd#deployment#automation
Standups Are Broken
7 min read

Standups Are Broken

Daily standups were meant to improve communication. Instead, they've become status meetings that waste time and interrupt deep work. There's a better way.

#engineering-culture#productivity#agile#remote-work#team-management
Your Startup Doesn't Need Kubernetes
7 min read

Your Startup Doesn't Need Kubernetes

Kubernetes is an incredible technology that solves real problems. But for most startups, it's the wrong tool. Here's how to know when you're ready - and what to use instead.

#kubernetes#startups#architecture#infrastructure#devops#hot-takes
Deploying Kafka on Kubernetes with Strimzi
3 min read

Deploying Kafka on Kubernetes with Strimzi

A step-by-step guide to setting up a Kafka cluster on a local Kind cluster using the Strimzi operator, with optional Terraform provisioning.

K8s
#k8s#kafka#strimzi#operator#kind#terraform