Transactions and RLS in Supabase Edge Functions
Edge functions are a powerful way to run server-side code close to your users. But how to handle transactions and Row Level Security (RLS) in these functions?
Marmelab founder and CEO, passionate about web technologies, agile, sustainability, leadership, and open-source. Lead developer of react-admin, founder of GreenFrame.io, and regular speaker at tech conferences.
Edge functions are a powerful way to run server-side code close to your users. But how to handle transactions and Row Level Security (RLS) in these functions?
PostgREST has been around for a long time, but many web developers still haven't discovered how it can simplify their workflow.
From the stunning venue to the captivating talks and valuable networking opportunities, the conference exceeded our expectations.
Programming with AI-powered assistants like GitHub Copilot feels like being in a science fiction movie - for better and for worse.
In this tutorial, you'll learn the best practices of server-side GraphQL development, based on real-life experience. Covers the basics plus scalability, logging, unit tests, and modularity.
Start a GraphQL Server based on your data in 30 seconds. No need to learn about Schema syntax or npm modules.
Testing single-page-apps using a browser is a must. Selenium can look intimidating, but it's really easy to use - once you handle asynchronous commands the right way.