Published onMay 21, 2026Two Commands I Run Before Every Production DeployA tiny pre-deploy habit that catches drift and prevents avoidable surprises.#devops #release-engineering
Published onMay 18, 2026My 10-Minute Morning Engineering ResetA lightweight daily reset that helps me start engineering work with clarity.#productivity
Published onMay 16, 2026A Tiny Shell Alias That Saves Me Time DailyOne small shell alias that makes repetitive Kubernetes checks faster.#linux #cli #productivity
Published onMay 10, 2026Kubernetes Debug Checklist for Production IncidentsA practical checklist I follow to isolate Kubernetes production issues quickly.#kubernetes #observability
Published onApr 28, 2026A Pragmatic On-Call Handoff TemplateA simple handoff format that reduces context loss between on-call shifts.#observability
Published onMar 19, 2026How I Review Postmortems Without BlameA lightweight review style that improves reliability while keeping teams psychologically safe.#sre #postmortem #leadership
Published onJan 20, 2025Multi-Architecture Docker Images: Understanding the Platform ProblemWhy single-architecture images break across environments and how multi-arch builds fix it.#docker #containers
Published onMay 21, 2026Two Commands I Run Before Every Production DeployA tiny pre-deploy habit that catches drift and prevents avoidable surprises.#devops #release-engineering
Published onMay 18, 2026My 10-Minute Morning Engineering ResetA lightweight daily reset that helps me start engineering work with clarity.#productivity
Published onMay 16, 2026A Tiny Shell Alias That Saves Me Time DailyOne small shell alias that makes repetitive Kubernetes checks faster.#linux #cli #productivity
Published onMay 10, 2026Kubernetes Debug Checklist for Production IncidentsA practical checklist I follow to isolate Kubernetes production issues quickly.#kubernetes #observability
Published onApr 28, 2026A Pragmatic On-Call Handoff TemplateA simple handoff format that reduces context loss between on-call shifts.#observability
Published onMar 19, 2026How I Review Postmortems Without BlameA lightweight review style that improves reliability while keeping teams psychologically safe.#sre #postmortem #leadership
Published onJan 20, 2025Multi-Architecture Docker Images: Understanding the Platform ProblemWhy single-architecture images break across environments and how multi-arch builds fix it.#docker #containers
Published onDec 6, 2024Stop Clicking, Start Coding Your InfrastructureWhy infrastructure-as-code matters and how to operationalize it with CI/CD workflows.#aws #azure #github-actions #security #cost-optimization
Published onJun 5, 2024Problem - Bad or Good One?A personal reflection on reframing hard situations as growth opportunities.#general
Published onMar 26, 2024Understanding Vectors and RAG: A Beginner's GuideA beginner-friendly introduction to vectors and retrieval-augmented generation.#ai #rag #vectors
Published onOct 11, 2023Mastering cURL for API Development and TestingA practical cURL guide for API development and debugging.#networking