1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-24 18:03:06 +02:00

Update content links

This commit is contained in:
Kamran Ahmed
2024-09-02 19:14:52 +01:00
parent 1b90443208
commit ef1f79a5b4
4 changed files with 9 additions and 24 deletions

View File

@@ -1,19 +1,11 @@
# JavaScript
Apart from being used in the browser, JavaScript is also used in backend e.g. using [Node.js](https://nodejs.org/) or [Deno](https://deno.land/) for writing server-side code in JavaScript.
If you pick up JavaScript for the Backend, my personal recommendation would be to learn [JavaScript](/javascript) and then go with [Node.js](/nodejs) as it is the most popular and widely used option. Also, I would recommend learning TypeScript later on as you continue with your backend development Journey; it's a superset of JavaScript and is used in many projects.
JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on.
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
- [@article@W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
- [@article@Eloquent Javascript - Book](https://eloquentjavascript.net/)
- [@opensource@You Dont Know JS Yet (book series) ](https://github.com/getify/You-Dont-Know-JS)
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c)
- [@roadmap@Visit Dedicated Node.js Roadmap](/nodejs)
- [@video@Node.js Crash Course](https://www.youtube.com/watch?v=fBNz5xF-Kx4)
- [@video@Node.js Tutorial for Beginners](https://www.youtube.com/watch?v=TlB_eWDSMt4)
- [@official@Official JavaScript Documentation](https://www.javascript.com/)
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c?t=2)
- [@article@Build 30 Javascript projects in 30 days](https://javascript30.com/)
- [@feed@Explore top posts about JavaScript](https://app.daily.dev/tags/javascript?ref=roadmapsh)

View File

@@ -4,10 +4,8 @@ CSS or Cascading Style Sheets is the language used to style the frontend of any
Visit the following resources to learn more:
- [@article@W3Schools — Learn CSS](https://www.w3schools.com/css/)
- [@article@Learn to Code HTML & CSS](https://learn.shayhowe.com/html-css/building-your-first-web-page/)
- [@article@What The Flexbox!](https://flexbox.io/)
- [@video@CSS Crash Course For Absolute Beginners](https://www.youtube.com/watch?v=yfoY53QXEnI)
- [@video@CSS Complete Course](https://youtu.be/n4R2E7O-Ngo)
- [@video@HTML and CSS Tutorial](https://www.youtube.com/watch?v=D-h8L5hgW-w)
- [@video@CSS Masterclass - Tutorial & Course for Beginners](https://www.youtube.com/watch?v=FqmB-Zj2-PA)
- [@article@W3Schools — Learn CSS](https://www.w3schools.com/css/)
- [@article@Web.dev by Google — Learn CSS](https://web.dev/learn/css/)
- [@feed@Explore top posts about CSS](https://app.daily.dev/tags/css?ref=roadmapsh)

View File

@@ -5,8 +5,6 @@ HTML stands for HyperText Markup Language. It is used on the frontend and gives
Visit the following resources to learn more:
- [@article@W3Schools: Learn HTML](https://www.w3schools.com/html/html_intro.asp)
- [@opensource@Interactive HTML Course](https://github.com/denysdovhan/learnyouhtml)
- [@video@HTML Full Course for Beginners](https://youtu.be/mJgBOIoGihA)
- [@video@HTML Full Course - Build a Website Tutorial](https://www.youtube.com/watch?v=pQN-pnXPaVg)
- [@video@HTML Tutorial for Beginners: HTML Crash Course](https://www.youtube.com/watch?v=qz0aGYrrlhU)
- [@video@HTML and CSS Full Course - Beginner To Pro](https://youtu.be/a_iQb1lnAEQ)
- [@feed@Explore top posts about HTML](https://app.daily.dev/tags/html?ref=roadmapsh)

View File

@@ -4,11 +4,8 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Visit the following resources to learn more:
- [@article@W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)
- [@roadmap@Visit Dedicated JavaScript Roadmap](/javascript)
- [@article@The Modern JavaScript Tutorial](https://javascript.info/)
- [@article@Exploring JS: JavaScript books for programmers](https://exploringjs.com/)
- [@video@JavaScript Crash Course for Beginners](https://youtu.be/hdI2bqOjy3c?t=2)
- [@video@Build a Netflix Landing Page Clone with HTML, CSS & JS](https://youtu.be/P7t13SGytRk)
- [@article@Build 30 Javascript projects in 30 days](https://javascript30.com/)
- [@feed@Explore top posts about JavaScript](https://app.daily.dev/tags/javascript?ref=roadmapsh)
We also have this [JavaScript roadmap](/javascript). You don't need to follow it right now, just learn from some courses and revisit the roadmap later in your journey.