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路10
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: 鈥淔irebase Data Connect is Firebase's first Jan 3, 2025路7 min read路85
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路94
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路63
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路67