Welcome to EverythingCS
Hello, I am Jitendra. I mostly talk about full stack stuff like ReactJS, Next.js, Firebase, Cloudflare Workers, Astro and many others.
Featured Posts
View All PostsServer Side Pagination and Searching in Nextjs and Drizzle-orm
September 12, 2024Setup server side pagination and searching in Next.js server components using Drizzle ORM
Self-Hosting Next.js on Ubuntu VM with GitHub Actions for Automatic Deployments
August 18, 2024Step by step guide on how to self host next js application using nginx and pm2 on the ubuntu virtual machine and also setup github actions for automatic deployments
How to handle File Uploads (images, videos, pdf) using Multer in Express.js Node.js
July 8, 2024Step by step guide on how to handle file uploads in express js using multer
Two-Factor Authentication and Recovery Code Setup in Astro.js
March 13, 2024Step by step guide on how to setup Two-Factor/ Multifactor authentication along with the recovery codes in Astro.js
Passwordless Magic Link Authentication Setup in Astro.js
March 8, 2024Step by step guide on how to setup Passwordless magic link authentication in astrojs with authentication persistence and protecting routes via middlewares.
Email Password Credentials Authentication Setup in Astro.js
February 29, 2024Step by step guide on how to setup Email Password Credentials Authentication in Astro with Email Verification and also persist authentication state in Astro and protecting routes via middlewares.