When working with a local site and trying to share it via a public URL or receive a webhook – you need to publish the site. Let’s use Expose tool for WordPress development.
Category: General
Personal or site-related news and announcements, ideas, thoughts.
How to make MySQL work in your GitHub Actions
There are a ton of tutorials out there how to make MySQL service work inside your Ubuntu environment in GitHub Actions. But all of them returned “Failed to initialize, mysql service is unhealthy.” error for me. Let’s fix that.
Projects vs Products – what is the difference?
My thoughts about projects vs products, from a developer position. What are the differences in these terms and which one requires more time and effort to build?
Include rules excluded by other standards for PHPCS
Developers should use code style rules, and PHPCS is a great tool for that. So how can you include rules that were excluded in inherited standards that extend Squiz, PEAR and PSR*?
The development story of WooCommerce Assistant
It is a long story – 3 years of shared efforts by Gregory Karpinsky and me to make this plugin happen. And 4.5 month of waiting time to get through WooCommerce.com review procedure.