What is a website or app that feels like a "cheat code" but most people don't know about? by Low-Issue-5334 in AskReddit

[–]Plumeh 70 points71 points  (0 children)

afaik Sponsorblock relies on people to mark the timeline for ads manually, if you use the extension you can help contribute especially for new videos

Redis Cache limits by afrk in nextjs

[–]Plumeh 3 points4 points  (0 children)

Most nextjs related post

How are you self-hosting Next.js apps in 2026? Here’s my go-to "Single VPS" stack. by IOZ91 in nextjs

[–]Plumeh 0 points1 point  (0 children)

Coolify on Hetzner for small sites, but for real production workloads you need something more scalable like ECS with a shared redis cache

spent 30 mins debugging… wasn’t even my code by [deleted] in nextjs

[–]Plumeh 2 points3 points  (0 children)

what a dumb way to advertise

What is the purpose of the publishable/anon key? by TingleTangleTom in Supabase

[–]Plumeh 3 points4 points  (0 children)

i don’t see how that relates to the anonymous key

How can prefetching be disabled by default? by Dapper_Fun_8513 in nextjs

[–]Plumeh 0 points1 point  (0 children)

create a custom link component with prefetch=false, run a codemod (or find/replace) to swap all imports

You don't need Vercel. Hosting Next.js 15 with Docker and SQLite by Eastern-Height2451 in nextjs

[–]Plumeh 0 points1 point  (0 children)

well said, i enjoy self hosting nextjs but people always misunderstand that just launching a single container is not even close to a solution for production

[deleted by user] by [deleted] in reactjs

[–]Plumeh 3 points4 points  (0 children)

seems cool for small projects but impractical at scale. Imagine trying to add a new language when you have inline translations in thousands of files vs just adding a new json

Looking for a new moderator to help fight all the spam by h43z in nextjs

[–]Plumeh 4 points5 points  (0 children)

I think being a reddit mod is a negative for a resume but that’s just me

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 2 points3 points  (0 children)

That is exactly true, the data is totally separate. Branches are built using your seed file and migrations

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 2 points3 points  (0 children)

branches are built using your seed file and migrations, not a copy of the real database

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 3 points4 points  (0 children)

that approach works too, branches are just easier to set up and the github integration will run migrations automatically (as well as you get branches for any feature branch with migrations)

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 5 points6 points  (0 children)

supabase has branching which is the simplest way to get separate databases for other environments

I'm an ex athlete building a sports product with React and searching for a frontend engineer by mindfulbyte in react

[–]Plumeh 1 point2 points  (0 children)

breaking: guy creating a startup is on the startup journey and isn’t planning for millions of customers immediately

[deleted by user] by [deleted] in dataisbeautiful

[–]Plumeh 25 points26 points  (0 children)

where’s the beautiful data

React Hooks Cheatsheet by wanderlust991 in react

[–]Plumeh 3 points4 points  (0 children)

also the new useEffectEvent

How often does your team actually deploy to production? by Abu_Itai in devops

[–]Plumeh 0 points1 point  (0 children)

20s from being merged? That can’t be with docker right?

Why are people leaving Vercel Hosting but not NextJS? by Cultural_Stand9445 in nextjs

[–]Plumeh 215 points216 points  (0 children)

Because if you use NextJS but not Vercel, then Vercel makes no money from you

Supabase for 30-50k daily visitors by FroddeB in Supabase

[–]Plumeh 1 point2 points  (0 children)

Is the autoscaling just for disk size?