» Tag
supabase
10 postsSupabase's silent defaults: four incidents, one shared root cause
Four Supabase incidents in one week trace back to one cause: silent vendor defaults. Three rules for documenting, linting, and monitoring them.
Supabase Queues in Production: DLQs and Retries with pgmq
How to add dead-letter queues, retry limits, and poison message handling to Supabase Queues (pgmq) in production, with working SQL.
When `await mutation()` misleads: the `{ error }` destructuring issue
Explore the misleading nature of API return values in Supabase and the importance of error handling.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comThree Incidents in Supabase Highlight Security Issues
Three security incidents in Supabase reveal critical lessons for engineers. Public access and misconfigurations are key concerns.
Supabase's Silent Defaults Caused Four Production Incidents
Four Supabase incidents in one week trace to one cause: silent wrong data, no errors. Three concrete rules to prevent it follow.
Supabase vs Firebase: Choosing Your Backend Stack
A practical comparison of Supabase's Postgres foundation and Firebase's Firestore model, covering vendor lock-in, pricing, offline support, and scaling trade-offs.
PSA: Next 14 Caches Your POST Requests and Supabase Queries
Next.js 14 caches POST requests and Supabase queries, potentially causing issues. Check your cache settings to avoid errors.
Fixing Postgres RLS Recursion with a JWT Custom Claims Hook
A single GRANT line triggered an infinite RLS recursion (42P17) in Postgres. How moving role checks out of user_roles into a signed JWT claim fixed it—and its trade-offs.
Building an AI-Powered Reverse Hiring Platform with Next.js and OpenAI
A solo developer shares how they built an anonymous, salary-first reverse hiring platform in three weeks using Next.js, Supabase, and OpenAI embeddings.
Tinbase: Open Source Supabase-Compatible Backend Without Docker
Tinbase provides a Supabase-compatible backend without Docker. It offers quick setup and low memory usage, making it a lightweight alternative for developers.