Skip to content
View iscott's full-sized avatar

Block or report iscott

Report abuse

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

Report abuse

Pinned Loading

  1. iras-vintage-storefront-api-demo iras-vintage-storefront-api-demo Public

    A ReactJS front-end demo you can use to connect to the Shopify Storefront API.

    JavaScript

  2. Intro to Datastructures and Algorith... Intro to Datastructures and Algorithms Cheat Sheet
    1
    # Cheat Sheet: Datastructures and Algorithms
    2
    
                  
    3
    
                  
    4
    By Ira Herman
    5
    
                  
  3. Cheat Sheet: Simple Authentication i... Cheat Sheet: Simple Authentication in Rails 5 with has_secure_password
    1
    # Cheat Sheet: Simple Authentication in Rails 6 with `has_secure_password`
    2
    
                  
    3
    The goal of this cheatsheet is to make it easy to add hand-rolled authentication to any rails app in a series of layers. 
    4
    
                  
    5
    First the simplest/core layers, then optional layers depending on which features/functionality you want.
  4. MEANbean Full MEAN stack CRUD app ch... MEANbean Full MEAN stack CRUD app cheatsheet
    1
    # Cheat Sheet: MEANbean coffee shop
    2
    A cheatsheet by Ira Herman
    3
    
                  
    4
    
                  
    5
    | `Specs` | |
  5. Cheatsheet: Intro to React Native Cheatsheet: Intro to React Native
    1
    # Intro to react-native cheatsheet
    2
    
                  
    3
    **By Ira Herman**
    4
    
                  
    5
    Notes to help you get started in react-native.
  6. django_command_lines_cheatsheet.md django_command_lines_cheatsheet.md
    1
    ### Run Server:
    2
    `python3 manage.py runserver`
    3
    
                  
    4
    ### Create DB:
    5
    `createdb <dbname>`