Command Palette
Search for a command to run...
Comments (1)
Join the discussionMore from this blog
Is your code really good?
Do you understand the difference between "looks good" and "is good?"

From Dumb and Boring YAML to Dumb and Boring YAML; IaC Experience
For more than 3 years I've been doing DevOps and involved myself in multiple projects ranging from simple static web applications deployed to some CDNs to multi-tenant systems with event-driven architectures. I've always found some ways to make my bo...
Structuring Infrastructure as Code with a Layered Approach
One of the problems that I face frequently when writing Infrastructure as a Code is how you structure it. To answer this question, I think there are a few indicators that decide how we want to structure. One resource will have less change compared t...

Hands-On: I wrote my auth logic with JS in Nginx; Will you?
This may come as a surprise to you. How can someone use nginx configuration with Javascript? Fortunately, nginx supports a language called njs which is a strict subset of ECMA5. This can be used to further extend your routing logic, but don't be that...

Dev Blog 1; Scratching the Kube API Server to get TTY
This is my first blog of multiple blogs on developing a pod troubleshooter turned into a compiler as a service. What do you call it CaaS? COMPaaS is cooler though, lol. I've been learning a lot of things in this journey, so I decided to share about i...
