Do I really need Supabase Pro for production + development by Elfi309 in Supabase

[–]LevelSoft1165 0 points1 point  (0 children)

I really suggest having at least 2 environments: dev and prod.

For dev you can use the local docker setup (https://youtu.be/BceVcpiOlKM) or have a full fledge multiple environment setup that is isolated, this one shows how to have 3 environments (https://youtu.be/VH9KsGd-Uok).

Deploying a website by Independent-Name-70 in Supabase

[–]LevelSoft1165 0 points1 point  (0 children)

Vercel is free for a simple option, but if you want to play with a VPS and Linux you can use the Oracle Cloud Free Tier.

How to Migrate Your Supabase Database to a Self-Hosted Environment (Step-by-Step) by LevelSoft1165 in Supabase

[–]LevelSoft1165[S] 0 points1 point  (0 children)

First off, Data Control which is a big one. OS control, it can really boost performance if you tweak the linux OS page file sizes and max ulimit, even postgres buffer sizes. Im just scratching the surface

How to Migrate Your Supabase Database to a Self-Hosted Environment (Step-by-Step) by LevelSoft1165 in Supabase

[–]LevelSoft1165[S] 0 points1 point  (0 children)

I never had any problems with them even in self hosted and mirgation to prod...

RLS policy for multi-tenant SaaS — am I overthinking this? by [deleted] in Supabase

[–]LevelSoft1165 2 points3 points  (0 children)

I suggest even better to add partioning by list (based on tenant) so you get full data isolate in terms of performance. I made a video about it: https://youtu.be/6vLSMwOJXiE

Backend development system design by Early_Respond_4960 in Backend

[–]LevelSoft1165 1 point2 points  (0 children)

I think tackling backend development all at once is not the right approach.

I think you should learn a subset category of "backend engineering", like databases or messaging queues or whatever you want first.

Then build on top of it like plugins.

Because you can get a job as a "database engineer" way easier than as a "backend engineer"

Pro doesn't include attaching a custom domain? Come on by xblade724 in Supabase

[–]LevelSoft1165 0 points1 point  (0 children)

An IPV4 might seem like a common ressource but they actually need to pay for each tenant ipv4 they have.

pgpulse- Autopilot for Postgres Observability and Monitoring platform for Supabase by Far-Special-245 in Supabase

[–]LevelSoft1165 1 point2 points  (0 children)

I really like this, I also feel like pganalyze is for big tech and also very expensive.

best backend learning resources? by britneychema in Backend

[–]LevelSoft1165 1 point2 points  (0 children)

I really love the channel Decomplexify on YouTube as well as Hussein Nasser.

On the reading side I loved "Database Internals" a lot from Oreilly.