Blog
Tips and tricks for Junior PHP Web Developers
(last updated 04 Oct 2020) Here ill shares some simple tips and tricks that I’ve learned as a Junior PHP Web Developer. And the list… Read More »Tips and tricks for Junior PHP Web Developers
How to Avoid RSI & Protect Your Health with Break-Management Software: A Guide for Developers
How to Avoid RSI & Protect Your Health with Break-Management Software: A Guide for Developers As a developer, you’re likely familiar with long hours in… Read More »How to Avoid RSI & Protect Your Health with Break-Management Software: A Guide for Developers
Add existing code from the folder to Github repo
Add existing code from the folder to GitHub repo Views: 2
Understanding OOP Visibility (Public, Private, and Protected): A Guide with PHP
Understanding OOP Visibility (Public, Private, and Protected): A Fun Guide with PHP Object-oriented programming (OOP) brings structure and clarity to coding by bundling related properties… Read More »Understanding OOP Visibility (Public, Private, and Protected): A Guide with PHP
Setting up a Database with Docker Compose
In this guide, we’ll walk you through setting up a MariaDB database using Docker Compose, and we’ll even throw in phpMyAdmin for easy database management.
Best Free WordPress themes with vertical menu
Choosing a WordPress theme with a vertical menu can be an excellent decision for various reasons, especially when designing portfolio websites. Here are some compelling… Read More »Best Free WordPress themes with vertical menu
Speed Up Your WordPress Site with Gzip Compression
By implementing Gzip compression, you can dramatically reduce the size of your site’s files, leading to faster loading times and a better user experience
How to delete only the subfolder and keep the files
How to delete only the subfolder and keep the files by using the console I want to refresh my WordPress project created by using my… Read More »How to delete only the subfolder and keep the files
WordPress Site Baron Bud Shop
WordPress Site Baron Bud Shop website by Assy.
Baron Bud Shop is a cannabis dispensary in Thailand. The website showcases its product catalog
How to reset a Polylang wrong setup on init
Why/How If you’ve set up Polylang incorrectly on your WordPress site and need a complete reset, particularly if you’ve set the wrong default language and… Read More »How to reset a Polylang wrong setup on init
Website: SIS Industries
The website for SIS Industries showcases one of Bulgaria’s leading alcohol brands through a blend of modern design and detailed product information. Custom JavaScript, plugins,… Read More »Website: SIS Industries
Progress bar while importing huge .sql file
The last time I had to import a dump file with a size of 6 GB, it felt like an eternity. I sat there, staring… Read More »Progress bar while importing huge .sql file
PHP: Alternative syntax for control structures to use when embedding PHP within HTML
In PHP, you can utilize the alternative syntax for control structures, which is especially useful when embedding PHP within HTML. Here’s a quick rundown: if… Read More »PHP: Alternative syntax for control structures to use when embedding PHP within HTML