All Posts

Spatial Query PostGIS

How to return rows in given radius with PostgreSQL, PostGIS and DrizzleORM

This post will guide you through unlocking the power of location-based search. Learn how to efficiently find entries within a specified radius using ST_DWithin from PostGIS and DrizzleORM in fully type-safe way.

Coding with Flutter

Port of React Query for Flutter

In this post, we'll delve into the core features of React Query and discuss how they can be adapted to Flutter's state management and data handling paradigms using package I created.

Image of React useEffect hook

How does React compare hook dependencies?

Confused by how React hooks work behind the scenes? This guide explains how they control when your app updates, making renders efficient!