Text Search and Geo Queries: A Deep Dive into Location-Aware Search in Cloud FirestoreEvery useful app eventually needs to answer this question: "Find me something specific, near where I am." Coffee shops with WiFi. Events happening this weekend within 5km. Drivers available in your neMay 4, 2026·12 min read·5
Building 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·47
TanStack Query Firebase and Firebase Data ConnectTanStack Query Firebase provides a set of hooks for handling asynchronous tasks with Firebase in your applications. According to the official documentation: “Firebase Data Connect is Firebase's first Jan 3, 2025·7 min read·78
hello, world!hello, world! I am Hassan Bahati. I am software engineer with a computer science background. I am working on AI-Powered applications. Ask me anything about Firebase!May 7, 2024·1 min read·87
What are Microservices?In recent times one word you won't miss hearing around technology and developer spaces is microservices. For a long time, I kept pondering and deeply curious about what these microservices really were. With seasoned experience in building application...Sep 5, 2022·2 min read·62
CSS Flexbox Vs Float Vs GridIn this article, we shall in depth understand the different CSS layout techniques. CSS Flex-Box The Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning. CSS for whole container...Feb 2, 2021·3 min read·66