1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add content for learn a language

This commit is contained in:
Kamran Ahmed
2022-08-04 18:41:40 +04:00
parent 8520819556
commit 5d77315791

View File

@@ -1 +1,5 @@
# Learn a language
# Learn a Language
Even if youre a beginner the least you would have known is that Web Development is majorly classified into two facets: Frontend Development and Backend Development. And obviously, they both have their respective set of tools and technologies. For instance, when we talk about Frontend Development, there always comes 3 names first and foremost HTML, CSS, and JavaScript.
In the same way, when it comes to Backend Web Development we primarily require a backend (or you can say server-side) programming language to make the website function along with various other tools & technologies such as databases, frameworks, web servers, etc.