Search⌘ K

Structure of the Course

Explore the course structure that introduces fundamental microservice principles, micro and macro architecture, migration of legacy systems, and technology implementation with Docker and Java frameworks. Understand the target audience, course content flow, and key technologies to prepare for deeper microservices learning.

Course structure #

This course is part I of a series of courses on microservices to introduce the basic principles of microservices-based architecture and a few important technologies. It’s one thing to define an architecture, and quite another to implement it. Hence, this course presents two technologies for the implementation of microservices and highlights the associated benefits and disadvantages.

  • Chapter 2 defines the term microservice.

  • Microservices architecture has two levels: micro and macro architecture. They represent global and local decisions as explained in ...