Skip to content
View amandaIaria's full-sized avatar
😸
Work Work
😸
Work Work
Block or Report

Block or report amandaIaria

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

Hi there 👋

Pinned

  1. bt-portfolio-v2 bt-portfolio-v2 Public

    with webpack and express.

    JavaScript 2

  2. webpack-boilerplate webpack-boilerplate Public

    a boilerplate for babel, scss, webpack

    JavaScript 1

  3. EndlessRunnerPrototype EndlessRunnerPrototype Public

    A unity prototype for an endless runnner

    C# 1

  4. BT-Design-System BT-Design-System Public

    Beautiful Tragedy Design System

    JavaScript 1

  5. Bash Profile, with color and formati... Bash Profile, with color and formating. Also ITerm theming!
    1
    alias editbash="open ~/.bash-profile";
    2
    alias sourcebash="source ~/.bash-profile";
    3
    
                  
    4
    # Make a space in your dock!
    5
    alias space="defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock";
  6. I'm always forgeting how to create a... I'm always forgeting how to create an object in JS because I don't usually use them. However, I'll find times when I want to create or use an object and I always have to go searching for an example
    1
    //forgot about prototyping. I'll have to make a clear example of it
    2
    
                  
    3
    var createobject = function(){
    4
      var task1 = function(){
    5