Add summary details for frontend developer
This commit is contained in:
@ -3,35 +3,35 @@
|
||||
<url>
|
||||
<loc>https://roadmap.sh/frontend</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-11-30T10:14:37.750Z</lastmod>
|
||||
<lastmod>2019-12-01T20:26:10.546Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/frontend/contributors</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-12-01T11:38:19.737Z</lastmod>
|
||||
<lastmod>2019-12-01T13:03:35.218Z</lastmod>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/frontend/summary</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-11-30T10:14:37.750Z</lastmod>
|
||||
<lastmod>2019-12-01T20:26:10.546Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/frontend/junior</loc>
|
||||
<loc>https://roadmap.sh/frontend/junior-developer</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-11-25T16:18:18.890Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/frontend/intermediate</loc>
|
||||
<loc>https://roadmap.sh/frontend/mid-level-developer</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-11-25T16:18:18.890Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/frontend/senior</loc>
|
||||
<loc>https://roadmap.sh/frontend/senior-developer</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2019-11-25T16:18:18.890Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
|
@ -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": [
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user