Latest Posts

Here are some post that I made, talking about frontend related stuff.

utilizing-web-worker-for-heavy-lifting-tasksUtilizing Web Worker for Heavy Lifting Tasks

Web Worker is a Web API that we can use to run a script in the background, this script will be run on a different thread from the main thread used to run the web application.