-
Notifications
You must be signed in to change notification settings - Fork 0
Useful links and guides
Heather Campbell edited this page May 14, 2018
·
16 revisions
Please contribute any resources you have found useful
Free PDF eBook: What You Need To Know About Node.js | PACKT Books
Eloquent JavaScript Especially read chapter on values, variables and control flow
Free E-books | Syncfusion | Succinctly Series
- ECMA Script 6 Succinctly
- Nodejs Succinctly
- Typescript Succinctly
maxogden/art-of-node A good, short intro to node.js
denysdovhan/wtfjs A list of funny and tricky JavaScript examples
JavaScript for Cats An introduction to JavaScript
The Javascript Starter Kit Manifesto and the associated Medium post explaining what it is
CRUD API with Node.js/Express/Knex/Postgres - YouTube
Source code is here: https://github.com/w3cj/CRUD-stickers-server
Testing JavaScript for Node.js with Mocha
- Nodemon - monitor for changes in source code an automatically restart server
- NPM - Node Package Manager
- NVM - Node Version Manager
- CSURF - Cross-site Request Forgery (CSRF) Protection Middleware
- Express Rate Limit - Basic Rate Limiting Middleware for Express Alternatives - struct-rate-limiter, express-brute, rate-limiter
- Helmet - Help secure application with HTTP Headers e.g. Content Security Policy (CSP)
- NSP - Node Security Platform
- Snyk - Check for known vulnerabilities, can be hooked into commits