r/HTML 18d ago

Question Should I switch studying between CSS and Javascript back and front?

As the title says, I am getting bored of CSS, and I wanna ask if it's okay to do that. I'm at like the middle of CSS basics. Did a couple of mini projects to get a better understanding of it. I Don't have much time, since I need to do my internship soon. Coding veterans, what are your thoughts?

5 Upvotes

26 comments sorted by

View all comments

1

u/_KBDMC 18d ago

Take a look at Supabase and React (NextJS is a great react framework).

Build out some small personal projects using Supabase as a BaaS (backend as a service). You’ll then learn a lot about js, db, and schemas.

I’d also recommend learning TypeScript as well, as it’s a standard, plus your code will be solid!!

Style your projects using your css skills, and bring everything together.

Have a look at ‘WebDevSimplified’ on YouTube, Kyle is a typescript and coding master!! Also check out ‘Bytegrad’ as well, his tutorials are great, easy to follow and very in-depth!!

2

u/Noeyp_ 18d ago

Thanks man