Skip to content

Instantly share code, notes, and snippets.

View nwest's full-sized avatar

Nate West nwest

  • Detroit, Michigan
View GitHub Profile
### Keybase proof
I hereby claim:
* I am nwest on github.
* I am nwest (https://keybase.io/nwest) on keybase.
* I have a public key whose fingerprint is 0CB3 0E6F 7C15 6C20 32EF 20A5 DB1E 2C8A CDD5 BC1A
To claim this, I am signing this object:
@nwest
nwest / ios-bootcamp.md
Last active August 29, 2015 14:26
iOS Bootcamp

iOS Bootcamp Requirements

Your goal is to build an app or set of apps that incorporate the following features:

  • Interaction with an external API
    • Model serialization and deserialization from JSON
    • Demonstrable understanding of asynchronous code, including error handling
    • Bonus for: requests that are not just GET (Other CRUD?)
    • Bonus for: Authenticated requests (oAuth?)
get '/js/script.js' do
coffee :script
end
@nwest
nwest / gist:2437344
Created April 21, 2012 14:23
Sinatra Boiler
#config.ru
require 'bundler/setup'
Bundler.require :default, :"#{ENV['RACK_ENV']}"
require './app.rb'
run Sinatra::Application
#app.rb
configure do
disable :run
@nwest
nwest / gist:2439930
Created April 21, 2012 22:11
Sassy Fun
$fullWidth: 960px;
$colWidth: 60px;
$colPerct: $colWidth/$fullWidth * 100 + 0%; //Damn That's Hackey
$gutterWidth: 10px;
.container {
padding: 0 20px;
}
.row {
We couldn’t find that file to show.
@nwest
nwest / gitio
Created January 9, 2013 16:07 — forked from defunkt/gitio
#!/usr/bin/env ruby
# Usage: gitio URL [CODE]
#
# Turns a github.com URL
# into a git.io URL
#
# Copies the git.io URL to your clipboard.
url = ARGV[0]
code = ARGV[1]

Greetings and Welcome Explorer,

I am glad that you found your way here. You deserve better than another routine day of drudgery aboard the Stellar Patrol Ship Feinstein. I think we want to work with you.

Detroit Labs is in the business of creating mobile apps. We do this by inviting the best and most interesting people to join our team, and asking them to solve the hard problems that go along with building and shipping software. Since you are reading this, you may be one of those people. I hope so!