RZReckson Zirsangzela Khiangteinblog.recksonk.in·May 15, 2023 · 5 min readJavaScript Event LoopThe Event Loop in a Kitchen JavaScript is a single-threaded language, which means that it can only execute one task at a time. However, it is possible to run asynchronous code using something called the event loop, a mechanism that allows it to perfo...00
RZReckson Zirsangzela Khiangteinblog.recksonk.in·May 12, 2023 · 2 min readMedia Queries OverviewWhen creating a website the website must look good on different screen sizes. This ensures that the user has a good experience irrespective of what device they are on. This can be achieved by using media queries in our CSS. Media outputs Media querie...00
RZReckson Zirsangzela Khiangteinblog.recksonk.in·Apr 18, 2023 · 2 min readSmall Increments Add Up Over TimeNot just in the world of Development but also in life in general growth happens in small increments which add up to huge amounts over time. I am writing this to remind myself of this axiom. Because when you are on the path; of learning and pursuing y...00