Skip to content
View MaiAbuthraa's full-sized avatar
:octocat:
Work remotely
:octocat:
Work remotely
Block or Report

Block or report MaiAbuthraa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Rails Best Practices Rails Best Practices
    1
    ## The first exercise: Fat Model Skinny Controller
    2
    # Fat Model, Skinny Controller: refers to how the M and C parts of MVC ideally work together.
    3
    # Namely, any non-response-related logic should go in the model, ideally in a nice, testable method. 
    4
    # Meanwhile, the “skinny” controller is simply a nice interface between the view and model.
    5
    # Chaeck this artical: https://dev.to/kputra/rails-skinny-controller-skinny-model-5f2k
  2. design-patterns-ruby design-patterns-ruby Public

    Ruby

  3. Rack-App-experiment Rack-App-experiment Public

    Learning to build a complete application just by using RACK

    Ruby

  4. Redis-tutorial Redis-tutorial Public

    The main points to start learning

  5. cli-ruby cli-ruby Public

    Build a command-line application / ruby

    Ruby

  6. simple_sidebar simple_sidebar Public

    Ruby