COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210929221215/https://github.com/topics/architectural-patterns
Here are
187 public repositories
matching this topic...
Uber's cross-platform mobile architecture framework.
Updated
Sep 29, 2021
Java
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
A curated list of awesome articles and resources to learn and practice about software architecture, patterns, and principles.
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
Updated
Sep 15, 2021
Kotlin
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
Updated
Sep 29, 2021
TypeScript
Categorized overview of programming principles & design patterns
Porto is a Modern Software Architectural Pattern that scales with your business!
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Updated
Dec 14, 2018
Java
A cohesive & pragmatic framework of FP centric Scala libraries
Updated
Aug 13, 2019
Scala
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.
The AWS Solutions Constructs Library is an open-source extension of the AWS Cloud Development Kit (AWS CDK) that provides multi-service, well-architected patterns for quickly defining solutions
Updated
Sep 29, 2021
TypeScript
Design pattern designed to standardize your projects with GetX on Flutter.
Updated
Sep 12, 2021
HTML
Three different architectures (Model-View, Redux, MVVM) for using SwiftUI implemented at the example of a chat app
Updated
Dec 8, 2019
Swift
A business logic micro-framework for .NET and .NET Core
Entity Component System focused on usability and speed.
Updated
Sep 26, 2021
Rust
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Updated
Jan 19, 2021
Swift
Ubpa Entity-Component-System (U ECS) in Unity3D-style
A set of good architectural patterns beyond the pure Ruby on Rails architecture.
Eslint plugin checking architecture boundaries between elements
Updated
Sep 20, 2021
JavaScript
Laravel API starter kit collection using different structures.
Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2
A business logic micro-framework for javascript
Updated
May 3, 2020
JavaScript
Updated
Sep 29, 2021
Jupyter Notebook
Computer Aided Integration of Requirements and Information Security - Server
Updated
Sep 16, 2021
Python
(work in progress, feedback is invaluable)
Updated
May 31, 2020
TypeScript
📖 Hermetica is scaffold tools, and wiki to implement better flask applications.
Updated
May 31, 2018
Python
stockwatcher, a modern android development stack showcase
Updated
Jun 15, 2017
Java
Minimal Kotlin and flux arquitecture
Updated
Mar 10, 2021
Kotlin
Go contexts for graceful shutdown
Improve this page
Add a description, image, and links to the
architectural-patterns
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
architectural-patterns
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We should store the user search queries in local storage so that they could just click from a list on
/search/recent.We could use a localStorage hook for this.