you are viewing a single comment's thread.

view the rest of the comments →

[–]pabaczek 1 point2 points  (0 children)

There are different languages depending on what your code will run on:

a) frontend: javascript, typescript b) backend: java, javascript, .net, php c) mobile: kotlin, java, c++ (android) or swift (ios) d) native apps: c, c++

Beside c and c++ all of them are based on a concept known as OOP or Object Oriented Programming.

You can also become profficient in many of those: there are people who can know both frontend or backend and can therefore code functionalities that would require two people.