nishacoder.hashnode.devFrom REST to Real-Time: WebSockets with NestJSIn today’s fast-paced digital world, real-time communication is a game-changer. Whether it’s chat applications, live notifications, collaborative tools, or stock market dashboards, users expect instant updates without constantly refreshing their scre...Jan 31, 2025·4 min read
nishacoder.hashnode.devDeploying a Static Site to Firebase HostingDeploying a static website can be a quick and seamless process, especially when using Firebase Hosting. In this guide, we’ll walk you through how to host your static site on Firebase, covering the steps from setting up your Firebase project to deploy...Jan 18, 2025·3 min read
nishacoder.hashnode.devSetting Up Local AWS with LocalStackDeveloping applications that rely on AWS can be challenging without a reliable testing setup. Constantly deploying to a live AWS environment is not only time-consuming but also costly. Enter LocalStack—a tool that emulates AWS services locally. Combi...Jan 11, 2025·3 min read