Blogs
Thoughts, tutorials, and
insights I share.
Latest Posts
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.