eshaan5.hashnode.devHow PostgreSQL Transforms Your Query into a Parse Tree π³Ever wondered how PostgreSQL understands your SQL query before executing it? It doesnβt just βreadβ your query and magically return results. Instead, PostgreSQL goes through multiple steps to interpret, validate, and optimize your SQL query. π One o...Mar 19, 2025Β·3 min read
eshaan5.hashnode.devUnlocking the Secrets of Server-Driven UI: A Thrilling AdventureServer-driven UI (SDUI) represents a cutting-edge approach embraced by industry leaders such as Airbnb and Lyft, where the server takes the reins in constructing mobile app user interfaces. This innovative method not only unlocks fresh opportunities ...Feb 26, 2024Β·9 min read