Better languages for web dev.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Better languages for web dev.?

I wanna learn all about web, i already finished HTML & CSS and i'll start with JavaScript but i don't know what's next :/ Thanks for the help! :)

17th Jul 2018, 6:59 PM
Mauricio Gonzalez
Mauricio Gonzalez - avatar
10 Answers
+ 4
Angular and react are different in many ways but they contain in slme cases the same principles. Eventhough I would recommend learning react before/instead of angular because react uses js/jsx the syntax there is already the same. Angular with typescript is way harder(personal opinion). I would recommend to learn from every type 1 so you know the basics,the knowledge which is everywhere the same. The pattern which I recommend: Frontend: Html/Css Maybe a css preprosessor: SASS,SCSS Styling Frameworks: Bootstrap/Semantic Ui Javascript Js Framework: JQuery React OR Angular OR Vue( Its not useful learning all of them for the start.) Backend: nodejs(express) or php(laravel) or python(django) A SQL(mysql, postgre sql) or NoSQL db(mongodb, firestore). If you know 1 of the choices well, then you can easily learn another one in a few hours(much less time).
17th Jul 2018, 8:13 PM
Niklas
Niklas - avatar
+ 9
Node.js
18th Jul 2018, 10:58 AM
Ryan Els
Ryan Els - avatar
+ 5
Here is what I recommend: HTML, CSS, Javascript, jQuery, SQL, PHP, NodeJS, AngularJS, ReactJS, Bootstrap
17th Jul 2018, 7:23 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 4
Very much thanks! :)
18th Jul 2018, 12:18 AM
Mauricio Gonzalez
Mauricio Gonzalez - avatar
+ 2
@Andre Daniel Sorry about delay. Each has their own style/flavor that it brings to JS, yes. It's pretty straight forward if you know Javascript already, and each one, in my opinion, improves upon it to the point that I only use vanilla Javascript when I've no other choice. Honestly, in the long run, PHP will probably end up phased out in favor of the various Javascript frameworks/libraries.
17th Jul 2018, 8:00 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
HTML
18th Jul 2018, 8:19 AM
P-P
P-P - avatar
+ 1
Take the Javascript course. After that you'll know if to do PHP or something else.
17th Jul 2018, 7:10 PM
Andre Daniel
Andre Daniel - avatar
+ 1
Fata1 Err0r all those different JS, don't they all require you to learn new syntaxes?
17th Jul 2018, 7:25 PM
Andre Daniel
Andre Daniel - avatar
+ 1
The 3 You must know, they work together very well HTML, CSS and the JavaScript ;)
17th Jul 2018, 9:44 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
Look into the MEAN stack. Essentially it's what has been posted here already. Start with learning the 3 basics: HTML, CSS, and JS. HTML and CSS are simple enough that you could learn the basics and move on (my opinion). Once you understand JavaScript you can move onto the others. mean.io is a site that has info on what the MEAN stack consists of.
17th Jul 2018, 10:53 PM
Soup Master
Soup Master - avatar