Skip to content
Modular Monolith and ASP.NET Certification Exams

  • Home
  • Contact Us
  • Home
  • Contact Us
  • ASP.NET Certifications - Exams of ASP.NET - Revisiting the CQRS pattern - The message broker - What is a Modular Monolith?

    Gateway Routing pattern – Introduction to Microservices Architecture

    October 5, 2020 - By Dora Flick

    We can use this pattern to hide the complexity of our system by having the gateway route requests to the appropriate services.For example, let’s say we have two microservices: one that holds our device data and another that manages device locations. We want to show the latest known location of a specific device (id=102) and display its name and model.To achieve that, a user requests the web page, and then the web page calls two services (see the following diagram). The DeviceTwin microservice is accessible from service1.domain.com, and the Location microservice is accessible from service2.domain.com. From there, the web application…

    Continue Reading

Categories

  • ASP.NET Certifications
  • Backend for Frontend pattern
  • Challenges and Pitfalls
  • Exams of ASP.NET
  • Managing the shopping cart
  • Revisiting the CQRS pattern
  • The message broker
  • What is a Modular Monolith?

Archives

  • September 2024
  • July 2024
  • June 2024
  • April 2024
  • March 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • August 2023
  • July 2023
  • April 2023
  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • April 2021
  • March 2021
  • February 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020

Recent Posts

  • Challenges and Pitfalls – Modular Monolith
  • Sending HTTP requests to the API – Modular Monolith
  • Inside the aggregator – Modular Monolith
  • Consuming the events from the basket module – Modular Monolith
  • Sending events from the catalog module – Modular Monolith
Developed by Heidi. All Rights Reserved 2022-2024