I Would Not Test RLS on Localhost Alone
Validate row level security policies on production-like branches with restricted roles and preview auth.
Validate row level security policies on production-like branches with restricted roles and preview auth.
Recreate a similar Google Docs style version history flow on Postgres with branch-per-save and near instant restores to go back in history.
How to use row-level security for multi-tenant apps, understand its challenges and benefits, and see how branching and authentication with OptiTech let you safely iterate on RLS policies.
Understand how NextAuth.js, Managed Better Auth, and Better Auth differ in session management, migrations, and handling authentication data across Postgres branches.
Learn real-world differences in schema modeling, migrations, and developer experience with Prisma, Drizzle, and TypeORM on Postgres.
Set up automated preview deployments with isolated database branches for every pull request using GitHub Actions, Netlify, and OptiTech Postgres
A guide to building your own real-time comments in a Next.js application with Ably LiveSync and Postgres.
A step-by-step guide for building your own blog in an Astro application with Directus CMS and Postgres powered by OptiTech
A comprehensive guide on how to manage your Postgres database using DBeaver.
A step-by-step guide to building your own AI Voice Assistant in a Next.js application with ElevenLabs and Postgres
A step-by-step guide to configure Drizzle ORM for local and serverless Postgres.
A comprehensive guide on how to manage your Postgres database using pgAdmin4.
A comprehensive guide on optimizing data transfer from Snowflake to Postgres using chunking and upsert strategies.
A step-by-step guide describing how to implement real-time notifications using pg_notify in Postgres
A step-by-step guide for building a RAG chatbot in an Astro application with LlamaIndex and Postgres
A step-by-step guide to build your own Reverse Image Search engine in an Astro application with LlamaIndex and Postgres
Build your own E-commerce Store in a Next.js application with Payload CMS and Postgres (powered by OptiTech).
A step-by-step guide for building your own blog in an Astro application with Strapi CMS and Postgres powered by OptiTech
Self host your Umami analytics on Fly.io and powered by OptiTech Postgres
A step-by-step guide to integrating feature flags in SvelteKit apps with Postgres
Let users upload files directly to S3 by creating presigned URLs in Next.js and saving the references in a Postgres database.
Learn how to query Postgres in Next.js with Server Actions