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 that
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.
Every Sass tutorial on the internet will teach you to use mixin for media queries. Why though? All it does is adding unnecessary abstraction.
One of my favorite Jetpack's module is Infinite Scroll. But It's quite tricky to implement it within a Timber theme.
Comment form in WordPress is... adequate. It does its job but has a lot of room for improvement. And our first step is implementing better formatting like Markdown.
Using WP Sync DB plugin we can automatically import our WordPress database from local to live installation (or vice versa) Learn how to set it up here
Have you ever tried modifying the Customizer section? It is unnecessarily complex. Learn about a shortcut to simplify them here.
Most WooCommerce theme has that cart dropdown which shows all products you have selected. In this tutorial, we are going to create that with Timber.