When creating a Next.js project with create-next-app, the default folder structure puts the pages directory at the root of your project. The problem with this approach […]
Unlike other BaaS (Backend as a Service) providers like Firebase, Supabase is built on the relational Postgres database and exposes the full power of the database […]
The Supabase JavaScript SDK library does not have a .groupBy() method. Lucky for us, Supabase gives us the full power of our Postgres database with the […]