Articles by Tag #supabase

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

BossOrToss: We Weaponized Astro, React, and Poop Emojis to Judge Executives at Scale

Warning: This app may cause excessive laughter, existential reflection, or mild HR incidents. The...

Learn More 15 0Aug 5

📷Building a Face Recognition Attendance System with Next.js, TypeScript, face-api.js, and Supabase

Hi, Devs! 👋 In this article, I want to share my experience building a modern attendance system that...

Learn More 15 4Oct 15

Enforcing Row Level Security in Supabase: A Deep Dive into LockIn's Multi-Tenant Architecture

Introduction When building LockIn, a secure API key management platform for hackathons and...

Learn More 0 1Oct 17

Beyond Basic Indexes: Advanced Postgres Indexing for Maximum Supabase Performance

My Supabase application started with lightning-fast queries and smooth user interactions. Database...

Learn More 14 1Sep 29

[Solo Development] Finding a place to study in Vancouver! Creating a map app with React and Supabase

Introduction Hello! For this assignment, we developed a self-study spot search app called...

Learn More 5 0Oct 28

Building a Production-Ready URL Shortener with NestJS, Supabase, and Redis: A Complete Journey

TL;DR: I built a complete URL shortener using NestJS, Supabase, and Redis — packed with analytics,...

Learn More 1 0Oct 14

Introducing My Hiking Trip Planner: Motivation and Overview

Motivation and Overview Have you ever struggled to plan the perfect outdoor adventure?...

Learn More 2 0Sep 23

How to Start Indie Development: From Idea to First Commit

This is Day 1 of the **Building a SaaS Solo - Design, Implementation, and Operations Advent Calendar 2025**. Over 25 days, I'll share technical insig...

Learn More 0 0Dec 1

[MyNextHome] Server Backend to add Supabase!

So! A plain server backend (in NodeJS) to talk to real estate's site (TradeMe) is working with real...

Learn More 2 0Nov 28

🚀 Leveling Up with Supabase RPC — My “Sell Honey” Transaction Journey

This week, I implemented a new feature for our beekeeping management platform 🐝: When a beekeeper...

Learn More 0 0Oct 21

How I Built a 90-Day Cash Flow Intelligence Engine

Building a 90-Day Cash Flow Intelligence Engine with n8n + Supabase + React TL;DR: In...

Learn More 0 0Dec 2

Supabase and the Illusion of “Easy Caching”: Why PostgreSQL Reads Can’t Be Automatic

When I started digging into how Supabase handles PostgreSQL reads, something kept showing up in the...

Learn More 0 0Nov 30

My First Experience with Supabase: Beginner-Friendly and Fun

Ever since I started learning Python, I wanted to build something real and useful, not just follow...

Learn More 1 0Oct 26

How to retrieve only one record in Supabase (how to use .single())

Introduction When retrieving data using Supabase .select("*").eq("id", id) Enter...

Learn More 0 0Oct 15

🐝 How a Simple Supabase RPC Function Cleaned Up My Frontend Logic

A few days ago, while building a beekeeping management platform, I hit a small but annoying wall...

Learn More 0 0Oct 24

Allow your team to share product analytics reports from Supabase without giving them database access

Public Report Sharing for Supabase: Stop Being Your Team's Analytics Middleman TL;DR: We...

Learn More 0 0Nov 21

TLDR; Google Auth in ReactJS using Supabase

My project was created using vite + react-js. I have google auth enabled in my Supabase project with...

Learn More 0 0Oct 10

Secure Your Supabase Auth with email_guard

Building a secure authentication system is not just about strong passwords. It starts with checking...

Learn More 10 0Oct 31

Supabase config in your Expo project - the proper way

If you’ve ever shipped an update with Expo and suddenly hit this dreaded runtime error: Error:...

Learn More 1 0Oct 3

Can AI Really Build a Full-Stack Mobile App? A Brutally Honest Test of Bolt.new V2

I just tested the new Bolt.new V2 AI app builder. Here's the verdict in 10 seconds: The Good: The...

Learn More 0 0Oct 3

Supabase Just Got More Powerful: Queue, Cron, and Background Tasks in Edge Functions

This was my first reaction when Supabase announced their new Queue, Cron and Background Tasks...

Learn More 46 6Dec 15 '24

Cause and solution of the Supabase "supabaseKey is required" error [Vite + React]

Introduction When developing with React (Vite) and Supabase, the following error appeared...

Learn More 0 0Oct 13

Stop Spaghetti SQL: Simplify Complex Queries with Postgres CTEs in Supabase

Modern web applications deal with massive amounts of complex data, and relational databases are a...

Learn More 2 0Oct 2

Create a "Digital Business Card App" with React and Supabase!

Introduction Congratulations on your hard work! In this app development, we developed an...

Learn More 0 0Oct 6

The story of how RLS was the cause of data retrieval issues in Supabase [React x Supabase]

Introduction When I was building a map app using React and Supabase, I was troubled by the...

Learn More 0 0Oct 19

🚀 Supabase Connection Scaling: The Essential Guide for FastAPI Developers

Building a scalable FastAPI backend requires mastering database connections. When using Supabase...

Learn More 0 0Nov 14

Managing Supabase projects with Claude Code

In my last post, I shared how I got tired of clicking through the Neon dashboard and started managing...

Learn More 18 1Aug 8

Build a Simple Grocery Tracker App using Vue JS and Supabase

Co-authored with @kindadailybren Sometimes, the best way to learn a new technology is to start...

Learn More 29 0Apr 24

Optimize Read Performance in Supabase with Postgres Materialized Views

A Postgres database typically consists of schemas that serve single-table CRUD (create, read, update,...

Learn More 8 0Sep 30

When you can't delete due to foreign key constraints, delete in the order "child parent"!

Introduction I created a batch process in Supabase to delete user information after a...

Learn More 0 0Oct 2