Video description
6+ Hours of Video InstructionLearn to write performant back-end applications in JavaScript by leveraging the Node.js runtime. Shaun Wassell teaches JavaScript developers how to write and run server-side JavaScript applications for the powerful Node.js runtime. It includes topics such as working with the file system, creating web servers, installing, using, and publishing NPM packages, Google V8 engine, testing, and much more.
Description
Several years ago, it wasn’t possible to write JavaScript programs for the back-end. JavaScript was strictly limited to running in a browser, and if a developer wanted to write back-end software, they had little choice but to learn another programming language, such as PHP. Now, that has all changed. Thanks to Node.js, which allows JavaScript to be run outside the browser, JavaScript developers can write web-servers, server-side scripts, and any number of other useful back-end programs.
This LiveLessons video shows developers how to write and run server-side JavaScript applications for the powerful Node.js runtime.
The code repository for this LiveLesson can be accessed at https://github.com/shaunwa/node-course.
About the Instructor
Shaun Wassell's goal is to create a world where people are empowered to use programming as a way to solve meaningful problems--a world where writing code is just as natural for most people as walking or breathing. To help make this a reality, he has dedicated the past few years to helping people learn and master software development skills through video courses, live training sessions, and one-on-one tutoring. Shaun has been programming since he was a kid, when creating video games was his gateway into the world of software. Since then, he's been fortunate enough to be a contributing member on many amazing software projects and work with some incredible mentors along the way.
Skill Level
- Intermediate
Learn to quickly and easily write performant back-end applications in JavaScript by leveraging the Node.js runtime:
- Write useful server-side programs using modern JavaScript
- Build Node.js web servers using several different frameworks
- Deploy your Node.js applications so that they can be accessed from anywhere
- Create and publish an open-source NPM package
- Maximizing the performance of your Node.js programs by learning about how Nodes V8 runtime works
- Interfacing with databases in Node
- Front-end developers/engineers
- Full-stack developers/engineers
- Back-end developers/engineers
- JavaScript developers/engineers
Prerequisites:
- Working knowledge of JavaScript.
- Some experience working on either the front- or back-end of a web application, but this is not a requirement.
Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
Table of contents
- Introduction
- Lesson 1: Create Your First Node.js Project
- Lesson 2: Node.js Basics
- Lesson 3: Read and Write Files
- Lesson 4: Create Web Servers
- Lesson 5: Write Programs That Interface with Databases
- Lesson 6: Work with Web Sockets
- Lesson 7: Create and Publish an NPM Package
- Lesson 8: Host Node.js Applications
- Lesson 9: Test Node.js Programs
- Summary
Product information
- Title: Node.js Essentials
- Author(s):
- Release date: February 2021
- Publisher(s): Pearson
- ISBN: 0136903886
You might also like
video
Node.js - The Complete Guide
Node.js is one of the most popular and modern server-side programming languages and is used widely …
book
Node.js: Novice to Ninja
Node.js: Novice to Ninja is your hands-on guide to learning everything needed to build a professional …
book
Distributed Systems with Node.js
Many companies, from startups to Fortune 500 companies alike, use Node.js to build performant backend services. …
book
Node.js Design Patterns - Third Edition
Learn proven patterns, techniques, and tricks to take full advantage of the Node.js platform. Master well-known …