Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Node Craftsman Book: An advanced Node.js tutorial

Posted By: AlenMiler
The Node Craftsman Book: An advanced Node.js tutorial

The Node Craftsman Book: An advanced Node.js tutorial by Manuel Kiessling
English | 2015-04-02 | ISBN: N/A | 170 Pages | EPUB/MOBI/PDF (True) | 1.7 MB

The aim of The Node Craftsman Book is to help beginning JavaScript programmers who already know how to write basic Node.js applications in mastering JavaScript and Node.js thoroughly.

It is the official sequel to The Node Beginner Book, digging deeper and covering a lot more topics from the world of Node.js and JavaScript development:

How can you connect to a database like MongoDB or MySQL from your Node.js application?
How do you write unit tests and end-to-end tests for your code?
How do you leverage migrations for setting up a continuous deployment workflow?
How does the Node Package Manager, NPM, work in detail?
How does object-orientation actually work in JavaScript?
How do you keep your code fast and efficient by leveraging asynchronous and non-blocking operations?
How do you use and create event emitters?
How do you write full-fledged web applications using REST frameworks?
How do you integrate Node.js with AngularJS?
…and much more!