Learning about the event loop is essential to understanding how asynchronous javascript works, it can help you with writing better, more robust code.
more...Hi, I'm Seetal. I reside in Manchester UK, where I design and build websites, try to keep fit and attempt to learn classical guitar from a book.
Learning about the event loop is essential to understanding how asynchronous javascript works, it can help you with writing better, more robust code.
more...Web workers allow you to execute javascript on a separate thread to the main thread.
more...I built a web app to create intervals and log workouts.
more...It’s called BlockJham. It’s quite a simple game, you basically have to tap to swap blocks of the same size but different colours to create a full line of the same colour.
more...Transitioning between multi page apps has become very easy with the view transitions api.
more...One of the 3 Core Web Vitals (CWV), web.dev defines LCP as: ‘The Largest Contentful Paint (LCP) metric reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading’
more...Console.time allows you to quickly test how long it takes for a block of javascript to execute.
more...A closure is basically like a bundle of a function and any referenced variables in its lexical scope.
more...