Skip to content

jackie-do/ruby_and_rails_knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby and Rails knowledge

1) Ruby Web Frameworks

  • Rails - The most famost Ruby framework for building websites and web apps
  • Hanami - A new star, applied new theories for modern and performance Ruby framework
  • Sinatra - The simplest and lightest framework with more than 2k lines of code, support very basic features.
  • Grape - Grape is a REST-like API framework for Ruby
  • Karafka - Karafka is a Ruby and Rails multi-threaded efficient Kafka processing framework

2) Architectures

1) Model-View-Controller (MVC)

  • Default architecture of Rails

2) Service Oriented Architecture (SOA)

3) Microservices

4) Domain Driven Design (DDD)

Rails Common

3) Optimizations

4) Testing

5) Documents some tools

6) Books

About

Coding Convension, Rails Architectures, Optimizations

Topics

Resources

Stars

Watchers

Forks