Palash Dhavleblog.troncodes.in·12 hours agoEffortless Secure Login & Signup in Minutes with Next.js and clerkPrerequisites Make sure you have: Node.js (LTS version) installed npm or yarn as a package manager Git installed (optional but recommended) Setting Up a Next.js Project Open your terminal and run: npx create-next-app@latest my-clerk-app cd my...authentication
Shuka Zubaidatshukazuby.hashnode.dev·Feb 3, 2025The Convenience and Security of OAuth: A Comprehensive GuideIntroduction Users interact with numerous online platforms requiring authentication. Remembering multiple passwords can be overwhelming, leading many to reuse weak passwords across different services. To simplify authentication, many websites and app...oauth
Gurveen Singhgurveensingh.hashnode.dev·Feb 2, 2025Nx: The Monorepo Wizard You NeedA Tale of Two Developers Once upon a time in the land of JavaScript, two developers, Alex and Sam, found themselves stuck in the never-ending chaos of multiple repositories. Alex, a hopeful optimist, believed in managing projects the "old-fashioned" ...1 like·50 readsNx
Nisha Pnishacoder.hashnode.dev·Jan 31, 2025From REST to Real-Time: WebSockets with NestJSIn today’s fast-paced digital world, real-time communication is a game-changer. Whether it’s chat applications, live notifications, collaborative tools, or stock market dashboards, users expect instant updates without constantly refreshing their scre...Node.js
Gopal Adhikarigopal-adhikari.com.np·Jan 25, 2025Introduction to NestJS: A Modern Backend FrameworkNestJS has emerged as a go-to framework for building scalable and maintainable server-side applications. Inspired by Angular’s architecture and powered by TypeScript, it combines flexibility with structure—making it ideal for both small projects and ...Nestjsbackend
Kevin Kimanikimanikevin.hashnode.dev·Jan 22, 2025Securing Your NestJS Application with TOTP 2FASecuring user accounts is a critical aspect of any modern web application. Two-factor authentication (2FA) is an effective way to enhance security by requiring users to provide two forms of identification; typically a password and a second factor lik...nestjs
Antarip Chatterjeeantarip4.hashnode.dev·Jan 20, 2025What is NestJS and Why It’s Better Than ExpressJavaScript has established itself as one of the most versatile and widely used languages in web application development. This has been largely made possible through frameworks such as Express.js, which enables developers to build robust server-side a...21 likes·35 readsNode.js
Ashwin Nemaintegrating-web-sockets-with-nestjs.hashnode.dev·Jan 14, 2025Beginner's Guide to Using HTML Web Sockets with NestJSIn this post, I will explain how to integrate HTML native web sockets in NestJs. I assume you have the NodeJs LTS version installed on your machine. Please install the NestJs CLI if you haven't already. npm i -g @nestjs/cli Step 1: Setting Up the Bac...nestjs
Muhamad Dani Ramandamdrdani.my.id·Jan 13, 2025NestJS Beginner's Guide: Memulai dengan Framework TypeScriptBuku ini dirancang untuk menjadi panduan praktis bagi Anda yang ingin mempelajari NestJS, sebuah framework backend berbasis Node.js yang populer karena arsitektur modularnya. Dengan pendekatan yang terstruktur dan disertai studi kasus, Anda akan dibi...nestjs
Shayan Alizadeh Pahlavanblog.shayan.pahlavan.co.uk·Jan 11, 2025My Journey Through Backend Development FrameworksOver the years, as a developer building both web and mobile apps, I’ve often needed to create backends. This requirement has led me to explore a variety of frameworks and serverless services. If you’re already a web developer familiar with JavaScript...backend