• What is RabbitMQ?
    ,

    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 Erlang, while the API for clients is available in many programming languages, e.g. PHP, java, c #, swift and more. Synchronous and asynchronous operations Synchronous operations are operations (also known as blocking operations) that stop…

  • PHP rules in Coditive

    PHP rules in Coditive

    Code formatting has nothing to do with system performance, optimization or any technical aspects. It is intended to help the whole team keep consistency, readability and conventions that are the standard in the team. The article describes formatting rules that should be applied to work smoothly in the team. Exceptions Consistency is key when it comes…

  • PHP 8.1 & 8.0 in MAMP Pro for Windows
    ,

    PHP 8.1 & 8.0 in MAMP Pro for Windows

    Creating applications on the latest PHP versions may be necessary for a backend programmer’s work. Unfortunately, creators of MAMP rarely update their software for systems from Microsoft, so using new editions requires a little creativity from us. Adding a new version of PHP to MAMP Unlike previous MAMP releases, there is no need to mess…