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.
Author: Slava Abakumov
// Be good, have fun, create things.
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?
Str::wrap() macro in Laravel
While working on my personal project that is using Laravel, I was in need to write a query with a LIKE
clause that searches with quotes at the beginning and end of the generated string.