Docker is an open source project that was released by dotCloud in 2013. Docker is build on features of Linux Container (LXC) technology, and just like any container technology it has its own file system, storage, CPU, RAM memory, etc. But hey, what is a container? From the very basicContinue Reading

Microservice definition by Martin Fowler

Microservices is a type of architecture with a single goal: to avoid complexity. Most of the books define microservices as an alternative architecture for building applications, while they offer a great way to to decouple components within an application boundary. In microservice paradigm, each component is a full but miniature applicationContinue Reading