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
Aditya Bondeadityabonde.hashnode.dev·Jan 9, 2025Mastering NestJs :The Framework for Scalable Backend ApplicationsThe world of backend development is vast, with many frameworks vying for attention. One standout is NestJS—a progressive Node.js framework for building scalable, reliable, and maintainable server-side applications. In this introductory blog, we’ll ex...27 readsDev Blogbackend
Rajat Guptablog.rajatgupta.tech·Jan 8, 2025From Express to NestJS: Scaling Our Job Scheduler ArchitectureAs our team's job scheduling service grew from handling a single cron job to becoming a central piece of our infrastructure, we faced the classic engineering challenge of scaling our architecture. This post details our journey of migrating from a sim...85 readsExpress
Favour Max-Otikells.hashnode.dev·Jan 3, 2025Simplifying Repetitive Tasks with CRON Jobs: My Backend StoryWhen I was tasked with developing the API for my church website, I was both honored and excited. It wasn’t just a project—it was recognition that my church saw me as the tech guy, their very own “tech bro.” Naturally, I was determined to do a stellar...11 likes·28 readsNest Jsnestjs
Ninad Naiktech.ninadnaik.xyz·Jan 1, 2025Using Redis as a primary databaseWhen we think of a database, we think about rows, columns, tables, and the relationships between different tables. And we are correct about this. Most applications we use/develop use some sort of relational database, such as PostgreSQL, MySQL, and Ma...32 readsRedis