by admin | Jan 20, 2024 | Software development
At times, we had to move a selected functionality into a separate microservice if it appeared in many places within the system. On the opposite, if some functionalities were tightly connected, we needed to mix microservices into one. And the most challenging task was...
by admin | Nov 1, 2022 | Software development
With microservices, safety turns into a problem primarily as a end result of no middleware part handles security-based functionality. Instead, each service should deal with security by itself, or in some cases the API layer may be made extra intelligent to handle the...