Blog
Notes on software engineering, infrastructure, and building products.
Beyond the Hype: Real World Tech That Is Quietly Changing Everything
September 2, 2026While 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, 2026For 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, 2026Local 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, 2026Biraj 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, 2025I built a Minecraft server listing site for Nepali players using PHP and Go. Here is why and how.
What Is PocketMine-MP
August 15, 2025PocketMine-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, 2024I 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, 2024My 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, 2024SvelteKit changed how I think about building web apps. Here is why it is my go-to frontend framework.
Why I Love Bun
March 15, 2024Bun 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, 2024Go 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, 2023Arch Linux is my daily driver. Here is why I switched and why I never looked back.
The Minecraft Community in Nepal
March 10, 2022A 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, 2020A step by step guide to writing your first Spigot plugin for Minecraft Java Edition.
Building a Minigame Plugin for Minecraft
April 5, 2020A practical guide to building minigame plugins for Minecraft servers covering state machines, arena management, and inventory handling.