Since most hosting providers restrict the number of tables per database, it’s a good idea to check the total number of tables to avoid hitting the quota. Here is how it can be done if you use MySQL:
Read More…How to Host a Next.JS App on GitHub Pages

Next.js is React Framework created by Vercel. The recommended way to host a next.js app is directly on Vercel. But if you need to host a Next.JS app on GitHub pages it will require a few additional steps. Here is a full guide:
Read More…How to Host a React App on GitHub Pages

GitHub Pages allows you to host static resources (HTML, CSS, and JavaScript) directly from your GitHub repositories.
There is an option for free hosting (limited to 1 repository per account using address username.github.io). You can also choose a paid account ($4 per user monthly) which in my option is a great choice.
Unfortunately, it is NOT possible to host server side rendering scripts, but for React you can export your react app to HTML/JS/CSS and host it on GitHub pages. Here is how it can be done:
Read More…How to Reduce the Number of Installed WordPress Plugins

The WordPress plugins expand and extend the functionality of WordPress. They can be installed and activated really easily with just a few clicks.
However, having too many installed and activated Plugins could cause different issues with your website. Depending on the Plugin functionality they could slow down the website performance, they could open a big security vulnerability of the entire website.
Here are 10 common cases when you don’t need to install and activate a Plugin, but you can apply the necessary changes with a few simple steps: Read More…