PHP Monolith to Microservices Using the Strangler Pattern
Dealing with the legacy system can be a real pain, both for developers and for business owners. It comes with a handful of consequences…
Dealing with the legacy system can be a real pain, both for developers and for business owners. It comes with a handful of consequences…
The essence of business is to provide value to customers so that they can get rid of obstacles in their daily lives and achieve their goals…
The strangler pattern is a common approach to rewriting, modernizing and migrating existing (legacy) software to a new approach/solution…
For many years, PHP development has been a very popular service in software development. Developing solutions in which PHP is an integral…
Why you might need a reverse proxy server? The need to introduce a reverse proxy to a docker compose config file is quite popular. Some…
What changed in 2022? Running Docker on Apple MacBook computers has been a common problem for many developers since the beginning. In many…
SOLID is an acronym that represents the five basic principles of object-oriented programming: Single responsibility principle (SRP) Open…
In my previous article on docker networks, I touched on the basics of network management using the docker CLI. But in real life, you…
You've decided to create a new tech solution that's valuable to the market. You are wondering what the process of developing such software…
Have you ever wondered how networks in Docker work? Maybe you are interested in the less known things that you can do with the networking…
Docker is a great tool and in recent years became almost a must-have for many development teams and projects. Why? For many reasons, which I…
If you are reading this post, you probably already heard about Docker. You may be wondering, why is Docker so popular. Is it just another…