DDEV is a powerful tool that simplifies the process of setting up local development environments for...
While working on WordPress projects with PHP 8.x, you may encounter the following error: Fatal...
Imagine this common scenario: You need to use a specific Ruby version, so you check which one is...
While working with WordPress over the years, I have used multiple solutions for local developments,...
I started to work with WordPress back in 2015, while in physics college, just to get some money. At...
Remote working requires discipline, that's a fact. And I must admit I have this problem of lack of...
There are a lot of ways in which a WordPress GitHub integration can be helpful in WordPress...
To keep this article as straightforward as possible, I will not explain how to use Composer...
That's another of those posts in which my main goal is to document it for my own future reference and...
Although I had done this procedure several times through the years before, I have never documented it...
Disclaimer: That's another of those posts where my main goal is to register for my future reference...
A little while ago, I wrote about the reasons why I changed from XAMPP to Docker, back then I shortly...
PHP CodeSniffer is an essential development tool that ensures our code to remains clean and...
Disclaimer: Although I had done this procedure several times through the years before, I have never...
When a developer starts to work with WordPress (or any other CMS or web framework by the way), one of...
Somedays ago, while reading some random stuff about WordPress CI/CD pipelines, I came across the...
As a WordPress developer, I used XAMPP for a long time, but for lots of reasons, some of which you...
At the moment I am writing this post, I have been working with WordPress for almost 8 years. Some of...
WP-CLI provides a command-line interface for many actions you might perform in the WordPress admin...
The inspiration for this block came from a feature available in my portfolio built with React. This...
By default, WordPress comes with five post types: Post; Page; Attachment; Revision; Menu. While...
Some time ago, I decided to build a portfolio application to show my previous work and skills. For...
We are used to accessing different pages of a web application, like About, Contact, etc. To navigate...
A scroll indicator is an essential component in an application design. It is convenient to show the...
To fully understand this post, I am assuming you are aware of the Headless CMS architecture, an...