Programming Languages


Programming languages are the rules that make the web and it's components possible; each one was created with an intended purpose, therefore, each one has its advantages and pitfalls.

Here are some of the most popular programming languages when talking about web servers and Linux environments:

JavaScript: Very common in web pages. It was originally only executed in the client (web browser), but nowadays it can also be used on the server side.

C/C++: Complex and efficient. Extremely linked to the operating systems.

Java: Powerful and versatile, thanks to its virtual machine (JVM), the same file can be executed on different environments. Can be used in desktop applications, servers and smartphones.

Python: Easy to use and beginner-friendly. It has an enormous application field, like Artificial Intelligence, Data Analytics, etc.

PHP: The most used language in web servers to generate dynamic content. Used in WordPress, Prestashop, Moodle, etc.

A commonly term used to describe an environment to execute a complete web server system is LAMP.
L inux, A pache, M ysql (or M ariaDB) and P HP.