mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 11:33:09 +01:00
Add alerts for JavaScript and Node.js roadmaps (#1617)
This commit is contained in:
parent
db5caa0a64
commit
748ff6123f
@ -1,3 +1,9 @@
|
||||
<DedicatedRoadmap
|
||||
href='/javascript'
|
||||
title='JavaScript Roadmap'
|
||||
description='Click to check the detailed JavaScript Roadmap.'
|
||||
/>
|
||||
|
||||
# JavaScript
|
||||
|
||||
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. Apart from being used on the frontend in browsers, there is Node.js which is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
|
||||
@ -11,3 +17,19 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
|
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=fBNz5xF-Kx4'>Node.js Crash Course</BadgeLink>
|
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=TlB_eWDSMt4'>Node.js Tutorial for Beginners</BadgeLink>
|
||||
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/introduction-to-javascript'>Codecademy - Learn JavaScript</BadgeLink>
|
||||
|
||||
<DedicatedRoadmap
|
||||
href='/nodejs'
|
||||
title='Node.js Roadmap'
|
||||
description='Click to check the detailed Node.js Roadmap.'
|
||||
/>
|
||||
|
||||
# Node.js
|
||||
|
||||
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications. It allows you to run JavaScript on the server.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
|
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.w3schools.com/nodejs/'>W3Schools – Node.js Tutorial</BadgeLink>
|
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.w3schools.com/nodejs/nodejs_npm.asp'>What is NPM?</BadgeLink>
|
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://nodejs.dev/en/learn/'>Official Documentation</BadgeLink>
|
Loading…
x
Reference in New Issue
Block a user