2026
-
Building a local-AI healthcare MVP in the browser (Chrome Prompt API) — MediReport Assist
March 2, 2026How I built a client-side blood report analyzer using Chrome built-in AI (Prompt API) for privacy-first, low-latency insights — plus gotchas and implementation details.
Pavan Shinde · 4 min read ·javascriptnextjs+5 -
My Google L4 Phone Screen Interview Experience (Hyderabad) — Frontend, JavaScript
March 1, 20267 YOE frontend dev. 1 month prep (~60 LC). Logger rate limiter question. Outcome: no hire. Lessons on optimality, assumptions, and edge cases.
Pavan Shinde · 3 min read ·interviewgoogle+3 -
Hosting a Next.js 14 app on IIS (with cookies & HTTPS)
February 22, 2026How we deployed a production Next.js 14 SaaS to a conventional Windows IIS server using iisnode + URL Rewrite—without breaking cookie-based authentication.
Pavan Shinde · 4 min read ·nextjsiis+2 -
JavaScript polyfills: what they are (and how to write one)
February 15, 2026I understood polyfills in theory, but couldn’t actually build one—so I dissected them and wrote a filter polyfill to truly get it.
Pavan Shinde · 3 min read ·javascriptpolyfills -
What are generator functions
January 22, 2026While working on some js challenge question I stumbled upon generator functions of javascript, today we will dive deep and know all about it.
Pavan Shinde · 3 min read ·javascriptgenerator-functions