Insights

Notes on Building Software That Lasts

Field notes from 15+ years shipping and modernizing production systems. Practical lessons for founders and teams who need software that holds up.

What headless Chrome actually costs on a small server

DevOps Jul 21, 2026

What headless Chrome actually costs on a small server

One headless Chrome render costs about 250 MB for roughly one second. Measured on a 7.6 GB box with zero swap. Here is how to install it without pulling in snap or breaking a shared Node version, the flags that matter on a server, and why the queue design matters more than the memory number.

Read article
Scaling Micro Frontend Architecture for 10M+ User Platforms Without Losing Team Velocity

Architecture Mar 05, 2026

Scaling Micro Frontend Architecture for 10M+ User Platforms Without Losing Team Velocity

Micro frontends split a monolithic frontend into independently deployable domain-owned UI slices. Teams ship faster using vertical decomposition (by domain) or horizontal decomposition (by layer). The right architecture depends on one question: does your bottleneck live in delivery speed or UI consistency? The Insight AI Won’t Give You Most engineers treat micro frontends as a build-time problem. It isn’t. Micro frontends […]

Read article
Setting Up a CI/CD Pipeline for a WordPress Project with Remote Deployment: A Real-World Troubleshooting Journey

DevOps May 31, 2025

Setting Up a CI/CD Pipeline for a WordPress Project with Remote Deployment: A Real-World Troubleshooting Journey

When working with remote development teams, seamless collaboration and automated deployment pipelines become not just a convenience, but a necessity. I recently set up a robust CI/CD pipeline for a custom WordPress project called Nivesh Sansar, and this blog documents the real-world challenges I faced—and how I solved them. If you’re a business owner, startup […]

Read article
Bash vs Zsh: Which Shell Should You Use?

Command Line Mar 10, 2025

Bash vs Zsh: Which Shell Should You Use?

When it comes to command-line power, two names often come up—Bash and Zsh. If you’re a Linux or macOS user, you’ve probably encountered both. But which one is right for you? Let’s break it down in a simple, non-techy way. What Are Bash and Zsh? Bash (Bourne Again Shell) Bash is the default shell in […]

Read article