April 17 - 18, 2025
Node Congress
Online

Node Congress 2025

Master Fullstack: JS Backends, DevOps, Architecture

Full remote ticket included with Multipass.
A two-day conference on all things Node.js, DevOps, Edge-native workers (Cloudflare & others), Serverless, Deno & other JavaScript backend runtimes, gathering Back-end and Full-stack engineers across the globe.
Serverless DX Done Right
Upcoming
Serverless DX Done Right
Join this hands-on session to discover how AWS tools, Node.js, and IaC can simplify and supercharge your serverless development. No slides — just live coding in Visual Studio Code, showcasing practical workflows to streamline your process and improve efficiency. Whether you’re a serverless veteran or just starting out, you’ll leave with actionable tips to enhance your developer experience.
Adding URLPattern to Node.js
Upcoming
Adding URLPattern to Node.js
Yagiz Nizipli will talk about the development process of adding URLPattern to Node.js while making it performant and spec compliant. He’ll focus on specification and implementation differences and how the problems are tackled. 
Using AI as Your Performance Expert in Node.js
Upcoming
Using AI as Your Performance Expert in Node.js
Have you ever struggled to track performance issues in your Node.js apps? Me too—it can feel like chasing ghosts in your code! That’s why I’m excited to share how AI can make this so much easier. In this talk, I’ll show you how AI can simplify performance debugging by analyzing CPU and memory usage, finding bottlenecks, and even pointing out potential memory leaks. You don’t need to be an expert or spend hours digging through data—just some practical tips and tools to help you make your apps run smoothly and efficiently. Let’s make performance tuning less stressful!
What's in a Node.js Bug – A Case Study
Upcoming
What's in a Node.js Bug – A Case Study
Anna performs a deep dive into the anatomy of a regression that affected Node.js users in development and production in the past year, and analyzes how it gives us insight into how JS engines work under the hood and how Node.js itself is currently being developed.
The Path to Native TypeScript
Upcoming
The Path to Native TypeScript
Imagine the convenience of executing TypeScript files directly with Node.js. Just a few years ago, this concept seemed like a distant dream. Today, it stands as an exciting experimental feature. This narrative dives into the journey of transforming this dream into a reality.
Lock, Stock and Barrel - Simplify your Codebase
Upcoming
Lock, Stock and Barrel - Simplify your Codebase
Large, legacy codebases often suffer from tangled dependencies, lack of modular boundaries, and monolithic "barrel" files that bundle together many modules. This makes the codebase difficult to understand, modify, and scale. In this talk, we'll explore strategies for "untangling the barrel" and simplifying a complex codebase to prepare it for migration to a monorepo architecture.We'll cover techniques for:- Analyzing your code for cyclic dependencies- Tools to help refactoring the code- Establishing coding guidelines and automation to control codebase complexity going forward