Supabase Function Hooks
Medium — good to knowCloud & Infra
ELI5 — The Vibe Check
Supabase Edge Functions let you run Deno code on Supabase's infrastructure. Got a Stripe webhook? An email notification to send? Business logic that shouldn't run client-side? Write a Deno function, deploy with the CLI, and it's live globally.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Deno
Deno is what the creator of Node.js built after years of regretting Node's design decisions.
intermediateGeneral Dev
PostgreSQL
PostgreSQL (just say 'Postgres') is the Swiss Army knife of databases.
beginnerDatabase
Supabase Realtime
Supabase Realtime lets your app react instantly when the database changes. A new row in 'messages'? Your React component updates immediately.
intermediateCloud & Infra
Webhook
A webhook is like giving someone your phone number so they can call YOU when something happens, instead of you calling them every minute to check.
intermediateNetworking