Best of MonolithSeptember 2022

  1. 1
    Article
    Avatar of developercomDeveloper.com·4y

    Top 10 Microservices Design Principles

    Microservice architecture is a software architecture pattern where a system is designed as a network of loosely coupled services. This tutorial presents a discussion on some microservices design principles that will serve as guidelines to build scalable, high performance, fault tolerant microservices-based applications.

  2. 2
    Article
    Avatar of codemotionCodemotion·4y

    5 tips for Microservices good practices

    Microservices architecture makes the quantum leap in this industry possible: a flexible, scalable, and durable corporate architecture. In this article, we will discuss 5 tips for microservices and good practices that will allow you to achieve excellent outcomes with comparatively minimal effort. The advantages of microservices architecture over traditional monolithic design are numerous.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Bursting the Microservices Architectures Bubble

    A microservices architecture is an application development strategy that breaks application functionality into a suite of services. This is the opposite of what's known as a monolithic architecture, in which your entire application runs as a single process. There is no one right way to design a microservices app, nor are there specific tools, programming languages, or programming languages.