Strangler pattern approach to migrating applications - pros and cons
The strangler pattern is a common approach to rewriting, modernizing and migrating existing (legacy) software to a new approach/solution…
Sharing our knowledge on great software development and architecture.
The strangler pattern is a common approach to rewriting, modernizing and migrating existing (legacy) software to a new approach/solution…
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…
In many ways, working in software industry is like working in industries such as construction or interior design. It requires knowledge and…
SOLID is an acronym that represents the five basic principles of object-oriented programming: Single responsibility principle (SRP) Open…
This month, Accesto turned 11 years old. Yes, 11 years since we started writing our first lines of code as a team. Yep… For us, it’s been a…
In my previous article on docker networks, I touched on the basics of network management using the docker CLI. But in real life, you…
Core Web Vitals are components of web analytics that belongs to Web Vitals. Their primary purpose is to improve the experience of website…
Software developers are not robots, even after seven years of PHP programming experience, I do sometimes make bugs in the code. In the age…
Organic traffic is the best way to generate many visitors to your website. There are many methods of attracting viewers. However, each has…
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…
It is no longer the case at Accesto that we work on projects without Docker. Of course, projects are not born dockerized, someone has to do…