Kilo Code: Codebase Indexing with Nomic and Qdrant
In our previous post, we explored the different modes of Kilo Code. While these modes are powerful, their effectiveness depends on the quality of the context they can access.
In our previous post, we explored the different modes of Kilo Code. While these modes are powerful, their effectiveness depends on the quality of the context they can access.
In our previous post, we unlocked massive power by integrating Qwen Code CLI. But with great power comes the need for great management.
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.
In our previous posts, we covered the basics of Kilo Code and how to get it installed on your machine. One of the most powerful features of Kilo Code is its ability to integrate with various AI providers.
In our first post, we introduced the core concepts of Kilo Code and why it’s a game-changer for agentic software development. Now, it’s time to get your hands dirty.
Proxmox Datacenter Manager (PDM) is a centralized management platform for overseeing multiple Proxmox VE clusters and Proxmox Backup Server instances from a single interface. This guide covers installation, configuration, and best practices for managing your virtualization infrastructure at scale.
The world of AI coding is moving fast. We’ve seen the rise of simple autocomplete, then the transition to chat-based assistants, and now we are entering the era of Agentic AI.
AI-powered coding assistants have become essential tools for modern developers. In this post, I’ll compare three popular VSCode extensions: GitHub Copilot, Continue.dev, and Kilo Code (kilo.io), helping you choose the right one for your workflow.
Multus CNI enables attaching multiple network interfaces to Kubernetes pods, essential for service mesh, security isolation, and high-performance networking. This updated guide for 2026 covers Multus 4.0+, Kubernetes 1.28+, and modern CNI plugins.
The early days of AI coding were characterized by “vibe coding”—a process where developers would prompt an LLM, hope for a working snippet, and manually fix the hallucinations. While fast for simple tasks, this approach often falls apart in complex, multi-file projects where “context rot” and technical debt accumulate rapidly.