blog.hassanbahati.comA Beginner鈥檚 Guide to Understanding FirebaseFirebase is a Backend-as-a-Service (BaaS) platform backed by Google that provides a comprehensive suite of tools and services for building, testing, deploying, and managing web and mobile applications. It eliminates the need for developers to set up ...Mar 23, 2025路7 min read
blog.hassanbahati.comTanStack Query Firebase v1.0.7 for React: What鈥檚 New and How to Use ItTanStack Query Firebase is a powerful library that provides a set of hooks for handling asynchronous tasks with Firebase in your applications. This library simplifies real-time data fetching, caching, and syncing data in your applications. On 7th Mar...Mar 14, 2025路3 min read
blog.hassanbahati.comWhat Happens When You Import Anything in Node.js?Ever wondered what really happens when you import a module in Node.js? How Node.js figures out where to find the file? Or why you sometimes get an error like: To fully understand imports, we must first understand exports and how Node.js resolves mod...Mar 6, 2025路5 min read
blog.hassanbahati.comTanstack Query Firebase v1.0.6On Thursday, 13th February, 2025, TanStack Query Firebase v1.0.6 officially went live! 馃帀 This release brings new powerful hooks for Firebase Authentication and Firestore, making state management and data fetching in your React apps smoother and more...Feb 15, 2025路2 min read
blog.hassanbahati.comBuilding a Real-Time Expense Tracker App with TanStack Query FirebaseTanStack Query Firebase is a library that provides a set of hooks for handling asynchronous tasks with Firebase in your applications. Managing state synchronization, caching and background data updates can be complex, but TanStack Query Firebase simp...Jan 31, 2025路2 min read