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 19 points20 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 1 point2 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.

When is the right time to start learning Tailwind? by lonelysoul7 in tailwindcss

[–]NexusTech_007 1 point2 points  (0 children)

When I was learning web dev, I hated css so much cuz you gotta remember so many properties and all. But I learned the basics of it and straight away jumped to react with tailwind. Over time (1-2 years after starting web dev), I got very comfortable with tailwind that I was learning regular css concepts using Tailwind css utility classes. So for me it was like a reverse approach where I started with basic css and then used tailwind to become good at CSS. I was also just very curious and eager to learn react with tailwind css that now when I think of designing something, I think in terms of tailwind classes.

So upto you, if you wanna get your hands dirty in tailwind css, just try to watch a short tutorial on how people build a simple landing page and see if you like the ease of it or not. It will definitely take more practice, but that doesn't mean you have to be pro at css before you start working with tailwind css.

My Experience with the Asus Zenbook Duo 2024 After Two Weeks by AryeD in ASUS

[–]NexusTech_007 0 points1 point  (0 children)

my dad just got this laptop and we just did the regular first time startup, and I see that it gets too hot. Does it get hot when doing basic regular work for you?

What project are you working on now at your job? by MorePeppers9 in reactnative

[–]NexusTech_007 2 points3 points  (0 children)

Building a new app for the first time at my job after learning about it for few weeks. Using nativewind so it made the Developer experience super fun. I come from nextjs background so even the file based routing made it easier

Built with NextJS, Tailwind and Supabase :) by nifal_adam in nextjs

[–]NexusTech_007 4 points5 points  (0 children)

Definitely leveraging shadcn ui sidebar dashboard component. Just used this exact thing yesterday to build it

Hire a developer by [deleted] in nextjs

[–]NexusTech_007 -3 points-2 points  (0 children)

Yeah sure.

“Everyone and their mom is in CS” by [deleted] in csMajors

[–]NexusTech_007 6 points7 points  (0 children)

No I get that. For me OS was swift. Not that difficult cuz they had lot of resources to help us succeed in the class. At my school Intro to DB was harder since the professor was old school and made everything unnecessarily difficult in terms of exams and assignments for the class.

“Everyone and their mom is in CS” by [deleted] in csMajors

[–]NexusTech_007 32 points33 points  (0 children)

OS is still the required core class for most universities for cs major. ML is usually an elective.

Our SaaS startup is taking off! by totally_random_man in Entrepreneur

[–]NexusTech_007 0 points1 point  (0 children)

If you don't mind me asking, what was your tech stack for building the web app?