The Journey About How I Fixed a Bug in the Node.js Core that Affected Thousands of P... Erick Wendel

Опубликовано: 06 Июнь 2026
на канале: OpenJS Foundation
513
26

To learn more about critical open source JavaScript projects like Appium, Dojo, jQuery, Node.js, and webpack, and 27 more checkout The OpenJS Foundation: https://openjsf.org/

The Journey About How I Fixed a Bug in the Node.js Core that Affected Thousands of Packages - Erick Wendel, Erick Wendel Training
Virtual - On Demand

Speakers: Erick Wendel
Working on the Node.js core could be an exciting task and many developers want to contribute to Open Source projects but don't know how to get started. This talk will show you the whole process from identifying a bug, interacting with the Node.js community to finally thinking of a solution and publishing a feature.

Key topics of this talk:
How I found the bug and assured that it's an actual issue
How I planned to solve the problem and the solution
How I set up environment and tips
How I implemented tests and fixed the problem