How to Get Country By IP Address in PHP on Ubuntu 22.04
We’ll be using the GeoIP2 PHP library from Maxmind. They have 2 versions: free and paid. We’ll be using the free version here. Please notice: The other solution (to get your visitors country from their IP address), would be to use an external service. For example, geoplugin.com. Please see this post for a detailed solution. […]
[WordPress] How to Add Colors to Color Palette in Gutenberg Block Editor in 2023
Shows how to add colors in Gutenberg (WordPress) to the default core color palette (in a theme or a plugin).
11 Settings to Simplify Work In PhpStorm in 2023
PhpStorm has a lot of great settings simplifying the developer’s work. But some very convenient settings are turned off by default. On the other hand, some rarely used ones are turned on by default. You can change some default settings to make your work in PHP faster.
[VirtualBox] Configure an Ubuntu 22.04 / 20.04 Virtual Machine for Web Development (Complete Guide)
Create and configure Ubuntu 22.04 / 20.04 VirtualBox virtual machines, configure networking, install Guest Additions, share folders, optimize performance, etc.