What programming language should I learn for the back-end part of a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What programming language should I learn for the back-end part of a website?

I got medium knowledge about the front-end and I wanna go for a full stack web developer.... any suggestions?

30th Jul 2019, 9:31 AM
Flavius Răbuga
4 Answers
+ 5
Its depends on what kind of website you want...But I'm recommending you to start with PHP you can make any kind of website with it . If you want to make SPA you can integrate AngularJs with PHP .
30th Jul 2019, 12:41 PM
Ayushi Gujarati
Ayushi Gujarati - avatar
+ 2
Php is still widely used. I personally dove into Django. It's a web application framework built on python
30th Jul 2019, 9:38 AM
Alexandru Calmuc
Alexandru Calmuc - avatar
+ 2
Php can be used as a back end, but most widely used in many companies is C#. I will tell u why. C# by far is the most well written back-end programming language that is inspired from C++ as well as Java. The syntax of C# is much more easy to understand and is similar to Java. Database connectivity is quick. Although Php is easy to learn, but you can screw yourself in database connectivity if incorrectly done. Php involves a series of steps to connect to database, however, this is not the case with C#. Just import the namespaces and one liner code to connect the database provided with its connection string. You can use C# for web development, mobile app development, desktop app development all in one framework.
30th Jul 2019, 12:00 PM
Rohan Rao
Rohan Rao - avatar
+ 1
Well, professionally C # (ASP.NET) or Java (JEE) is used ... both have their advantages and disadvantages ...
9th Aug 2019, 12:05 AM
Mcmi
Mcmi - avatar