PinnedPublished inLevel Up CodingJavaScript OOP — Not A Mystery AnymoreWhat does OOP solve for us? Imagine we want to have a platform for teachers that every teacher who is registered can submit the marks, and…Nov 15, 20233Nov 15, 20233
Published inJavaScript in Plain EnglishuseEffect — Deep Dive Into ItEffects let you specify side effects caused by rendering itself, rather than by a particular event.Nov 11, 2024Nov 11, 2024
Published inLevel Up CodinguseState vs. useRef — When to Use Each?As React developers, we save data, update it, or even change our applications' UI daily. So, it is a must to know our day-to-day tools…Aug 22, 20241Aug 22, 20241
Published inStackademicWhat is parsing and compiling in JS?We want to explore how our code snippets are treated in JavaScript. The goal is to gain a solid understanding of the…Oct 30, 2023Oct 30, 2023
Published inJavaScript in Plain EnglishHow React Renders Behind the Scenes?Components vs. Instances vs. ElementsAug 20, 2023Aug 20, 2023