0
What programming languages learn to be a web developer ?
3 odpowiedzi
+ 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.
+ 1
@Alejandro for scripting language, would c++ or Java work ?
+ 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.