HFHadeeb Farhaninblog.hadeeb.dev·Mar 7, 2025 · 3 min readOptimise images in your browserEver had to build a form where users can upload an image? And the images are huge? Well, you might want to consider optimising the images even before they leave your user’s computer. How? you might ask. Well today we will look at 2 amazing open-sourc...00
HFHadeeb Farhaninblog.hadeeb.dev·Feb 27, 2025 · 3 min readSnappy Web Apps with WebWorkersOne of the major concern when building a client side heavy web-app is performance. Running heavy operations on the client and the single threaded nature of JavaScript usually doesn’t go well together. Usually in a multithreaded language, the solution...00