1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-10 19:26:03 +02:00

Rewrite pick a language (#7914)

This commit is contained in:
James Teddy
2024-12-21 13:19:39 +00:00
committed by GitHub
parent c584325a7d
commit 80d4d37e5c

View File

@@ -1,3 +1,3 @@
# 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. Even if youre a beginner, the first thing youll learn is that web development is primarily divided into two aspects: Frontend Development and Backend Development, each with its unique tools and technologies. For Frontend Development, foundational technologies include HTML, CSS, and JavaScript. Similarly, Backend Development revolves around server-side programming languages like Python, Java, or Node.js, complemented by databases, frameworks, and web servers that enable website functionality.