FeaturedWelcome to My Technical BlogAn introduction to my blog where I'll share insights about web development, software engineering, and the technologies I work with daily.January 11, 2025•3 min readIntroductionWeb DevelopmentCareer
November 24, 2025•4 min readSync Fetch Pattern: Escape the Async/Await ChainLearn how to use the throw-to-suspend pattern to get synchronous-looking code from async fetch operations. This technique powers Vue Suspense and React Suspense under the hood.JavaScriptAsyncVue+2 more
January 23, 2025•9 min readUnderstanding Binary Trees: My Journey with Tree TraversalMy hands-on experience learning binary tree data structures and implementing tree traversal algorithms (pre-order, in-order, post-order) in JavaScript. Includes tree reconstruction and depth calculation.JavaScriptData StructuresBinary Trees+2 more
January 23, 2025•9 min readMy Notes on Sorting and Searching AlgorithmsPersonal notes and implementations of common sorting and searching algorithms I've been studying. Includes Selection Sort, Bubble Sort, Insertion Sort, Quick Sort, and various search techniques with JavaScript code examples.JavaScriptAlgorithmsData Structures+1 more