Archive

Insights and practical guidance on Cloud, DevOps, SaaS Strategy, and AI-Driven Product Leadership.

The Art of Refactoring

Refactoring is not about making code perfect. It is about making code more honest.

Each refactoring session is an opportunity …

Read more →

Debugging as Meditation

When faced with a bug, the mind wants to rush toward solutions.

But the zen debugger sits quietly with the problem first.

They …

Read more →

The Empty Function

A function that does nothing perfectly is better than a function that does everything poorly.

Sometimes the most powerful code is …

Read more →

Simplicity in Code

The best code is not the cleverest code. It is the code that clearly expresses its intent.

When we write software, we are not just …

Read more →

GKE

Enable API

gcloud services enable container.googleapis.com

Set Variable

export PROJECT_ID=$(gcloud config get-value project)

Create GKE Cluster …

Read more →

In this tutorial you will learn how to build an automated pipeline to ensure that you include security updates and patches in your container images.

Read more →