Aanshinaksh27.hashnode.dev00Middleware in Express 5d ago · 4 min read · ExpressJS is a NodeJS web application framework to build server-side applications and REST APIs with JavaScript. Express provides routing and middleware for flexible and efficient web applications. MiJoin discussion
Aanshinaksh27.hashnode.dev00Event loop in NodeJS6d ago · 3 min read · NodeJS runs on a single thread, which means there is one main thread, one call stack and only one operation is executed at a time.You might think this will slow down the request processing, but it doeJoin discussion
Aanshinaksh27.hashnode.dev00Why NodeJS is Perfect for Building Fast Web ApplicationsMay 7 · 2 min read · Web applications need to handle thousands of users at the same time, NodeJS handles these workloads efficiently without much hassle. NodeJS is a JavaScript run-time environment. It helps the apps to rJoin discussion
Aanshinaksh27.hashnode.dev00How NodeJS Handles Multiple Requests with a Single Thread May 7 · 3 min read · We all understand that NodeJS works on a single thread and with the help of the event loop processes all the requests. However Node operates on more than one thread, four threads by default. The code Join discussion
Aanshinaksh27.hashnode.dev00React Virtual DOM May 5 · 3 min read · ReactJS is a frontend technology used in modern web development. It is a JavaScript library designed to build UIs. It was developed by Meta in 2011. The syntax used in React is JSX or JavaScript XML, Join discussion