0

What programming languages learn to be a web developer ?

31st Dec 2016, 4:01 AM
Shakti Prasad
3 ответов
+ 2
Html, css, and javascript are the basic languages required to make a fairly functional and beautiful webpage. But this is basically front end, if you want a functional web application, you need a scripting language. For this, you can basically use any other language, like c, php, python, ruby, etc.
31st Dec 2016, 4:14 AM
Alejandro Aristizabal
Alejandro Aristizabal - avatar
+ 1
@Alejandro for scripting language, would c++ or Java work ?
31st Dec 2016, 4:28 AM
Kourosh Azizi
Kourosh Azizi - avatar
+ 1
@Shakti yes, you can work with java and c++. Basically, search for a web framework that uses the language you desire on google. One thing I've heard from other fellow programmers, is that using something like java requires a lot if coding. I recommend you to look for frameworks like rails and laravel, even though they are not for java or c++, they are widely used and are known to simplify the process of web development.
31st Dec 2016, 4:33 AM
Alejandro Aristizabal
Alejandro Aristizabal - avatar