Awesome
Yoni Goldberg - Node.JS Course
<h1 align="center"> <img src="git-banner.jpg" alt="Node.js Best Practices" /> </h1> <br/> <div align="center"> <img src="https://img.shields.io/badge/%E2%9A%99%20Students%20So%20Far%20-%20150+%20-blue.svg" alt="150+ Students"> <img src="https://img.shields.io/badge/%F0%9F%93%85%20Last%20update%20-%20Feb%2015%202018-green.svg" alt="Last update: February 15, 2018"> <img src="https://img.shields.io/badge/%E2%9C%94%20Updated%20For%20Version%20-%20Node%208.9-brightgreen.svg" alt="Updated for Node v.8.9"> </div> <br/>Welcome To My Node.JS Course!
This repository holds various materials, demos and instructions for my Node.JS course
Preparation
As we meet in the classroom we wish to spend our precious time on interesting development challenges rather than machine setup. Make sure to prepare your machine aforehand. Should you encounter any issue - please open an issue within this repo and I'll be sure to assist shortly
✔ 1 Install Node.JS LTS
Install Node.JS LTS (any 12.0.X version) from this website - just download and progress within the installation wizard
✔ 2 Ensure Node is installed correctly
Open your favourite terminal (Windows: command prompt) and type 'NPM verson'. The output should confirm that version (e.g. 12.0) is indeed installed
✔ 3 Clone this repo
Run the command:
git clone https://github.com/goldbergyoni/nodejs-course/
Then navigate into the project directory and install all depedencies:
npm install
✔ 4 Install IDE (editor)
I highly recommend using VSCode editor in the course as it's lightweight and has a very rich plugins eco-sysem that we might use during our excercise. Simply visit the downloads site and choose the edition that suits your operations system. You may opt for any other editor that supports Node debugging and intellisense
✔ 5 Install POSTMAN
Some of our excercises require to perform web requests, POSTMAN is a popular client tool for running HTTP requests. Download page
✔ 6 Polish Your JS Skills
Learning Node requires to be familiar with Javascript. Beside mastering the basic principals of JS, it's recommended to get acquaintance with the following concepts that are highly related to Node.JS: <br/> 10 min JavaScript crash course <br/> Objects <br/> Promises <br/> Async/await <br/> Arrow functions <br/> Callbacks <br/> Classes <br/> Destructuring <br/> Spread operator <br/> The basics of TypeScript <br/> Express web framework - hello world
✔ 7 Ensure Familiarity with Backend Concepts
It's assumed that all students are familiar with basic web & backend concepts. For example: <br/> Rest API <br/> Cookies <br/> HTTP headers <br/> JSON
Code Examples
All the code examples that we run in the classroom can be found in this Git repository
Slides
Download the slides here: https://github.com/i0natan/nodejs-course/blob/master/node.js%20course%20for%20GitHub.pptx
Note: The slides were meant as complementary material to an onsite course