architectural-patterns
Here are 152 public repositories matching this topic...
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
Updated
Jun 27, 2020 - C++
Hi,
How do you add integration with SDKs that deliver the result to onActivityResult method of fragment/activity? For example if you'd like to implement Authentication via Facebook SDK you would:
- Create a CallbackManager
- Register it via
registerCallback()of [LoginManager](https://develope
Categorized overview of Programming Principles & Patterns
-
Updated
Oct 5, 2019 - HTML
Describe the problem you are trying to solve.
Adopting Flecs would be made easier if prebuilt binaries were available for the CI platforms.
Describe the solution you'd like
A configuration that makes binaries available for a CI that supports it.
Porto is a Modern Software Architectural Pattern that scales with your business!
-
Updated
Apr 28, 2020
-
Updated
Dec 14, 2018 - Java
trait CassandraAsyncContext{
trait Quoted[T]{
def query: String
}
}
trait Context {
val context: CassandraAsyncContext
}
@free trait CassandraAlgebra extends Context {
def runSingle[T(q: context.Quoted[T]): FS[List[T]]
}after macro generation, trait Context got removed.
A business logic micro-framework for .NET and .NET Core
-
Updated
May 22, 2019 - C#
Three different architectures (Model-View, Redux, MVVM) for using SwiftUI implemented at the example of a chat app
-
Updated
Dec 8, 2019 - Swift
A set of good architectural patterns beyond the pure Ruby on Rails architecture.
-
Updated
Sep 11, 2017
Entity Component System focused on usability and speed.
-
Updated
Jun 19, 2020 - 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
May 11, 2020 - Swift
Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2
-
Updated
Aug 23, 2018 - C#
A business logic micro-framework for javascript
-
Updated
May 3, 2020 - JavaScript
Laravel API starter kit collection using different structures.
-
Updated
Jun 28, 2020 - PHP
Ubpa Entity-Component-System (U ECS) in Unity3D-style
-
Updated
Jun 20, 2020 - C++
【数据科学家系列课程】
-
Updated
Jun 21, 2020 - Jupyter Notebook
stockwatcher, a modern android development stack showcase
-
Updated
Jun 15, 2017 - Java
-
Updated
May 31, 2018 - Python
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.
Go contexts for graceful shutdown
-
Updated
Oct 3, 2017 - Go
Minimal Kotlin and flux arquitecture
-
Updated
May 16, 2020 - Kotlin
Computer Aided Integration of Requirements and Information Security
-
Updated
Jun 28, 2020 - Python
Cloud Native Architectural Models using Archi. Contains models for CAAS, Cloud Native Applications, 12/15 Factor Applications with CI/CD/CS, monitoring and log management. Infrastructure components include Red Hat OpenShift, Red Hat Storage, Red Hat Ansible Tower, Red Hat Cloudforms, Red Hat Satellite, Red Hat JBoss Middleware.
-
Updated
Apr 27, 2020
-
Updated
Nov 4, 2019
Trip Planner - A demonstration project for showing use of MVP architecture with easy and reusable components. It demonstrates mainly the MVP pattern with different tools like data-binding, firebase, wear module etc. https://medium.com/@Harry91/mvp-redefined-the-modular-design-part2-d6282b3d581
-
Updated
Jan 30, 2018 - Java
A RESTful API using Poco C++ Libraries.
-
Updated
Nov 15, 2019 - C++
A C++14 JSON Serialization Library
-
Updated
Nov 26, 2018 - C++
Improve this page
Add a description, image, and links to the architectural-patterns topic page so that developers can more easily learn about it.
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."


As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (
Confirmation, Location Refinements, Menu) UIViewCont