About 50 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 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 …

  4. 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 …

  5. 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 …

  6. 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.

  7. 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, …

  8. 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 …

  9. How to deploy Spring Boot apps in AWS | TheServerSide

    To deploy a cloud-native microservice built with Spring Boot in AWS, follow these steps: Dockerize the application and push the image to your container registry. Create a Fargate task in AWS that …

  10. What makes an effective microservices logging strategy?

    Dec 23, 2020 · A microservices logging strategy can play a significant role in how an architecture manages application deployment. But the right logging strategy depends on the size and span of the …