When does class start/end?
Classes begin promptly at 9:00 am, and typically end at 5:00 pm.
Our Node.js class introduces Node.js as a platform. Node.js is an open source framework which runs on various platforms, such as Windows, Linux, Unix, Mac OS X, etc. It is build on Chrome's...
Read MoreOur Node.js class introduces Node.js as a platform. Node.js is an open source framework which runs on various platforms, such as Windows, Linux, Unix, Mac OS X, etc. It is build on Chrome's JavaScript runtime for easily building fast and scalable network applications. Node.js uses JavaScript on the server. Node.js can be used to create console, desktop, web services, and web applications.
Participants should be familiar with JavaScript and Web App concepts
Chapter 1. Introduction to Node.js
Chapter 2. Module and Dependency Management
Chapter 3. The File System Module
Chapter 4. Events in Node JS
Chapter 5. Asynchronous Programming with Callbacks
Chapter 6. Asynchronous Programming with Promises
Chapter 7. Build and Dependency Management
Chapter 8. Basic Web Application Development
Chapter 9. Debugging and Unit Testing
Chapter 10. Introduction to Express
Chapter 11. Express Middleware
Chapter 12. Accessing MongoDB from Node.js
Chapter 13. Pug Template Engine
Chapter 14. Clustering and Failover
Chapter 15. Microservices with Node.js
Chapter 16. Supertest and Nock
Chapter 17. Important Node features introduced over the years
Chapter 18. Build and dependency management with npm
Chapter 19. How to test JavaScript
Lab Exercises