Vijay Singh - Frontend Solution Architect

Tata Consultancy Services - Copenhagen, Denmark

Download Resume

The card is rendered on the server based on the value of process.env.CONTEXT (docs):

Netlify Context: running in production mode.

This page was statically-generated at build time.

The card content below is fetched by the client-side from /quotes/random (see file app/quotes/random/route.js) with a different quote shown on each page load:

“Listen to me, mister. You're my knight in shining armor. Don't you forget it. You're going to get back on that horse, and I'm going to be right behind you, holding on tight, and away we're gonna go, go, go!”

- Katharine Hepburn as Ethel Thayer in “On Golden Pond” (1981)

loaded at 3/1/2026, 9:24:34 PM. Original data source.

On Netlify, Next.js Route Handlers are automatically deployed as Serverless Functions. Alternatively, you can add Serverless Functions to any site regardless of framework, with acccess to the full context data.

And as always with dynamic content, beware of layout shifts & flicker! (here, we aren't...)