Play by Play: Building a Node Web API with Sam Artioli and John Papa

Pluralsight
Course Summary
Learn expert tips for working with NodeJS.
-
+
Course Description
Play by Play is a series where we sit down with an expert to work on a solution in real time. It's unscripted and unrehearsed. In this course, NodeJS expert Sam Artioli builds a web app from scratch. You'll learn how to set up a Node app, build a web API with Express, integrate with MongoDB, and cache HTTP results with Redis. You'll also learn some expert techniques, such as offloading and proxying requests to multiple Node servers, organizing API routes, and avoiding blocking process and taking advantage of Node's event loop. Exercise files for the course are located at https://github.com/samartioli/node-web-api.
-
+
Course Syllabus
Introduction- 1m 5s
—Introduction 1m 5sStanding up the Basic App With Express- 30m 44s
—Express 'Hello World' Setup 17m 29s
—Adding Endpoints to the Server 13m 14sAdding a Datastore and Increasing the Complexity- 40m 16sAdding Async- 25m 0sAdding a Cache- 24m 40s