gr8soln.hashnode.devWeb Push Notifications with React and Firebase Cloud Messaging (FCM)Welcome to a comprehensive master series on implementing push notifications across web and mobile platforms! In this journey, we'll explore the intricacies of push notifications, from basic concepts to advanced implementations. Whether you're a seaso...Jul 29, 2025·9 min read
gr8soln.hashnode.devBuilding Web Push Notification Server with Nest Js and FCMWelcome to the second part of our push notification series! In this article, we'll dive into creating a Nest Js server capable of sending push notifications to our React web application. We'll cover the setup, implementation, and even extend our serv...Jul 29, 2025·8 min read
gr8soln.hashnode.devUnderstanding Asynchronous Programming in JavaScript: Beginner's Guide to the Event LoopHave you ever wondered why some pieces of JavaScript code seem to run out of order? The key to understanding this is the event loop. JavaScript's event loop can be tricky to understand, especially when dealing with different types of asynchronous ope...Jul 29, 2025·10 min read