2025/08/02
HTTP
NEXT.JS
REACTJS
2025/08/02
Is SPA the Same as CSR? On Rendering Strategies and Application Architecture
When I was doing frontend development, the popular technology was called SPA, which was something that contrasted with the old Django and PHP approaches. It meant running all the JavaScript on the f...2025/08/02
the syntax sugar: async/await is blocking?
Async functions are a common use in JS, but there's confusion about whether they're truly "non-blocking.”
For the "do something here" part, it still has to wait for the await to finish before it can ...2025/03/30
HTTP
2024/10/29
JavaScript Bundlers & Transformers
I’ve been using Next.js for a long time, from having to configure everything to now almost zero setup, so I took some time to explore the evolution of JavaScript ecosystem tools.
Nowadays, we almost...2024/10/20
VUE