Skip to content

Blog

Notes on software engineering, infrastructure, and building products.

Beyond the Hype: Real World Tech That Is Quietly Changing Everything

September 2, 2026

While everyone argues about the next AI model, a handful of quieter technologies are reshaping how we build software. Here is what I am actually paying attention to in 2026.

Why Confidential Computing Is Finally Moving from Enterprise Buzzword to Practical Tool

September 2, 2026

For years, confidential computing meant locked down enterprise hardware and niche compliance use cases. In 2026, the tooling has matured enough that a solo developer can build privacy-first applications. Here is what changed and why it matters.

Why Local First Software and CRDTs Are the Future of Apps

September 1, 2026

Local first software flips the traditional web app model on its head. Here is why CRDTs and offline first architecture are gaining serious traction among developers building the next generation of apps.

My Journey from Minecraft to Software Engineer

June 1, 2026

Biraj Rai went from running Minecraft servers at 9 years old to working as a software engineer. Here is how.

Building MineScout, a Minecraft Server Directory for Nepal

October 26, 2025

I built a Minecraft server listing site for Nepali players using PHP and Go. Here is why and how.

What Is PocketMine-MP

August 15, 2025

PocketMine-MP is open source server software for Minecraft Bedrock Edition written in PHP. Here is what you need to know.

Tips for Self-Taught Developers

December 15, 2024

I have been coding since I was 9 years old. Here is what I wish someone had told me when I started.

How I Got Started with Freelancing

September 1, 2024

My first month of freelancing earned Rs. 50,000. Here is how I got started and what I learned.

Why SvelteKit Is My Frontend Framework of Choice

June 20, 2024

SvelteKit changed how I think about building web apps. Here is why it is my go-to frontend framework.

Why I Love Bun

March 15, 2024

Bun is the JavaScript runtime I didn't know I needed. Here is why it replaced Node.js for me.

Why Go Is My Backend Language of Choice

January 10, 2024

Go powers most of my backend services. Here is why I reach for it when building APIs and microservices.

Why I Use Arch Linux

November 5, 2023

Arch Linux is my daily driver. Here is why I switched and why I never looked back.

The Minecraft Community in Nepal

March 10, 2022

A look at the Nepali Minecraft community, the challenges of hosting locally, and how the scene has grown over the years.

Getting Started with Spigot Plugin Development

November 20, 2020

A step by step guide to writing your first Spigot plugin for Minecraft Java Edition.

Building a Minigame Plugin for Minecraft

April 5, 2020

A practical guide to building minigame plugins for Minecraft servers covering state machines, arena management, and inventory handling.