week-7
Hello, I want to write this blog after looking over some class activities again and seeing any questions to review, but something caught my attention. I read the word "microservices" in some class-work exercises; I got interested and looked it up again. I found two links that helped me understand What are microservices? And examples from Amazon company. What are microservices? Microservices (microservice architecture) - is an architectural method that structures an application as a collection of services that are Highly maintainable and testable Loosely linked Individually deployable Organized around business capabilities Owned by a small team The microservice architecture makes applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market for new features to reduce complex applications. It even allows an organization to evolve its technology stack. The pattern language guide The microservice architecture isn't perf...