RPRohit Patilinr8hitpatil.hashnode.dev·May 13 · 5 min readAngular for beginners 101Setup The command below will install Angular with global access. npm install -g @angular/cli Why ? Helps us scaffold the angular like creating new project, component, serving the application, buildin00
RPRohit Patilinr8hitpatil.hashnode.dev·Apr 25 · 7 min readNest.js for beginnersWhat is NestJS ? Nest is framework to build efficient, scalable Node.js server side applications. We can simply use Typescript and concepts like OOPS, Functional Programming are very basic things you 00
RPRohit Patilinr8hitpatil.hashnode.dev·Sep 14, 2025 · 7 min readSocket.io in MERNBuilding basic socket.io project There will be total two sections1. Server side socket.io2. Client side socket.io WebSocket vs Socket.io WebSocket is the raw, low-level protocol that allows us to esta00