Profile picture

Written by Gerasimov Aleksei who lives at Rostov-on-Don and really loves frontend. 💫 You should follow them on Twitter

  1. January 28, 2024

    Understanding the Event Loop: A closer look at how JavaScript handles asynchronous operations and event-driven programming. 🔄

  2. November 24, 2023

    Functional Programming in JavaScript: A comprehensive guide to understanding the principles and techniques of functional programming in JavaScript. Learn how to use higher-order functions, immutability, and pure functions to write clean and efficient code. 🚀

  3. September 20, 2023

    Async-Await in JavaScript is a powerful feature that allows developers to write asynchronous code in a more synchronous and readable manner. It simplifies the process of handling promises and makes working with asynchronous operations a breeze. 🚀