Best of ArchitectureJuly 2021

  1. 1
    Article
    Avatar of devtoDEV·5y

    Moving away from ReactJs and VueJs on front-end using Clean Architecture

    This article is an English translation of the original in my blog: Alejándonos de ReactJs y VueJs en el front end usando Clean Architecture. Clean Architecture is the ability to uncouple our application of the delivery mechanism to the user, that is, from the UI framework or library.

  2. 2
    Article
    Avatar of discdotDiscover .NET·5y

    Clean Architecture Example & Breakdown

    Clean Architecture is a way of organizing your application logic. It is broken down into 4 projects to represent the various layers and enforcing the direction of dependencies. I have a love/hate relationship with templates because it’s really difficult to provide context for when something should or shouldn’t be used.

  3. 3
    Article
    Avatar of itnextITNEXT·5y

    Golang and clean architecture

    Golang and clean architecture. Reshef Sharvit reviews and deploy a golang application that follows the clean architecture principles. Source code can be found here.Update: 3.7.2021: Removed OpenAPI client generation because it didn’t help much. Created request-response model instead.

  4. 4
    Article
    Avatar of itnextITNEXT·5y

    How to architect a production-level app in Flutter

    Erkan Sahin explains how to build a production-level app in Flutter. He says developers confuse overusing complex patterns, with clean coding. Writing overengineered code is as harmful as spaghetti code since it halts productivity. He recommends using the Domain-Driven Design (DDD) architecture.