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