What is localhost? Setting up a localhost

What is localhost? Setting up a localhost

Reading Time: 3 minutes Before publishing a web application, you’ve to set it up on a localhost (local host) in order to test and develop it. Especially if you’re coding in PHP, you’ve probably heard about localhost services such as XAMPP and Wampserver. In this article, I’ll teach you what is localhost and how to setup it. What is … Read more

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

4 Greatest WordPress Cache Plugins

4 Greatest WordPress Cache Plugins

Reading Time: 3 minutes Did you know that longer loading screens make your visitors leave early? Well, I know a way how can we accomplish to keep your visitors on your website. When it comes to WordPress websites, our best option is to use fewer plugins, a lightweight theme, and using a great, robust, and fast cache plugin. In … 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

For-Else and Try-Except-Else in Python

For-Else and Try-Catch-Else in Python

Reading Time: 2 minutes If you’re familiar with any programming language, you’d know that an else statement is generally used after an if or else-if (elif in Python) statement. But, why the hell there’s a structure called for-else and try-except-else in Python? Let’s find out. What is “Else”? I think I have to make an introduction for those who … 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

4 Python Libraries for Artificial Intelligence and Machine Learning

4 Python Libraries for Machine Learning and Artificial Intelligence

Reading Time: 2 minutes Artificial intelligence (AI) has been in our lives for a long time. However, since 2023, AI’s are much more popular than any time before. Nowadays many kinds of developer wants to work with something related to artificial intelligence and machine learning. Especially Python developers are luckier because there are robust and useful libraries related to … Read more