Check out links below for suggestions on where to start; feel free to PR with any recommendations of your own!
It's essential to have a solid understanding of JS, in any Node or front-end role
- I'm just getting started with front-end web development: https://frontendmasters.com/books/front-end-handbook/2019/
- I'm just getting started with JavaScript: https://www.udacity.com/course/intro-to-javascript--ud803
- I want to test snippets of JavaScript code: https://repl.it/
- I want to improve my skills: https://javascript30.com/
- I want to learn ES6 features: https://github.com/metagrover/ES6-for-humans
The OG "Playday" content - nodeschool provides fantastic, guided tutorials on server-side JavaScript
- I'm just getting started: https://nodeschool.io/#workshoppers
- I want to try out a NPM module in the browser: https://runkit.com/home
Most popular front-end framework, with a fantastic ecosystem, from Facebook
- I'm just getting started - take me to the official docs: https://reactjs.org/tutorial/tutorial.html
- I want an idea for a project to build: https://daveceddia.com/react-practice-projects/
- I want video crash courses: https://www.youtube.com/watch?v=Ke90Tje7VS0
- I want a boilerplate application to start from: https://github.com/facebook/create-react-app
- I want an all-in-one guide to developing a React application: http://www.react.express/
First framework to be built w/ TypeScript, from Google
- I'm just getting started - take me to the official docs: https://angular.io/guide/quickstart
Simple to setup, growing, great documentation
- I'm just getting started - take me to the official docs: https://vuejs.org/v2/guide/
- I'm just getting started, and I like tutorials: https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance
Full-featured web application framework, batteries included
- I'm just getting started - take me to the official docs: https://guides.emberjs.com/release/tutorial/ember-cli/
- Part of a project helping the homeless population in DC: https://looseleafapp.com/project/algorithm-to-filter-gps-coordinates-using-a-polygon-0q21iae
- Hacktoberfest - summary: https://hacktoberfest.digitalocean.com/
- Potential Hacktoberfest request: danpaz/bodybuilder#206