Blogs

Thoughts, tutorials, and

insights I share.

Latest Posts

10 min read

Why 90% of Developer Portfolios Look the Same (And How to Actually Stand Out)

Dark mode, a hero section with a wave emoji, a grid of project cards. Sound familiar? Here is why most developer portfolios blend together and what to do about it.

portfoliodesigncareerwebdevcreativity
8 min read

The Hidden Cost of Using Too Many NPM Packages

Every npm install adds more than a dependency. It adds risk, bloat, and maintenance debt. Here is how to audit your project before it becomes unmanageable.

npmjavascriptwebdevsecurityperformance
9 min read

Why Most Next.js Portfolios Are Poorly Optimized (And How to Fix Yours)

Your Next.js 16 portfolio might score 100 on Lighthouse and still be slow. Here is how to actually optimize for the metrics that matter in 2026.

nextjsperformanceoptimizationportfolioweb-vitals
7 min read

How to Stand Out as a Developer in 2026 (Without Open Source Fame)

You don't need 10k GitHub stars to land a top-tier role. Here is the realistic playbook to stand out when everyone else is just grinding algorithms.

careerdeveloperhiringportfolioproductivity
7 min read

Why GitHub and Technical Blogs Are the New Resume in 2026

Your one-page PDF resume is being filtered out by AI. Here is why your GitHub contribution graph and blog are the only things hiring managers actually trust in 2026.

careerGitHubhiringtechnical-writingresume
7 min read

Why Prompt Engineering Alone Is Outdated in 2026

If you are still tweaking 'act as an expert' prompts, you are falling behind. Here is the actual engineering skill replacing it in 2026: system architecture, clean data pipelines, and agentic workflows.

AIprompt-engineeringagentic-workflowssystem-designcareer
7 min read

I Replaced Google with AI for 7 Days. Here's What Broke.

I went a full week using only LLMs for debugging instead of Google or StackOverflow. It was a productivity nightmare and here is why traditional search still matters.

AIproductivitydebuggingdeveloper-experienceworkflow
6 min read

Hands-On with Claude Opus 4.6 vs Gemini 3 Pro vs GPT-5.2

I tested Anthropic's newest Claude Opus 4.6 against Gemini 3 Pro and GPT-5.2 in a real 3-prompt product prototype. Here's what actually worked and where each model excels.

AIClaudeOpus 4.6Gemini 3 ProGPT-5.2AI ComparisonCoding
3 min read

Typography as Interface: Why Inter and Outfit Rule the Web

Why I chose Inter and Outfit for my portfolio and Rune AI. A deep dive into font functionality, readability at scale, and how typography defines digital product identity.

designtypographyui-uxbranding
2 min read

Designing Fluid Interfaces: My Approach to Animation

Moving beyond 'making things move' to 'making things feel'. A deep dive into physics-based animation, Framer Motion, and creating emotional connections with UI.

designanimationframer-motionui-ux
3 min read

How I Approach a Problem Before Writing Code

Stop coding immediately. Learn the 80/20 rule of software engineering: 80% planning, 20% typing. A guide to thinking like a senior engineer.

EngineeringProductivityGuideSystem Design
3 min read

My Current Tech Stack & Why I Chose It

A deep dive into my preferred tools and technologies for 2026, focusing on performance, scalability, and developer experience.

tech-stacknextjsreacttypescriptweb-dev
3 min read

The Reality of Shipping Products as a Student in India

Balancing a Computer Science degree with a growing portfolio of side projects. From tutorial hell to shipping Rune.codes, here is my story.

student-devindie-hackingindiaproductivity
2 min read

The Solo Developer's Toolkit (2026 Edition)

The non-code tools that keep me productive, organized, and sane. A curated list of software for design, planning, and testing.

productivitytoolsworkflowsetup
3 min read

Things I Wish I Knew Before Starting to Code

Key lessons learned from my coding journey to help beginners avoid common pitfalls and accelerate their learning.

careeradvicelearningbeginners
2 min read

Why I Built dsa-hub: Solving My Own Problem

The story behind building a real-time collaborative code editor for DSA practice. From the frustration of scattered resources to learning WebSockets and CRDTs.

projectswebsocketsreactcase-study