Srinath Blogs

srinath shrestha srinath shrestha

Will software in future Suck ?

I was going through this video on YouTube, and it talks about how, if not done right, software in the future will suck. So the idea is simple: no juniors today means no seniors tomorrow. You can’t just skip the…

Read post →

The Million Dollar Trick: Spotting ABCs

So here’s the deal. There are some logics or components in our apps that coding models can 100% generate. Always. Doesn’t matter which version of the model, doesn’t matter how you phrase the prompt — the result comes out the…

Read post →

To Build or Not to Build

There was a time when nobuild meant: drop an .html, toss in some .js, ship it. Zero configs, zero bundlers, zero waiting for webpack to “warm up.” Why it was the best: Instant feedback. Change → refresh → done. Minimal…

Read post →

Running Puppeteer on Vercel

Picture this: One fine day, you’ve built yourself a nice lil Next.js app that uses Puppeteer to generate some PDF. Everything works perfectly (locally). PDFs generate beautifully, you are happy and thinking that your mom must be proud. You spent…

Read post →