MODE: AUTO
SCORE: 0

MY BLOGS

My Experiences, Lessons, and Technical Journeys

READ
I Freed 120GB on My Mac With Five Terminal Commands ,Here’s How
March 13, 2026

I Freed 120GB on My Mac With Five Terminal Commands ,Here’s How

Your Mac says “Storage Almost Full.” Finder isn’t helping. Time to open the Terminal. Warning: The commands in this guide permanently delete files. ...

READ
It’s 2026 and I Was Still Manually Uploading Reels to YouTube
March 10, 2026

It’s 2026 and I Was Still Manually Uploading Reels to YouTube

instoobI run an Instagram account called @truevibecoder where I post coding content — short reels, tips, behind-the-scenes stuff. I’d been grinding, ...

READ
Responsible Vibe Coding: How to Ship Fast Without Breaking Everything
March 7, 2026

Responsible Vibe Coding: How to Ship Fast Without Breaking Everything

By Sunith VS (@sunithvs_ | @truevibecoder) I built JioBase in 2 hours using Claude Code. It went viral, served 14 million requests, and survived a 20...

READ
Supabase Blocked in India: The Complete Guide to Fixing Your App
March 2, 2026

Supabase Blocked in India: The Complete Guide to Fixing Your App

jiobase.com to fix supabase block in indiaYour Supabase app stopped working in India. Here’s exactly what happened, why the usual fixes won’t help, a...

READ
The Lazy Developer’s Guide to Automation: How I Made GitHub Work for Me
January 14, 2025

The Lazy Developer’s Guide to Automation: How I Made GitHub Work for Me

The Lazy Developer’s Guide to Automation: How I Made GitHub Work for Me Picture this: It’s another busy day at work, and I’m juggling multiple hotfix...

READ
How I Built & Deployed a Real-time Polling App in 30 Minutes
January 8, 2025

How I Built & Deployed a Real-time Polling App in 30 Minutes

So today during our sprint meeting, something pretty relatable happened. We needed to run some quick polls, but got annoyed with all the ads and comp...

READ
Git Worktree: Advanced Git Techniques for 10x Developer Productivity
November 23, 2024

Git Worktree: Advanced Git Techniques for 10x Developer Productivity

Stop context switching between branches and boost your development workflow with Git’s hidden powerhouse feature. The Developer’s Git Challenge If yo...

READ
Minglikko: A Valentine’s Day Project Born from Engineering Curiosity
November 19, 2024

Minglikko: A Valentine’s Day Project Born from Engineering Curiosity

Ever heard of a project that started with a simple quest to find a Valentine? Let me tell you about Minglikko one of the best memories from cusat, a ...

READ
Optimising Django Queries to Overcome the N+1 Problem!
November 11, 2024

Optimising Django Queries to Overcome the N+1 Problem!

As a Django developer, you may have encountered a common performance issue called the N+1 query problem. This can severely impact the speed and effic...