ABArda Beyazoğluinblog.ardabeyazoglu.com·Oct 6, 2024 · 5 min readSupabase Part 4: Monorepo & Interoperable BackendThis is the third article in a series on Supabase, focusing on solutions to common problems, tips, and recommendations. In this post, I will share tips and tricks about edge functions compatible nodejs backend and developer productivity. Using Monore...00
ABArda Beyazoğluinblog.ardabeyazoglu.com·Sep 29, 2024 · 10 min readSupabase Part 3: Multi TenancyThis is the third article in a series on Supabase, focusing on solutions to common problems, tips, and recommendations. In this post, I will share tips and tricks about multi tenancy and multi tenant user sessions. Database Model There are two common...00
ABArda Beyazoğluinblog.ardabeyazoglu.com·Sep 22, 2024 · 7 min readSupabase Part 2: Access Control with RLSThis is the second article in a series on Supabase, focusing on solutions to common problems, tips, and recommendations. In this post, I will share tips and tricks about role based access control, using row level security. Performance Using multiple ...00
ABArda Beyazoğluinblog.ardabeyazoglu.com·Sep 14, 2024 · 4 min readSupabase Part 1: Securing Direct Database QueriesThis is the first article in a series on Supabase, focusing on solutions to common problems, tips, and recommendations. When working with serverless platforms, it's common to use a custom backend alongside edge functions. Supabase is no exception. Un...00
ABArda Beyazoğluinblog.ardabeyazoglu.com·Oct 29, 2023 · 5 min readExtending Mysql with Curl SupportIn this post, I'm going to talk about an experimental MySQL component I developed using the MySQL 8 component subsystem. I was recently inspired by this great article series from lefred, which explains how to extend MySQL using component infrastructu...01L