From 5d77315791d16cba2862f41fbed176e1cb810a36 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 4 Aug 2022 18:41:40 +0400 Subject: [PATCH] Add content for learn a language --- .../101-backend/content/103-learn-a-language/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/readme.md b/content/roadmaps/101-backend/content/103-learn-a-language/readme.md index 00ac1d80a..1cb5648a8 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/readme.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/readme.md @@ -1 +1,5 @@ -# Learn a language \ No newline at end of file +# Learn a Language + +Even if you’re 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.