From 7a4c27460fac8c9707d8da58ea74d9be85485278 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 2 Dec 2019 00:28:10 +0400 Subject: [PATCH] Add summary details for frontend developer --- static/sitemap.xml | 12 ++++++------ storage/roadmaps.json | 18 +++++++++--------- .../roadmaps/1-frontend/landscape/0-Summary.md | 12 ++++++++++++ .../{1-Junior.md => 1-Junior-Developer.md} | 0 ...ntermediate.md => 2-Mid-Level-Developer.md} | 0 .../{3-Senior.md => 3-Senior-Developer.md} | 0 6 files changed, 27 insertions(+), 15 deletions(-) rename storage/roadmaps/1-frontend/landscape/{1-Junior.md => 1-Junior-Developer.md} (100%) rename storage/roadmaps/1-frontend/landscape/{2-Intermediate.md => 2-Mid-Level-Developer.md} (100%) rename storage/roadmaps/1-frontend/landscape/{3-Senior.md => 3-Senior-Developer.md} (100%) diff --git a/static/sitemap.xml b/static/sitemap.xml index 02c73458e..34b4696e4 100644 --- a/static/sitemap.xml +++ b/static/sitemap.xml @@ -3,35 +3,35 @@ https://roadmap.sh/frontend monthly - 2019-11-30T10:14:37.750Z + 2019-12-01T20:26:10.546Z 1.0 https://roadmap.sh/frontend/contributors monthly - 2019-12-01T11:38:19.737Z + 2019-12-01T13:03:35.218Z 0.5 https://roadmap.sh/frontend/summary monthly - 2019-11-30T10:14:37.750Z + 2019-12-01T20:26:10.546Z 1.0 - https://roadmap.sh/frontend/junior + https://roadmap.sh/frontend/junior-developer monthly 2019-11-25T16:18:18.890Z 1.0 - https://roadmap.sh/frontend/intermediate + https://roadmap.sh/frontend/mid-level-developer monthly 2019-11-25T16:18:18.890Z 1.0 - https://roadmap.sh/frontend/senior + https://roadmap.sh/frontend/senior-developer monthly 2019-11-25T16:18:18.890Z 1.0 diff --git a/storage/roadmaps.json b/storage/roadmaps.json index f83c36004..3bdf6995c 100644 --- a/storage/roadmaps.json +++ b/storage/roadmaps.json @@ -33,19 +33,19 @@ "path": "/roadmaps/1-frontend/landscape/0-Summary.md" }, { - "url": "/frontend/junior", - "title": "Junior", - "path": "/roadmaps/1-frontend/landscape/1-Junior.md" + "url": "/frontend/junior-developer", + "title": "Junior Developer", + "path": "/roadmaps/1-frontend/landscape/1-Junior-Developer.md" }, { - "url": "/frontend/intermediate", - "title": "Intermediate", - "path": "/roadmaps/1-frontend/landscape/2-Intermediate.md" + "url": "/frontend/mid-level-developer", + "title": "Mid Level Developer", + "path": "/roadmaps/1-frontend/landscape/2-Mid-Level-Developer.md" }, { - "url": "/frontend/senior", - "title": "Senior", - "path": "/roadmaps/1-frontend/landscape/3-Senior.md" + "url": "/frontend/senior-developer", + "title": "Senior Developer", + "path": "/roadmaps/1-frontend/landscape/3-Senior-Developer.md" } ], "learn": [ diff --git a/storage/roadmaps/1-frontend/landscape/0-Summary.md b/storage/roadmaps/1-frontend/landscape/0-Summary.md index 7ba8db5ed..089bde33d 100644 --- a/storage/roadmaps/1-frontend/landscape/0-Summary.md +++ b/storage/roadmaps/1-frontend/landscape/0-Summary.md @@ -26,3 +26,15 @@ If you know frontend development, there are jobs with different titles that you * FullStack Developer Having Web Developer or FullStack developer in the title would normally mean that you need to have some backend skills as well. Most of the small or service based companies require you to have backend and some UI designing skills as well so it is better to look at the job description also once you have shortlisted the jobs to apply to. + +#### Skills Required +In order to be a frontend developer, all you need is to learn HTML, CSS and JavaScript. Just learn these and you should be employable. I know a lot of developers who just know these and are working as frontend developers and are making decent money +* HTML +* CSS +* JavaScript + +Frontend development is broad and there are further skills that are in play but those can be gained over time. All you need is to learn the above three and start making projects ...lots of them. This is how you will hone your skillset and continue to grow. Having said that, the skills and the relevant expertise in those skills varies from the job level - follow the links below + +* [Entry Level Developer](/frontend/junior-developer) +* [Mid Level Developer](/frontend/mid-level-developer) +* [Senior Developer](/frontend/senior-developer) diff --git a/storage/roadmaps/1-frontend/landscape/1-Junior.md b/storage/roadmaps/1-frontend/landscape/1-Junior-Developer.md similarity index 100% rename from storage/roadmaps/1-frontend/landscape/1-Junior.md rename to storage/roadmaps/1-frontend/landscape/1-Junior-Developer.md diff --git a/storage/roadmaps/1-frontend/landscape/2-Intermediate.md b/storage/roadmaps/1-frontend/landscape/2-Mid-Level-Developer.md similarity index 100% rename from storage/roadmaps/1-frontend/landscape/2-Intermediate.md rename to storage/roadmaps/1-frontend/landscape/2-Mid-Level-Developer.md diff --git a/storage/roadmaps/1-frontend/landscape/3-Senior.md b/storage/roadmaps/1-frontend/landscape/3-Senior-Developer.md similarity index 100% rename from storage/roadmaps/1-frontend/landscape/3-Senior.md rename to storage/roadmaps/1-frontend/landscape/3-Senior-Developer.md