Published inITNEXTUnit Test Setup React Project: Vite, Typescript, And JestSetting up unit tests in your React project with Vite, TypeScript, and Jest helps ensure your code works as expectedNov 3Nov 3
Published inITNEXTHow to create authentication APIs in NestJS using Firebase Authentication?This story explains how to create sign-in and sign-up api in NestJS using Firebase Authentication.May 131May 131
Published inITNEXTHow To Create A Discord Bot With NestJS?How To Create A Discord Bot With NestJS?Jan 7Jan 7
Published inITNEXTNestJS Model-View-Controller: Flashing Input To The SessionYou may need to keep input from one request until the next request. For example, you may need to re-populate a form after checking itAug 13, 2023Aug 13, 2023
Published inITNEXTHow To Combine WebsocketsApi And RestApi In One AWS Serverless Service?In this story I will show you “How To Combine WebsocketsApi And RestApi In One AWS Serverless Service”Jul 23, 2023Jul 23, 2023
Published inITNEXTOpen-Closed Principle Example: Parse CSV File With TypeScriptThe OCP states that software entities (classes, modules, functions, and so on) should be open for extension, but closed for modification.Jul 9, 2023Jul 9, 2023
Published inITNEXTHow to implement DynamoDB Repository Pattern with NestJS?DynamoDB is a famous Document base database if you are working with Amazon Web Service. And NestJS is a backend framework for NodeJS, you…Jun 11, 2023Jun 11, 2023
Published inJavaScript in Plain EnglishHow to share screens with WebRTC and Socket.IO?How to build a screen-share application with WebRTC, NodeJS, Socket.IOMay 29, 20232May 29, 20232
Published inLevel Up CodingHow to use Array.reduceRight to solve LeetCode 2629. Function Composition problem?How to use Array.reduceRight to solve LeetCode 2629. Function Composition problem?May 7, 2023May 7, 2023
ES2017 Asynchronous Functions (`async`/`await`) The Right WayThe introduction of Promises and async functions has significantly transformed the landscape of asynchronous JavaScript.May 5, 2023May 5, 2023