Skip to content

Instantly share code, notes, and snippets.

@colbywhite
colbywhite / resume.json
Last active September 15, 2022 18:00
resume.json
{
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Colby M. White",
"image": "http://sustainabledev.io/assets/images/profilepic.jpg",
"label": "Principal full-stack engineer and technical leader",
"url": "https://edgebound.dev/",
"summary": "Experienced polyglot engineer and team lead with a focus in JavaScript and Java. Comfortable in multiple layers of an application’s stack including front- end, back-end and DevOps development.",
@colbywhite
colbywhite / _sls.sh
Created September 25, 2016 23:18
zsh completion for serverless v1.0
_sls_templates() {
_values \
'VALID TEMPLATES' \
'aws-nodejs' \
'aws-python' \
'aws-java-maven' \
'aws-java-gradle'
}
_sls_regions() {
@colbywhite
colbywhite / Berksfile
Last active May 20, 2016 03:51
Vagrantfile for nodejs
source 'https://supermarket.chef.io'
cookbook 'nodejs'
@colbywhite
colbywhite / new_mac_for_devs.md
Last active June 28, 2020 18:07
New Mac For Devs