
Qiuyi Zhang (Joyee)
Always learning.
Joyee has been a member of the Node.js Technical Steering Committee since 2017. She is an active contributor to Node.js core and its related projects involving diagnostics and automation.
POSTS
Fixing snapshot support of class fields in V8
Up until V8 10.0, the class field initializers had been
Continue reading >
Building V8 on an M1 MacBook
I’ve recently got an M1 MacBook and played around with it a bit. It seems many open source projects still haven’t added MacOS with ARM64
Continue reading >
How does Node.js load its built-in/native modules?
This post stems from a recent
Continue reading >
Uncaught exceptions in Node.js
In this post, I’ll jot down some notes that I took when refactoring the uncaught exception handling routines in Node.js. Hopefully it
Continue reading >