Skip to content
View joekur's full-sized avatar
  • Stitch Fix
  • Metro Detroit, MI
Block or Report

Block or report joekur

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. my_gen_server my_gen_server Public

    Understanding Elixir processes and OTP by making a basic GenServer implementation

    Elixir

  2. warhammer_quest_dice warhammer_quest_dice Public

    Calculates probability of dice rolls in warhammer quest

    JavaScript

  3. gyt gyt Public

    Git "clone" in ruby

    Ruby

  4. sneaky_chat sneaky_chat Public

    Chat application built with Elixir/Phoenix and React/Redux

    CSS

  5. Proper Use of `html_safe` Proper Use of `html_safe`
    1
    # Proper use of html_safe
    2
    
                  
    3
    Let's look at an innocuous piece of ruby. Consider some view code showing a user's name
    4
    and phone number:
    5
    
                  
  6. Plot records over time in your rails... Plot records over time in your rails console
    1
    # Example usage:
    2
    #   timeplot User.all
    3
    #   timeplot User.all, bucket_size: day, field: :updated_at
    4
    #
    5
    # Arguments: