React + Vite on Vercel
The Deployment Debacle I Didn’t Sign Up For
Mar 15, 20253 min read

Search for a command to run...
The Deployment Debacle I Didn’t Sign Up For

Let’s face it—who even uses JavaScript these days? TypeScript is the way to go for modern backend development. But deploying an Express.js backend with TypeScript on Vercel? That’s where things get tricky. In this guide, I’ll walk you through the com...

Introduction When users sign in to a website or application, a session is established to eliminate the need for repeated credential entries. This session is managed through tokens, specifically the access token. The access token serves as proof of au...

Setting Up a Node.js Project with TypeScript and Nodemon

Insight on Hitesh Choudhary video
