Recent Posts

Post: when node-gyp can’t find source files

less than 1 minute read

Lately, I’ve been developing a node addon as a hobby after work. I should be working hard on it, but it’s so busy until the end of the year, this blog might ...

Post: [JS] event loop, Task

8 minute read

Overview It’s often said that JavaScript is a single-threaded language. However, at one time, it was considered a revolutionary solution to asynchronous I/O,...