Best of MonolithAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Micro Frontends

    Micro Frontends is an architectural approach to frontend development with the idea of thinking of a project as a collection of features independently owned by different teams. Each team is cross-functional and develops its features end-to-end, from database to user interface.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Learn how to build a microservice using Node.js and RabbitMQ.

    Learn how to build a microservice using Node.js and RabbitMQ. This tutorial will teach you about microservices and how to create a simple e-commerce microservice architecture with two services; product and order. In the following section, we will look at some of the prerequisites for this tutorial. Make another folder for the routes, call it routes, then inside it, have a file routes.

  3. 3
    Article
    Avatar of discdotDiscover .NET·4y

    Shared Database between Services? Maybe!

    Is a shared database a good or bad idea when working in a large system that's decomposed of many different services? Or should every service have its own database? My answer is yes and no, but it’s all about data ownership. Using a local cache when executing a command means using stale data.