It took just 5 years – and our plugin Contact Forms by WPForms reached 5 million active installs! In this post, I’m celebrating this huge milestone.
Category: General
Personal or site-related news and announcements, ideas, thoughts.
Using Expose by BeyondCode for WordPress development
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.
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*?