https://github.com/platformatic/the-high-performance-node-workshop
https://github.com/platformatic/the-high-performance-node-workshop
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/platformatic/the-high-performance-node-workshop
- Owner: platformatic
- Created: 2025-09-22T12:50:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T12:08:19.000Z (6 months ago)
- Last Synced: 2025-09-28T14:24:27.140Z (6 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# High-Performance Node.js: From Event Loop Mastery to Production Observability - Workshop
Are you using NodeJS in Production?
If you do this is the right opportunity for you to solve most of your problems and make your life easier!
This intensive workshop dives deep into the advanced Node.js techniques that separate production-ready applications from hobby projects. Drawing from the expertise of Node.js core contributor Matteo Collina, you'll master the critical skills needed to build scalable, observable Node.js systems.
- Event Loop Optimization & Performance
- Strategic Caching Patterns
- Promise Pitfalls & Alternatives
- Worker Threads & Multithreading
- Production Metrics & Monitoring
- OpenTelemetry Integration
By the end of this workshop, you'll have the tools and knowledge to build Node.js applications that perform well under pressure, scale horizontally, and provide the observability needed for production operations.
## Prerequisites
Solid understanding of JavaScript, Node.js fundamentals, and basic async/await patterns.
## Getting started
```sh
git clone https://github.com/platformatic/high-performance-node-workshop.git
cd high-performance-node-workshop
npm install
```