Best of Architecture — November 2020
- 1
- 2
DEV·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
- 4
- 5
The 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
ITNEXT·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.