0
Need help!!
Hi! I have basic knowledge of HTML, CSS, JavaScript. What should I learn next?? https://code.sololearn.com/Wj7W5oVJ1t94/?ref=app ^A simple Payment Calculator^
12 ответов
+ 1
Perl is a scripting language run at the server end, where websites are hosted. It’s also available on home computers running Linux by default, or on Windows computers if installed, but perl programming on the home computer is no where near as popular as on servers (computers hosting websites).
Perl has a variety of uses, including processing forms, working with databases, and one of my favorites, running backend scripts on the server for a variety of things including monitoring processes and doing automated tasks. Now when we get into server scripts and programs, we can also have fun with bash scripts.
+ 2
You can now learn about Node.js where you can put your knowledge of JavaScript.
Node.js is a runtime environment, which let users choose how to use, whether frontend or backend, and one common language can be used as backend and front end.This environment is entirely based on V8 JavaScript engine.
If you already know JavaScript and want to try the backend world you have no difficulty with node.js . JavaScript is unbelievably versatile and through Node.js is also a very powerful back-end language.
As Mike said you would learn perl as well.
https://www.sololearn.com/discuss/1277069/?ref=app
https://www.sololearn.com/discuss/1630451/?ref=app
https://www.sololearn.com/discuss/1632503/?ref=app
https://www.sololearn.com/discuss/1414250/?ref=app
https://www.sololearn.com/discuss/1247071/?ref=app
https://www.sololearn.com/learn/9660/?ref=app
+ 1
I would say next would be either php or perl to start doing server side operations. My favorite is perl but php is more popular now.
+ 1
You're welcome Nikhil
+ 1
Nikhil, php is used for managing servers, but is also used, like perl, for many other things, including working with those MySql databases. Perl and php have a lot of overlap, but each has its own specialties as well.
+ 1
So after SQL I should start with php, right?
0
I have started MySQL. Actually I don't know what php is used for other than managing servers
0
what is perl used for?
0
Please don't get annoyed, I am still a noob
0
Thanks
0
Thank You
0
Hey! Sorry for late reply but, I had my exams then. Now, I have learnt the basic SQL and am learning php. What should I head for next?