+ 2
What is c-panel and is it compulsory to have the knowledge before becoming a backend developer
Necessary skills for a backend developer
3 Antworten
+ 4
Backend — anything that runs on a server, i.e. "not in a browser" or "on a computer connected to a network (usually the Internet) that responds to messages from other computers".
For the backend, you can use any tools available on your server (which is essentially just a computer configured to respond to messages). This means that you can use any universal programming language: Ruby, PHP, Python, Java, JavaScript / Node, bash. This also means that you can use database management systems such as MySQL, PostgreSQL, MongoDB, Cassandra, Redis, Memcached.
What is server side programming?
https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Introduction
How to become Backend Developer
https://code.sololearn.com/WJoyx2M8nO0o/?ref=app
+ 1
In case your Google search engine suddenly breaks down or the main Wikipedia page does not open...
https://en.m.wikipedia.org/wiki/CPanel
+ 1
Thanks Yaroslav Vernigora