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 →

Technology and Impermanence

Every framework will become obsolete. Every language will fade. Every architecture will be replaced.

This is not a cause …

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

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 →

CouchBase on GKE

GKE

Enable API

gcloud services enable container.googleapis.com

Set Variable

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

Create GKE Cluster …

Read more →