-
Book Overview & Buying
-
Table Of Contents
Node.js - The Complete Guide
By :
Node.js - The Complete Guide
By:
Overview of this book
Node.js is one of the most popular and modern server-side programming languages and is used widely from traditional web apps with server-side rendered views over REST APIs to GraphQL APIs and real-time web services. With the high demand for Node.js developers in the job market, now is the time to develop Node.js skills. This updated video course will teach you all that you need from scratch.
The course begins with an introduction to Node.js and a quick refresher on JavaScript. You’ll then understand the improved development workflow and debugging, get to grips with Express.js, and work with dynamic content and add template engines. As you progress, you’ll work with the model view controller (MVC) to develop user interfaces and learn the dynamic route and advanced models. The course will also take you through using Node.js with SQL, NoSQL, and Mongoose and help you gain a solid understanding of implementing authentication, sending emails, error handling, validation, file uploading and downloading, and pagination. Finally, you’ll work with REST and GraphQL APIs, DenoJS, build a real-time Node.js app with WebSockets, perform automation testing, and deploy a Node.js application.
By the end of this course, you’ll have developed the Node.js skills needed to build robust, scalable, and powerful web applications.
The code files for this course is available at https://github.com/PacktPublishing/Node.js-The-Complete-Guide
Table of Contents (36 chapters)
Introduction
Optional: JavaScript - A Quick Refresher
Understanding the Basics
Improved Development Workflow and Debugging
Working with Express.js
Working with Dynamic Content and Adding Templating Engines
The Model View Controller (MVC)
Optional: Enhancing the App
Dynamic Routes and Advanced Models
SQL Introduction
Understanding Sequelize
Working with NoSQL and Using MongoDB
Working with Mongoose
Sessions and Cookies
Adding Authentication
Sending Emails
Advanced Authentication
Understanding Validation
Error Handling
File Upload and Download
Adding Pagination
Understanding Async Requests
Adding Payments
Working with REST APIs - The Basics
Working with REST APIs - The Practical Application
Understanding Async/Await in Node.js
Understanding WebSocket & Socket.io
Working with GraphQL
Deploying the App
Testing Node.js Applications
Node.js as a Build Tool and Using NPM
Modern JavaScript and Node.js
Node.js and TypeScript
An Introduction to Deno
Deno, CRUD and Databases (MongoDB)
Roundup