Devops
Advanced Kubernetes Scheduling: Mastering the PodGroup Scheduling Policy
Future of DevOps in the AI World
If you have been doing DevOps long enough, you remember the shift from artisanal deploys to pipeline-as-code. The next shift will feel familiar in shape even if the ingredients look alien: we are still wiring stages, gates, and blast radius—but some stages will call models and tools, not only make and kubectl.
GSD – Get Shit Done: AI-Powered Spec-Driven Development Pipeline
If you’ve spent any time working with AI coding assistants, you’ve probably encountered context rot — that moment when your AI session loses track of what it’s doing, starts hallucinating, or produces code that doesn’t match the original plan. The more complex the task, the faster things spiral.
Hermes Agent vs OpenClaw: The Ultimate AI Agent Showdown
The AI agent landscape in 2026 is crowded, noisy, and full of promises. Two names keep surfacing in developer conversations: OpenClaw and Hermes Agent. Both claim to be the autonomous assistant that finally bridges the gap between AI reasoning and real-world execution. Both are open-source. Both run locally. Both connect to messaging platforms.
Parallel Agent Development: The Future of AI-Powered Software Engineering
For years, AI coding assistants worked the way a single intern would: one task at a time, one conversation at a time, one file at a time. You asked a question, waited for an answer, then asked the next one. Sequential. Linear. Slow. In 2026, that model is dead.
Nginx, F5 Acquisition, and the Rise of Angie: Why You Should Consider Switching
If you’ve been working with web servers and reverse proxies for the past decade, chances are you’ve used nginx. It’s been the backbone of countless web infrastructures, powering everything from small personal blogs to some of the busiest websites on the planet. But recent developments in the nginx ecosystem have led to an interesting fork called Angie — and it might be worth your attention.
In this post, I’ll walk through the history of nginx, what happened after the F5 acquisition, why Angie was created, and why you might want to consider making the switch.
Building with AI Coding Agents: Best Practices for Agent Workflows
Over the past year, I’ve been working extensively with AI coding agents — intelligent assistants that go far beyond code autocompletion. These agents can plan, execute, and iterate on entire development tasks. They function like tireless pair programmers who never lose focus or context, dramatically increasing productivity when guided correctly.
GitLab Installation Guide
Install GitLab CE with custom PostgreSQL and Nginx proxy.
GitHub Actions: Basics
In this post I will show you how you can use GitHub Actions for CI/CD and pass artifacts between jobs.