vLLM production-stack: LLM inference for Enterprises (part1)

Intro If youโ€™ve played with vLLM locally you already know how fast it can crank out tokens. But the minute you try to serve real traffic with multiple models, thousands of chats, you hit the same pain points the community kept reporting: โš ๏ธ Pain point What you really want High GPU bill Smarter routing + …

Safety Detectives Interview with CloudThrill CEO Kosseila Hd

Our Founder & CEO, Kosseila Hd, recently sat down with SafetyDetectives to share CloudThrillโ€™s vision on why the real AI revolution lies in infrastructure rather than just apps, and what that means for organizations building and owning their private, scalable AI.

Recursive `.๐‘”๐‘–๐‘ก๐‘–๐‘”๐‘›๐‘œ๐‘Ÿ๐‘’`: When Ignoring Goes Too Far

intro You might have heard of the “recursive .gitignore symptom”, or maybe you havenโ€™tโ€”but if you work with Git long enough, thereโ€™s a good chance youโ€™ll run into it. Itโ€™s one of those sneaky issues that can cause unexpected behavior in your repositories, making files disappear from Git tracking when you least expect it. Imagine …

HashiCorp Vault for Dummies: K8s Auth setup in an External Vault (WSL)

Intro This is part three of our Vault for Dummies series. After Part 2 where we set up Vault with Transit Auto-unseal, itโ€™s time to tackle Kubernetes authentication, from outside the cluster. In this post, weโ€™ll walk through setting up Kubernetes auth with an external Vault, so your K8s workloads can securely authenticate and pull …

How to pass the GitHub Actions certification (cheat-sheet)

Intro The GitHub Actions Certification is a go-to credential for developers and DevOps engineers looking to validate their CI/CD skills with GitHub. Launched in 2024, the GitHub Certification program was a welcome moveโ€”especially after they slashed their prices from $200 to $99. This exam focuses on practical knowledgeโ€”building, consuming, and securing workflows at scale. In …