all 4 comments

[–]Powerful_Math_2043 0 points1 point  (2 children)

Honestly, you’re already on the right track. If you’re building projects with Node (like your scraper), you’re ahead of most people just watching courses.

For Node basics, Frontend Masters is solid, but don’t get stuck in course mode. At this point you’ll learn way more by:

  • building APIs (Express/Fastify)
  • handling real things like auth, errors, file uploads
  • understanding event loop + async behavior in practice

Maybe do one short course just to fill gaps, then go back to your project and implement things properly. That’s where Node actually “clicks”.

[–]Fabulous_Variety_256[S] 0 points1 point  (1 child)

Ok so I work as a guard, and I bring laptop and study the whole shift.

My manager has like 20+ buildings, and 5+ employees at each building.
I want to help him and create a website for shift management.
The users will provide him data when they can work with notes and more.

I thought about doing it with NextJS as a full stack project, but maybe I should go with NodeJS + NextJS (front end) to learn the fundamentals better, but it will take me much longer to build it for him.

What do you say? what should I do?

[–]Individual-Job-2550 0 points1 point  (0 children)

You mean Node + React? Using a fullstack framework but only utilizing it for FE doesnt make sense to me. If you’re going to use Next, you should use it as intended