Skip to content
View danielpowell4's full-sized avatar
Block or Report

Block or report danielpowell4

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
danielpowell4/README.md

Hey cool kids 🔭

Building stuff is fun. Going fast and steady is great.

Can't let the bad days get you down!

🤳 🏃‍

Pinned

  1. able-farm able-farm Public

    garden planning made easy

    JavaScript 1

  2. blog blog Public

    Simple NextJS powered blog w/ playground preview

    JavaScript

  3. bubbleSheetToCsv bubbleSheetToCsv Public

    Bubble sheet multiple choice scanner

    JavaScript 1 1

  4. ridge ridge Public

    Demo data vis tool that creates charts using react_js and victory_js 📊🤓

    JavaScript

  5. progressively disable dependent opti... progressively disable dependent options
    1
    Tag Type
    2
    - category of tag
    3
    - `has_many :tags`
    4
    - optionally belongs to a parent tag type (nested option)
    5
    
                  
  6. a simple way to hand off server side... a simple way to hand off server side rendered data attributes to props in components
    1
    // - example rails erb view
    2
    //  <div id="edit-react-form"
    3
    //       data-submit-endpoint="<%= billing_profile_path(@billing_profile.token) %>"
    4
    //       data-initial-values="<%= @form.initial_values.to_json %>"
    5
    //       data-cancel-url="<%= billing_profile_path(@billing_profile.token) %>"