What's after html css tailwindcss javascript ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's after html css tailwindcss javascript ?

Hello Guys I finished collecting some knowledge in HTML5 ,CSS3 , TailwindCSS and Javascript ES6 I made a portfolio and some small projects but not so many and ididn't use everything i learnt anyways i want to know what should i do next like should i learn nodejs for backend with expressjs or should i learn python and django with mongodb or should i learn php with laravel and mysql or should i learn typscript or should i complete my frontend web dev track and start learning reactjs or angularjs or vuejs ?

20th Oct 2023, 1:48 PM
Marwan Ashraf
Marwan Ashraf - avatar
2 Answers
+ 5
Python and django. Nodejs, expressjs, reactjs. Mysql and SQLite. Maybe look up how to create REST apis etc...
20th Oct 2023, 2:21 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
Focus on learning about MVC frameworks and why they exist (because keeping the model and view in sync is HARD). Learn about design and architecture. Given your background, I would suggest Express.js with Angular or React as a full stack project. It would let you leverage your familiarity with JavaScript and give you the minimal tools for a full stack application. Otherwise, if you want to try branching out with your language use, I suggest Django, Flask, Laravel, or Ruby on Rails. Each is a good option.
20th Oct 2023, 2:59 PM
Sam