10 Settings to Simplify Work In PhpStorm in 2022
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. If you change some default settings, it could make your work in PHP faster.
VirtualBox: How to Configure an Ubuntu 20.04 Virtual Machine for Web Development
Configure Oracle VirtualBox for the best performance. Add a virtual machine, configure networking, install Guest Additions, share folders, etc.
How to Provide SMTP Email Functionality for the Official Docker WordPress Image
Add SMTP mail functionality to the official Docker WordPress image. See 2 examples of adding Postfix to Wordpress in a separate container. Learn how to add Postfix to the same container with a Dockerfile. Learn how to set DNS/rDNS records to increase outbound mail deliverability.