A collection of tech notes, personal reflections, and evolving thoughts about whatever’s caught my curiosity.
notes
6 July 2022
May be peace is the higher version of happiness.
essay
How JS code is executed.
5 July 2022
JavaScript code execution involves a sequence of steps managed by the JavaScript engine, primarily through the use of the call stack and execution contexts...