What is localStorage and Why is it so Important for Javascript?

What is localStorage and Why is it so Important for Javascript

Reading Time: 2 minutes If you’re a Web developer, you certainly want to make your user’s experience smoother. In the article about cache and WordPress plugins, we already mentioned that. For this goal, developers use some methods, libraries, APIs, and more. localStorage is one of these helpful methods. It lets user store data in their browser without creating a … Read more

Coding a Rainbow Rain with p5.js

Rainbow Rain with p5.js

Reading Time: 3 minutes Every programmer like seeing their code produce something visual. Instead of abstract programming concepts flying all over the place, sometimes we just want to code something that looks beautiful to our eye. That’s when p5.js joins the game. In this article, we’re going to take a look at a p5.js coding example. What is p5.js? … Read more

How to Solve Electron Zoom Cache Issue

How to Solve Electron Zoom Cache Issue

Reading Time: 2 minutes If you’re familiar with Electron.js and creating desktop applications with Frontend technologies such as HTML, CSS, and Javascript, there’s a chance that you’ve encountered an issue related to Electron’s zoom caching. When you change the zoom in your app, it gets saved in a file that is located in the forgotten lands of your computer. … Read more