Posts by Year

2022

Back to Top ↑

2021

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,...

Post: Base64

4 minute read

When delving into PKI, one will often come across the widespread use of base64. Hence, while browsing through this post, there might be references to Base64....

Post: Svelte - A compiler for Vue or React

10 minute read

In the era where formidable FE frameworks like React and Vue are competing, a new FE framework (though a bit late to call it new..) has emerged, and I decide...

Back to Top ↑