Skip to content
Modular Monolith and ASP.NET Certification Exams

  • Home
  • Contact Us
  • Home
  • Contact Us
  • ASP.NET Certifications - Challenges and Pitfalls - Exams of ASP.NET - Managing the shopping cart - The message broker

    Example – Introduction to Microservices Architecture-1

    May 21, 2020 - By Dora Flick

    Let’s explore an example of what could happen if we combine what we just studied. Context: We need to build a program that manages IoT devices. We begin by creating two microservices: As a visual reference, the final system could look as follows (we cover the DeviceLocation microservice later):  Figure 19.8: Three microservices communicating using the Publish-Subscribe pattern  Here are the user interactions and the published events: {    “id”: “some id”,    “name”: “Device 1”,    “other”: “properties go here…”} In parallel, the Networking microservice must know when a device is created, so it subscribed to the DeviceTwinCreated event. When a new…

    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