Can I become a backend developer by learning HTML, php, python, javascript only? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I become a backend developer by learning HTML, php, python, javascript only?

17th Jan 2021, 9:01 AM
Name
Name - avatar
6 Answers
+ 2
yes it's enough, but it depends. you can choose php or python, one is enough for the server side scripting. you may need some sql to deal with databases.
17th Jan 2021, 9:41 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
that's why I said it depends. backend is mostly handling clients requests and processing data on the server side before you send it to the front end. nowadays there are many frameworks that organize everything you don't need to do everything from scratch. for Python you can learn Django or Flask. you can even use javascript as backend. just look for, Js, python or php frameworks. there are plenty.
17th Jan 2021, 9:52 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
ok thanks... 👍
17th Jan 2021, 9:53 AM
Name
Name - avatar
+ 1
You can make backend with javascript with the help of nodejs. no, matter what framework or library you will choose. You will nodejs installed in your local machine. You can use vanilla javascript to create backend. But that is a little bit of pain. So, most of backend developers uses frameworks and libraries. There are plenty of javascript libraries for creating backend in javascript. Express, Koa, nest, addoins etc. Express is most popular library for creating backend.
17th Jan 2021, 10:17 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
Thanks, Vivek
17th Jan 2021, 10:19 AM
Name
Name - avatar
0
But where can I learn backend developing... I know python... and I will start SQL soon... Do I need to be expert on javascript... python...HTML5... ?
17th Jan 2021, 9:44 AM
Name
Name - avatar