Does a WordPress developer need to know Webpack? You might think it is unnecessary and too complex. So I will show you how useful…
I believe we all agree that Columns block should default to Wide alignment. This article will show you how to modify that.
If you need a complex front-end feature in WordPress, don't use jQuery. Get a proper library like Vue! We will learn how to set…
We are often blinded by these fancy Block editor that we forgot about shortcode. It's very easy to implement and highly reusable. What's not…
CSRF is the most common vulnerabilities found in WordPress plugins. And Nonce (number used once) can fix that. Let's learn how!
PHP is infamous to be a messy language. And WordPress runs on PHP which inherits the same problem. Let's learn how to avoid that
Have you seen a new section gets loaded without a page refresh? This technique is called AJAX and we will learn how to do…
Wordpress REST API is a very powerful tool with the right implementation. Learn how to create custom GET and POST request here.
This is complete beginner's guide to install a WordPress site in DigitalOcean. You will find the shortest and simplest way here.
Compiling JavaScript used to be a foreign thing for a WordPress developer. Now we need to do it to create a custom Gutenberg block.