Blog

My thoughts on software development, life, and more.

Implement External Secrets Operator for Multi-Cloud Kubernetes Management
Cloud

Implement External Secrets Operator for Multi-Cloud Kubernetes Management

In modern microservices architectures running on Kubernetes, developers frequently embed sensitive credentials like database passwords, API keys, and certificates directly into Deployment YAML manifests or rely on Kubernetes Secrets, which are merely base64-encoded plaintext stored unencrypted on disk by default.

January 7, 2026 (2 days ago)
15 min
Ler mais →
Claude + MCP Serena: How to Never Blow $200 in 3 Days Again

Claude + MCP Serena: How to Never Blow $200 in 3 Days Again

Recently, I saw a frustrated developer online. He had invested $200 in a Claude Max plan, expecting unlimited AI-assisted development power. Result? He hit the usage limit in 3 days and had to wait 72 hours to use it again. Desperate, he bought a second account to work around the problem.

January 7, 2026 (2 days ago)
Ler mais →
Implementing SLSA Level 3 with GitHub Actions, Go, and Sigstore
DevOps

Implementing SLSA Level 3 with GitHub Actions, Go, and Sigstore

Stop build-server attacks where code scanners fail. This is a complete, practical guide to implementing and verifying SLSA Level 3 for your Go applications using GitHub Actions and Sigstore. Generate non-falsifiable provenance and build the verifier to enforce it.

November 6, 2025 (2 months ago)
18 min
Ler mais →
local-work: The Ultimate CLI Toolkit for Productive Developers

local-work: The Ultimate CLI Toolkit for Productive Developers

Discover how `local-work` can revolutionize your development workflow with integrated task management and note-taking, all in the terminal. Zero configuration, zero dependencies, 100% productivity.

November 2, 2025 (2 months ago)
Ler mais →
LangGraph vs. AutoGen: The Technical Guide to AI Agent Orchestration
AI & ML

LangGraph vs. AutoGen: The Technical Guide to AI Agent Orchestration

Ever feel like you're wrestling with a complex problem that's just too big for a single brain (or, in our case, a single LLM)?

October 28, 2025 (2 months ago)
15 min
Ler mais →