Nov 6, 2025 ·
ai
aislop
future of software
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 →
Oct 25, 2025 ·
vibe coding
ai coding
tricks
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 →
Oct 5, 2025 ·
webdev
minimalism
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 →
Oct 5, 2025 ·
vercel
puppeteer
serverless-deployement
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 →
Oct 5, 2025 ·
mac
apfs
git
I was just learning Git, minding my own business like a regular kid with no social life. I ran this: Output: That tiny setting made me stop. Why does Git even need to care about case? Case Sensitivity 101 Turns…
Read post →