Blog Posts

Thoughts, tutorials, and insights on modern web development.

01
Backend DevelopmentFeb 28, 2026

Self Hosted Backend Platforms You Should Know in 2026

Explore the best self hosted backend platforms like Supabase, Appwrite, and PocketBase. Ship fast with full control over your database, auth, and infrastructure

READ MORE →
02
CloudJan 27, 2026

My Simple Mistake Would Have Cost Me Dollars

I logged into my old AWS account to save money. Instead, I found a small bill. A stopped EC2 was still costing me. One tiny mistake, slow billing, and an easy lesson to miss

READ MORE →
03
FundamentalsDec 20, 2025

Web 1.0, Web 2.0 and Web 3.0

A simple explanation of Web 1.0, Web 2.0, and Web 3.0 with real examples, showing how the internet evolved from read-only pages to user-owned networks

READ MORE →
04
Development ToolsDec 05, 2025

Vim for Programmers: A Simple Guide for Real Speed

Vim looks ancient, but it’s the fastest tool a coder can use. Ditch the mouse, master the modes, and code like you have superpowers. Your simple guide to real speed starts here.

READ MORE →
05
Development ToolsNov 17, 2025

Drizzle vs Prisma: A Simple Honest Guide

I noticed many devs using Drizzle over Prisma. Here's what I learned about both ORMs and which one might be right for your next project.

READ MORE →
06
Web DevelopmentNov 13, 2025

Vercel is Not Just Hosting. It is a Whole Toolbox

Vercel is more than hosting. It gives tools for backend, storage, AI, cron, and smooth deploys. Many devs miss these features. This blog shows why Vercel feels like a full toolbox.

READ MORE →
07
AINov 02, 2025

Stop Wasting Tokens: Write Smarter JSON for LLMs

We all love JSON, but for LLMs it’s costly. Every quote and brace counts as a token. Learn how to write smarter JSON and save tokens in your prompts.

READ MORE →
08
LaunchOct 28, 2025

Why Grokipedia Is a Great Move

Elon Musk just launched Grokipedia, an AI-powered encyclopedia by xAI. But it’s not just a Wikipedia rival… it’s a smart move to train Grok faster, cheaper, and smarter.

READ MORE →
09
Developer CultureOct 25, 2025

Why Most CLI Tools Say ‘y/n’

Why do all CLI tools ask “(y/n)”? This tiny prompt started as a speed hack for slow computers and became a timeless developer convention.

READ MORE →
10
Developer CultureOct 25, 2025

Why Most CLI Tools Say ‘y/n’

Why do all CLI tools ask “(y/n)”? This tiny prompt started as a speed hack for slow computers and became a timeless developer convention.

READ MORE →
11
Backend DevelopmentOct 24, 2025

How to Get Started with Motia in Under 10 Minutes

Learn how to set up Motia, an open-source backend framework that lets you build APIs, jobs, workflows, and AI agents in 10 minutes... simple, fast, and modern.

READ MORE →
12
Web DevelopmentOct 22, 2025

The Port Timeline: Why Dev Servers Use 3000, 8000, 8080, and 5173

Every dev has seen localhost:3000 or 8080, but few know why. Here’s how each port became a piece of developer history.

READ MORE →
13
React NotesOct 22, 2025

Virtual DOM, Fiber, and Reconciliation in React - Simple & Practical

React keeps a lightweight copy of the UI, figures out what changed, and updates only that. Fiber helps React split and prioritize work so updates stay smooth. Read on for a short, clear explainer.

READ MORE →
14
AIOct 21, 2025

AI-Driven Development Frameworks You Should Know

Discover AI-driven development frameworks like BMAD-METHOD, Spec Kit, and OpenSpec. Learn what they are, how to use them, and which fits your project best.

READ MORE →