Le Duy Khuong (Daniel)

Series: supabase-series

10 parts

Series: supabase-series
  1. 0.Series: Supabase from setup to deploy
  2. 1.Supabase overview
  3. 2.Project setup, CLI and environment variables
  4. 3.Postgres schema and table design
  5. 4.Migrations: write and apply
  6. 5.Auth: JWT, session and backend integration
  7. 6.Prisma + Supabase: connect and sync schema
  8. 7.Row Level Security (RLS) and policies
  9. 8.API: PostgREST vs custom API and when to use which
  10. 10.Deploy, CI/CD and multi-project