Custom Kubernetes Operator With TypeScript (Typed JavaScript)

2021-07-22 | 9 min read

In this article we will explore how to create a sample operator using typescript and to deploy it to our cluster, the operator will be pretty dummy...

DevOps from Zero to Hero: Your First TypeScript API with Express and Docker

2026-04-24 | 10 min read

We will build a simple REST API with TypeScript and Express, then containerize it with Docker using multi-stage builds and best practices...

DevOps from Zero to Hero: Automated Testing

2026-04-30 | 19 min read

We will explore the testing pyramid, write unit and integration tests with Vitest and Supertest, and discuss why coverage metrics can be misleading...