Best of ArchitectureNovember 2020

  1. 1
    Article
    Avatar of hackernoonHacker Noon·5y

    The Complete Microservice Tutorial: Introduction [Part 1]

  2. 2
    Article
    Avatar of devtoDEV·5y

    Software Architecture

    In this article, I will try to explain what architecture and clean architecture is, and architecture's role in projects. An architecture is not one or more frameworks that you can use. The center of your app is the use cases for your app. Clean architecture is a set of practices, techniques, and patterns that enable you to create an extensible and reliable application.

  3. 3
    Article
    Avatar of btrprogBetter Programming·5y

    Front-End Architecture for Scale

  4. 4
    Article
    Avatar of algAlgolia Blog·5y

    What is headless commerce?

  5. 5
    Article
    Avatar of swlhThe Startup·5y

    The Complete Microservice Tutorial — Part 1 Building User Service With GRPC, Node.JS, and MongoDB

    The Complete Microservice Tutorial — [Part 1] Building User Service With GRPC, Node.JS, and MongoDB MD Ahad Hasan Follow Nov 19, 2020 · 4 min read Project Link: https://github.com/Joker666/microservice-demo/

  6. 6
    Article
    Avatar of itnextITNEXT·5y

    Architecture for a startup

    The system was divided into three layers (public layer, app layer, and data layer) each having its own subnet span across two availability zones in a region. We have divided the complete system into different modules:Static web app: We had a static website that was deployed on S3 and served using the static web hosting feature provided by S3. All domains were routed through Route53. Backend production system: The backend app server was deployment on EC2 instances managed through an auto-scaling group.