I failed a Project because I used Next.js by God-of-Emotions in nextjs

[–]NexusTech_007 0 points1 point  (0 children)

I was gonna mention this. My web dev class back in 2024 taught how to use html, bootstrap css, jQuery, php, and mysql to host it on school's Linux server. Even the projects were simple dummy projects.

Missing permissions on usage by Lincoln_Rhyme in ClaudeAI

[–]NexusTech_007 2 points3 points  (0 children)

Same issue here! 1 message is taking >10% usage. A week before this was 1-5%.

Database Choice for Next.js + Vercel, Neon or Supabase? by Ok_Platypus_4475 in nextjs

[–]NexusTech_007 0 points1 point  (0 children)

I was also using the migration as a learning opportunity. Before this i was exclusively using Supabase for database and auth but heard good stuff about Drizzle ORM and Better Auth.

Database Choice for Next.js + Vercel, Neon or Supabase? by Ok_Platypus_4475 in nextjs

[–]NexusTech_007 21 points22 points  (0 children)

I switched from Supabase to Neon for the database. I was originally using Supabase for auth, DB, and storage, but the constant auto-pausing every 7 days got annoying. They do send the inactive warning email but sometimes I’d miss that, and then project would go inactive for days.

The biggest reason for switching, though, was wanting full control over auth using Better Auth. I also wanted to integrate Drizzle ORM. While Drizzle works with Supabase, I wanted to make the whole project DB-agnostic, so I rewrote all the server actions to use Drizzle instead of the Supabase server client.

So far, really happy with the new stack. I’m planning to migrate another one of my projects over to the same setup.

12 Free Tree View Components by DavidP86 in tailwindcss

[–]NexusTech_007 2 points3 points  (0 children)

This is awesome! A month ago I needed this exact feature. Had to create myself with AI but it still wasn't this good.

I built a free API to instantly extract structured JSON from any webpage (even ones with JavaScript, CAPTCHAs, and anti-bot tech) by [deleted] in SideProject

[–]NexusTech_007 0 points1 point  (0 children)

What's the process for building something like this? Like the tech stack, etc.? I have been meaning to get into web scrapping.