
What is RabbitMQ?
RabbitMQ is an open-source message broker. In short, it manages our queues (asynchronous operations). The broker's server is written in...
Code formatting has nothing to do with system performance, optimization or any technical aspects. It is intended to help the...
AJAX is one of the most useful solutions that allows exchanging frontend data with the backend one asynchronously (in the...
Whenever you want to automate some recurring tasks cronjobs are one of if not the first thing we can think...
The code smells are places in the system architecture that indicate problems that require more attention. These are mostly connected...
WP-CLI WP-CLI is the command-line interface for WordPress. It lets you manage your WordPress installation directly from the command line....
Creating applications on the latest PHP versions may be necessary for a backend programmer's work. Unfortunately, creators of MAMP rarely...