Category Archives: Tutorials

Build a simple website for users to play games and make money from placing ads

Well known an ads monetization site and its content could be of any genre, perhaps movies, shows, videos, ebooks, comics, etc… In this article, I will help you build a simple gaming website. I will keep my explanation brief and get straight to the point: The website will be built on the open-source WordPress platform (using…

Setting up a static IP address on Ubuntu Server 20.04 / 22.04 / 24.04

When setting up a virtual machine in a local network/homelab, it is recommended to set up a static IP for the machine to ensure that services are running smoothly and without interruption because the IP is changed after each reboot. In this article, I will share how to set up a static IP address on…

How to build a website with React JS & public it via Cloudflare Zero Trust

Developed by Facebook in 2011, React (also known as ReactJS) is a JavaScript library used to create fast and interactive user interfaces. At the time of writing, it is the most popular JavaScript library for UI development. React outshines its counterparts – Angular and Vue.js in functionality and popularity. Its popularity stems from its flexibility…

Building an e-commerce website with just Google Sheets, no coding required, no cost, completely free

In today’s digital age, online business is incredibly common. For large brands or well-established enterprises with financial resources, investing in e-commerce platforms or sophisticated websites may be a given in the business world. However, for small-scale individual entrepreneurs or those operating primarily on social media platforms like Facebook or Instagram, although there are advantages such…

3 ways to open visual code online from any Github repository

Sometimes, you need to edit or view the source code on GitHub, and your machine doesn’t have any code editor installed. Try one of these three methods: Click the dot (period) key when viewing that repository. Replace “github.com” with “github1s.com” in the URL. Add “vscode.dev” before the URL. Example: Applying method 2, the link becomes…

Reducing Image Size Effectively with TinyPNG

Benefits of Reducing Image Size Let’s review some advantages of reducing image size with CloudWebGPT. By doing so, you can effectively apply the TinyPNG online image size reduction tool. Optimizing Website Loading Speed: When building a website, reducing image size can enhance its loading speed. Large image sizes can slow down website loading, negatively impacting user…