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 a JavaScript runtime created by the same person who made Node.js — as a 'do-over' to fix Node's mistakes.
beginnerBackend
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 way for one app to automatically notify another when something happens. Instead of constantly asking 'did anything change?
beginnerBackend