Apache Kafka is a distributed event streaming platform which can be used as a Pub-Sub broker in...
Recently, I had to create a NodeJS project for backend and a NextJS project for Frontend and connect...
Recently, I had to create a NodeJS application where I had to connect to 2 different database in...
JavaScript is a single threaded, synchronous language. This means when users request to a NodeJS...
NextJS is a popular framework of React for Frontend Web Development. NestJS is another popular...