Thoughts & Musings

Deep Dive into JavaScript: Closures, Currying, and Function Composition

An advanced exploration of JavaScript functions, focusing on closures, currying, and function composition for cleaner, more efficient code.

September 25, 2024 (2w ago)Explore

Advanced JavaScript: Memoization, Promises, and Event Loop

An in-depth look at JavaScript memoization, Promises, and the event loop, which are essential for writing efficient asynchronous code.

September 25, 2024 (2w ago)Explore