Skip to content

Instantly share code, notes, and snippets.

View nnchambs's full-sized avatar

Nick Chambers nnchambs

  • Salt Lake City, UT
View GitHub Profile
@nnchambs
nnchambs / goals.md
Last active August 29, 2016 05:06
Goalz

My Goalz

Learning Goalz

  • Become proficient in HTML, CSS, and Javascript
  • Code every day
  • Create a robust portfolio

Professional Development Goalz

  • Find a mentor
  • Engage with dev community via meetups, conferences (?), and outreach
Challenge 1

Created three black divs with white text and set them all to inline-block. Floated div2 and div3 to the right and re-positioned them in the HTML (div3 above div2). Added 5px margin-right to div2.

Challenge 2

-Created three black divs with white text and set them all to block display.

@nnchambs
nnchambs / accessibility_commitments.md
Last active October 3, 2016 17:09
Accessibility Commitments

#1 Write semantic HTML that is compatible with and easy to use for screen readers or Chrome Vox. #2 Employ human-centered design principles to create 'minimalist' websites that are easily accessible for people with visual impairments. #3 Write code that is easily tabbed through, so individuals with physical disabilities can more easily access my apps/websites.

@nnchambs
nnchambs / git-commands-advanced.md
Created October 31, 2016 15:26
List of Advanced Git Deep Cuts

#GIT: THE LESSER KNOWN GREATEST HITS ##git stash: saves the current state of the working directory, but reverts back to the HEAD commit ##git stash apply: add stashed state to the current working directory/branch ##git shortlog: summarizes the git log output (https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html) ##git commit --amend: use this to amend/replace the most recent commit or commit message ##git reset --hard: resets the index and working tree. Any changes to tracked files in the working tree since are discarded. ##git reset --soft: does not touch the index file or the working tree at all (but resets the head to , just like all modes do). This leaves all your changed files "Changes to be committed", as git status would put it. ##git reset --hard HEAD~2: sets your current branch back to point at and sets your files back to same point

@nnchambs
nnchambs / 1608-nick-chambers.md
Last active January 12, 2017 18:09
Nick Chambers Portfolio - Mod 3 - 1608

#Module 3 (Front-end)

##Individual Assessment

  • 3+ - All complete with very little guidance.
  • 4 - Developer selected appropriate libraries and frameworks to build the app and demonstrates complete understanding of how to use them
  • 4 - Developer was able to get the back-end running and successfully sent and received data from the server using the correct endpoints listed in the documentation. Did not need instructor guidance on how to work with the endpoints.

##Self-Directed Project - Climbmapper Climbmapper repo

1. Completion

@nnchambs
nnchambs / nc-mod4-work-tracker.md
Last active January 23, 2017 21:14
Fabulous MD for tracking the work of Nick Chambers during module 4 of the Turing School's Front-End Engineering Program

#hi how are ya

Date: [02/14/2017]

Between us [Plum Street, Ltd.] and you [Nicholas Chambers].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?

Nick Chambers: Assignments Assignment

This here is a well-formatted markdown (thanks to Macdown).

Project Spec

###Elevator Challenge

  • Here is a link to my Github repo for the Elevator Challenge.

###Ultimate UX Challenge

@nnchambs
nnchambs / _.md
Created March 23, 2017 23:12
wicked sweet