Skip to content
#

architectural-patterns

Here are 156 public repositories matching this topic...

qhhonx
qhhonx commented Dec 6, 2019

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

flecs
abdheshkumar
abdheshkumar commented Mar 27, 2018
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.

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

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

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.