PinnedSerhii KoziyEvent Loop in Chrome browserAfter hours I’ve spent surfing the Internet in search of information about Event Loop, Main Thread, Tasks, Microtasks, and similar things…Dec 7, 2020Dec 7, 2020
Serhii KoziyComprehensive Guide to Rendering Strategies in Next.js: Optimizing SEO and PerformanceWhen building modern web applications with Next.js, selecting the appropriate rendering strategy is essential for achieving optimal SEO and…Oct 30Oct 30
Serhii KoziyArrow function vs function — the difference between scopeJavaScript is a powerful and versatile programming language used for web development. One of the most powerful features of JavaScript is…Feb 19, 2023Feb 19, 2023
Serhii KoziyNotes: Cross-Site Scripting (XSS)— How to use carefully Local Storage?IntroductionFeb 19, 2023Feb 19, 2023
Serhii KoziyNotes: Object Oriented Programming (OOP) in Javascript, what need to knowObject-oriented programming (OOP) is a popular paradigm for writing code in many languages, and JavaScript is no exception. OOP provides a…Feb 19, 2023Feb 19, 2023
Serhii KoziyNotes: most common patterns in ReactWhile React itself does not prescribe any specific design patterns, there are several patterns that are commonly used in React development…Feb 19, 2023Feb 19, 2023
Serhii KoziyWhat’s wrong with animation frames?Animation is an essential part of modern web design, helping to make websites more engaging and interactive. However, if you’re a developer…Feb 19, 2023Feb 19, 2023