<28/>
28 Lazy Coder
AR

About

Full-Stack Developer · Writer

I build things for the web and occasionally write about how — mostly the parts that took longer to get right than they should have.

Noida, India
The Long Version

I'm a developer who spends most days moving between frontend polish and backend plumbing — React on one tab, WordPress or Node on the other, and a CSS file somewhere that's never quite finished. This blog started as a place to write down the things I kept re-explaining to myself six months later.

"Lazy" here isn't about avoiding work — it's the belief that the best engineering effort goes into making future work smaller. A clean abstraction, a well-named function, a debugging habit that actually scales: these are lazy in the way that matters.

Outside of code, I run a small web and app development practice, and spend a fair amount of time thinking about how structured, well-organized data makes everything downstream easier. Edit this page in wp-admin to replace this placeholder bio with your own.

Toolkit
React.js
JavaScript
Node.js
PHP
WordPress
WooCommerce
HTML5 / CSS3
Git & GitHub
What I Care About
01

Clarity Over Cleverness

Code is read far more often than it's written. If it needs a comment to explain what it does, it probably needs a rename instead.

02

Fast Where It Counts

Performance work only matters where a person actually feels it — load time, interaction delay, layout shift.

03

Write It Down

The fix you don't document is the bug you'll debug again in a year, from scratch, slightly more annoyed.