- An app that coordinates code commits with songs being played on Spotify
- Post micros via SMS (with Twilio)
- Geeklist profile to achievements based resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"data": { | |
"total_micros": 1, | |
"micros": | |
[ | |
{ | |
"short_code": { | |
"id": "707a098e2f345b76392eea59084e2d219da9ecc67b0599565680cee12b424544", | |
"gklst_url": "http://gkl.st/XttuO" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"data": { | |
"short_code": { | |
"id": "707a098e2f345b76392eea59084e2d219da9ecc67b0599565680cee12b424544", | |
"gklst_url": "http://gkl.st/XttuO" | |
}, | |
"stats": { | |
"highfives": 0 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
status: "ok", | |
data: { | |
total_followers: 1, | |
followers: | |
[ | |
{ | |
id: "3aea9cb8ee5c93fdec2a84156cf4a69b8f3c15bc6e8f763ee19599db252bda8a", | |
name: "Christian Sanz", | |
screen_name: "csanz", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
status: "ok", | |
data: | |
[ | |
{ | |
user: { | |
avatar: { | |
small: "http://a2.twimg.com/profile_images/1690395138/mesmal_normal.jpg", | |
large: "http://a2.twimg.com/profile_images/1690395138/mesmal.jpg" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function shim(obj) { | |
if (toString.call(obj) == '[object Function]') { | |
return obj() | |
} | |
return obj | |
} | |
module.exports = function(schema, options) { | |
options || (options = {}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style. | |
.my-class { | |
background-color: #eff1f1; | |
border: 1px solid #dfdbe5; | |
} | |
#big-class | |
.other-class | |
h3 | |
| Hi! Guys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var http = require('http'), | |
cluster = require('cluster') | |
function hydraServer(requestListener, heads){ | |
var server, | |
i; | |
if(cluster.isMaster) { | |
for(i = 0; i < heads; i++) { | |
cluster.fork() | |
} |
In a perfect world, where things are done well, not just quickly, I would expect to find the following when joining the company:
Documentation
-
Accurate / up-to-date systems architecture diagram
-
Accurate / up-to-date network diagram
-
Out-of-hours support plan
-
Incident management plan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"created_at": "2012-05-30T05:49:19.548Z", | |
"messagetypes": { | |
"card": { | |
"template": "{{user1}} published a card", | |
"dataMap": { | |
"user1": "activity.user.screen_name" | |
} | |
}, | |
"micro": { |