University of OXford & University of camBRiDGE
...is a collective term for characteristics that the two institutions share.
Node.js in Motion
Published by: Manning
Jun 2018
Lecture Size: 78x200
Length: +6 hrs
Lecture Date: 10/2018
Lecture Link: https://www.safaribooksonline.com/
https://www.packtpub.com
| Node in Motion is a fast-paced, practical video course designed to
| get you up to speed quickly on every aspect of Node. Following the
| expert and friendly guidance of PJ Evans, you'll master the key
| concepts like non-blocking JavaScript, asynchronous functions,
| using packages from the Node Package Manager (NPM), talking to the
| Internet, writing Web applications, interfacing with databases,
| and deploying your application. Everything you need to be a
| successful Node developer is covered in this great video course.
| Inside:
Working with asynchronous functions, with callbacks and
| Promises
Using packages from the Node Package Manager (NPM)
Building command line programs using Node.js
Using Express.js to scaffold a Web Application
Interacting with SQL and other databases
Using WebSockets for real-time communication
Tips and tricks for deploying Node.js applications to
| production
| About the subject
| Node.js has become required knowledge for web developers. It's
| never been easier to go from front-end developer to full-stack
| engineer, since with Node you can stay with JavaScript all the way
| down. Node is great for backend APIs and it's also a solid choice
| for building microservices and server-side utilities. Node's rich
| ecosystem of pre-built packages and libraries provides the tools
| you need to be super-productive right out of the gate.
| Prerequisites
| If you know your way around JavaScript, you're ready to start
| learning Node!