Tools
Improve your website loading speed by using AVIF images
AVIF is an image format that’s been here for some time, but recently browsers added support for it. AVIF images can be up to 300kb smaller in size compared to WebP.
Essential Tips for Debugging JavaScript in Visual Studio Code
Essential Tips for Debugging JavaScript in Visual Studio Code Sooner or later you will face some bugs in your application, that’s inevitable, this post will teach you essential tips for debugging JavaScript in visual studio Code so you can squash those bugs easier! Introduction Any code should be debugged. Everyone…