bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/Node.js

Node.js

Perfomance & Scaling

Perfomance & Scaling focused on Node.js Logging and related concepts.

Lesson 1

Node.js Logging

Effective logging is essential for several reasons:

Read lesson →Loading…
Lesson 2

Node.js Monitoring & Observability

Observability in Node.js applications involves collecting and analyzing metrics and logs to understand system behavior.

Read lesson →Loading…
Lesson 3

Node.js Performance Diagnostics

Node.js offers various tools and techniques for diagnosing performance issues.

Read lesson →Loading…
Lesson 4

Node.js Child Process Module

The Child Process module is a built-in Node.js module that allows you to create and manage child processes.

Read lesson →Loading…
Lesson 5

Node.js Cluster Module

The Cluster module provides a way to create multiple worker processes that share the same server port.

Read lesson →Loading…
Lesson 6

Node.js Worker Threads Module

Worker Threads are a feature introduced in Node.js (initially in v10.5.0 as an experimental feature and stabilized in v12) that allows JavaScript code to run in parallel across multiple CPU cores.

Read lesson →Loading…