Menu
Vojtěch Korduliak
Programmer and Photographer
- Closures, Currying, and Composition in JavaScript12.05.2025 15:46
Today's topic explores three powerful functional programming concepts in JavaScript: closures, function composition, and currying. Understanding these mechanisms, especially how currying and composition utilizes closures, can significantly improve the readability and structure of your code.
- Hidden Classes in JavaScript: Understanding V8's Performance Optimization23.02.2025 20:00
This article explores Inline Caching and hidden classes in JavaScript. Understanding these concepts will help you grasp how the V8 engine works and potentially make decisions that enhance your application's performance.