Entries by Alexandre Perugini

Microservices: Properties and Architecture

As mentioned in our last post, “Microservices: Concepts and Characteristics” microservices is one of the most recent approaches to developing enterprise software applications. Instead of developing an application with a big monolith, is created simple services that, when combined, can offer the functionality needed. Microservices present particular properties besides unique architecture concepts that allow us […]

Microservices: Concepts and Characteristics

Simple services are created which offer the desired functionality when combined instead of developing an application as a large monolith.
Why use this approach that seems to be much more complex than the traditional application development model, whose functionalities are available in a single component?