architecture-pattern
There are 15 repositories under architecture-pattern topic.
Sairyss/system-design-patterns
Resources related to distributed systems, system design, microservices, scalability and performance, etc
hasura/3factor
3factor app is an architecture pattern for modern fullstack apps. 3factor apps are fast to build and are highly scalable.
jtouzy/Kompose
🔥 Architecture pattern for multiplatform mobile apps with Kotlin Multiplatform (common), SwiftUI (iOS) & Compose (Android).
annuhuss/Model-View-Controller
A simple but effective way of understanding a MVC architecture pattern, specially for the beginners, through an example which is constructed in PHP.
emvakar/xcode-template-viper
This template is designed for those who want to quickly start developing a project in Xcode using the VIPER architecture. Eliminate the routine of setting up a project with this ready-made template.
juangranadilla/movies-mvi
Sample TMDB application to show what I've learn about MVI (Model View Intent) architecture pattern, with Coroutines and Livedata
malinda-lin/Android-Image-Gallery-App
This photo gallery application lets users browse randomly selected images from Unsplash.com and save or download them.
tanzilzubair/mobx_architecture
A Flutter package designed to aid in implementing a consistent, widespread architecture pattern, and providing a way to easily, clearly and elegantly bind MobX to the UI.
BruceRIP/hubble
Tool to register microservices. This project is based on the Service Discovery architecture pattern
QloudX/Terraform-AWS-DynamoDB-Stream-Lambda-Architecture-Pattern
Terraform implementation of a commonly-used AWS architecture pattern of processing a DynamoDB stream using a Lambda function.
QloudX/Terraform-AWS-EKS-ALB-Architecture-Pattern
Terraform implementation of a commonly-used AWS architecture pattern of deploying a load-balanced Kubernetes service to an EKS cluster.
QloudX/Terraform-AWS-Kinesis-Stream-Glue-Job-Architecture-Pattern
Terraform implementation of a commonly-used AWS architecture pattern of performing streaming ETL on a Kinesis data stream using a Glue job.
QloudX/Terraform-AWS-REST-API-DynamoDB-Architecture-Pattern
Terraform implementation of a commonly-used AWS architecture pattern of writing to & reading from a DynamoDB table using a REST API.
HarishKM7/Terraform-AWS-Kinesis-Lambda-S3-Architecture-Pattern
Terraform implementation of a commonly-used AWS architecture pattern of streaming data to a Kinesis data stream & writing the streamed data to S3 using a Lambda function.