About 796 results
Open links in new tab
  1. How the saga design pattern in microservices works

    Mar 27, 2024 · By definition, services in an MOA are discrete and self-contained, and each microservice carries its own logic and data. Any data sharing between microservices must be implicit, usually by …

  2. 11 real benefits of microservices - TheServerSide

    Dec 1, 2023 · A microservice is an independent unit that carries its own data and acts independently of other microservices. A properly designed, well-encapsulated microservice can be revised …

  3. 10 microservices quiz questions to test your knowledge

    Nov 17, 2020 · 10 microservices quiz questions to test your knowledge Don't sweat the details with microservices. Take this 10-question quiz to boost your microservices knowledge and impress …

  4. Synchronous vs. asynchronous microservices communication patterns

    Mar 10, 2021 · What do developers need to know about microservices communication patterns? Learn the basics that define synchronous, asynchronous and hybrid communication.

  5. 10 disadvantages of microservices you'll need to overcome

    Nov 16, 2023 · The extra work required to manage log files, trace files and audit data across a cloud-native cluster is one of the biggest disadvantages of microservice architectures. Difficult …

  6. How the back-ends-for-front-ends pattern works | TheServerSide

    May 13, 2024 · An authentication microservice to perform SSO. An authorization service to establish user rights. A personalization service to display a customized welcome screen. A profile service to …

  7. Spring Boot REST API crash course - TheServerSide

    Streamline microservice request-response handling with the @PathParam annotation. Test REST APIs with Spring Dev Tools, PostMan, cURL and even a web browser. Invoke a RESTful web service from …

  8. The right language for microservice orchestration and development

    Jul 25, 2016 · The service or microservice response time has to meet user expectations, the resources the service or microservice orchestration uses must be small enough to control deployment costs, …

  9. Your near-zero downtime microservices migration pattern

    Feb 18, 2021 · The possibility of extended downtime is a common reason to avoid a migration to microservices. Learn how to minimize downtime with this monolith-to-microservices migration pattern.

  10. What are the most essential microservice design principles?

    Nov 18, 2020 · Microservice design principles can be paired down to five essential ideas: single concern, discrete, carries its own data, transportable and ephemeral. Learn more about how to …