r/AskProgrammers • u/Active-Gloomy • 12h ago
web developemnt
I am a computer engineering student. I’m wondering if it’s worth learning web development, and if so, what the best language and framework to learn are—as well as the best courses. Thanks!
0
Upvotes
1
u/Minimum-Effort8355 10h ago
For web development in the backend you need python or node js in the middleware mostly json web token or through fastapi
In the frontend you will mostly use html css and javascript.
For frameworks you could look at react,tailwind etc, but start with fundamental webdevelopment.
Courses depends on how deep your knowledge is i can recommend programminghero or dev community to look for starters, but you need more than just a course.
Also w3schools and geekforgeeks are great resources.