A Beginner’s 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·99
Getting Started With 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 relational database solution for developers who wa...Jan 3, 2025·6 min read·72
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·60
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