Dark Mode

How to Send Large Data to WebWorkers Efficiently

Send large data to WebWorkers Efficiently

The idea of unblocking the main thread by offloading heavy computations to WebWorkers is fascinating to any web developer. However, sending large data to Web Workers can be a challenge, as it can cause performance issues and slow down the application. In this blog post, we will explore how to send large data to Web Workers efficiently.

Using Python Virtual Environment in VSCode

using python virtual environment in vscode

This article shows how to use a Python virtual environment in VSCode, without having to change the pythonPath in VSCode settings.

5 Ways to Live Reloading Go Applications

live reloading go applications

Provides 5 ways to live reload go applications. The article covers tools Air, Gin, Nodemon and Fresh to add live reloading to your go application.