What are microservices and how do they differ from monolithic architecture?
Microservices are a software architectural style in which a large application is built as a suite of small, independently deployable services. Each microservice is designed to perform a specific task or set of tasks and communicates with other services through well-defined interfaces, typically using APIs.