Skip to content

Instantly share code, notes, and snippets.

View MDes41's full-sized avatar

LetEmHurryBy MDes41

  • Denver, CO
View GitHub Profile
@MDes41
MDes41 / vanilla-js-cheatsheet.md
Created April 5, 2017 22:42 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet
@MDes41
MDes41 / vanilla-js-cheatsheet.md
Created April 5, 2017 22:42 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet

Contributing to Faker Gem

  • Why: I use the faker gem a lot and think it is a fun gem to use for test data.
  • What: It already has avatars but I wanted to add something fun that would help get the gem more use.
  • I Need: To read up on how to get a gem submitted. Looking back at previous pr's, a lot of them have the same merge issue conflict. Also want to find out how I can host images online so that I don't have to pay for the cost if I lot of poeple use it. I would maybe do quotes instead of images.

Contributing to LoDash

  • Why: I use lodash and think it is a great library with better docs than most and would like to contribute.

#1

  • Company of Contact
    • "CostcoAutoProgram" - (Linkedin)
  • Person of contact and relevant postion
    • "Jeff Skeen, CEO"
  • Date of contact
    • "01/28/2017"
  • Outcome (ie did you get a response? If so, what happened?)
  • "Responed but in a different state."

Instructions

  • Fork this gist
  • Do 5 JavaScript exercisms
  • Compare your completed exercises to five answers that other folks got, writing a comment of what you saw when comparing the answer
  • Fill in the template below with your work

My Submission

1. Hello World Exercism - (link to submission) -

@MDes41
MDes41 / rails_setup.md
Created November 28, 2016 23:37 — forked from ryanflach/rails_setup.md
Common setup for a new Rails project
  1. rails new <project_name> -d postgresql --skip-turbolinks --skip-spring -T
  • -d postgresql sets up the project to use PostgreSQL
  • --skip-turbolinks & --skip-spring creates a project that does not use turbolinks or spring
  • -T skips the creation of the test directory and use of Test::Unit
  1. In the Gemfile:
  • Available to all environments:
    • gem 'figaro' - store environment variables securely across your app (docs)
    • Uncomment gem 'bcrypt', '~> 3.1.7' if you will be hosting your own user accounts with passwords (docs)
  • Inside of group :test:
    • gem 'rspec-rails' - user rspec in place of minitest (docs)
  • Wells Fargo - Steve DesMarteau, Senior Architect, Programmer, dad, and Rich Ruth, Chief Application Owner Programmer working at Wells Fargo, friend of family
  • Capital One - Patrick DesMarteau, Operations Automation at Capital One, brother currently working there
  • Arrow Electronics - Sean DesMarteau, AX Developer, brother currently working there
  • Blue Horseshoe, Scott Engledow, Enterprise Consulting Manager, Sean DesMarteau, AX Developer, old company.
  • Ball Manufacturing, Leroy Williams, CIO, reference from Father
  • Citi Bank, Lenard Madrid, Senior Architect, reference from Father
  • Anthem Inc., Ashlyn DesMarteau, Director Provider Performace and Operation. Works with SQL and generating reports
  • Shell Oil, Steve Brown, Database Analyst, reference from Father
  • Cisco, need to research contact
  • Genesis, need to research contact
@MDes41
MDes41 / crud.md
Last active May 10, 2016 17:09 — forked from Carmer/crud.markdown
  1. Define CRUD.
  • Create: Two methods with create. See the form that you want to create a new task with get and create a new task and post
  • Read: see one task
  • Update: Two methods with update. See the form to update with get and then update the form with a task with put or patch
  • Delete: delete task
  1. There are seven verb + path combinations that are necessary in a basic Sinatra app in order to provide full CRUD functionality. List each of the seven combinations, and explain what each is for.
  • CREATE/GET

#My Experiences Repeating Module 1

Coming to Turing, I had high expectations for myself and for what I was going to learn. I was blown away by the amount of material taught at the school and the experience in general. The first week of school, I was immediately brought into a community of awesome caring people at Turing. You could tell right away that everyone at Turing had made a choice to work hard to change their current situation. The community was very addicting in a positive way. There were so many people that welcomed me in my journey and offered help on my first project. My classmates in general all seemed very commited to succeed, as well. Working hard came natural because everyone around me was working hard as well.

As time passed in the module so did the difficulty. In the first few weeks, although I did stay after class a few times I did not stay every night late. By the end of the module I was working both weekend days and till 9 or 10 at night just to keep up with the work. It was a