author-cover
INTERACTIVE COURSE

A Guide to Securing Node.js Applications

Intermediate

36 Lessons

4h

Certificate of Completion

author-cover
20 Playgrounds
7 Quizzes
39 Illustrations

Takeaway Skills

Sanitize user input and output.

Understand and implement HTTPS.

Create secure hashes using random salts.

Implement access control with authentication.

Protect yourself against XSS and CSRF.

Course Overview

This course is your guide for securing Node.js applications. You'll start by properly sanitizing user input and output, and then move on to some fundamental protocols, such as HTTPS and SHA. Passwords and encryption will be discussed next. More specifically, you wil...Show More

Course Contents

1

Introduction

2 Lessons

2

Never Trust Your Users. Sanitize ALL Input!

6 Lessons

Show all 6 lessons
3

HTTPS and Other Random Letters

6 Lessons

4

Password Encryption and Storage for Everyone

9 Lessons

5

Authentication, Access Control, and Safe File Handling

6 Lessons

6

Safe Defaults, Cross Site Scripting, and Other Popular Hacks

7 Lessons

COURSE AUTHOR

How You'll Learn

Hands-on Coding Environments

You don’t get better at swimming by watching others. Coding is no different. Practice as you learn with live code environments inside your browser.

2x Faster Than Videos

Videos are holding you back. The average video tutorial is spoken at 150 words per minute, while you can read at 250. That‘s why our courses are text-based.

No Set-up Required

Start learning immediately instead of fiddling with SDKs and IDEs. It‘s all on the cloud.

Progress You Can Show

Built-in assessments let you test your skills. Completion certificates let you show them off.

Recommended Courses

BEFORE STARTING THIS COURSE

AFTER FINISHING THIS COURSE