Last active
June 22, 2020 01:50
-
-
Save ryantuck/a9f824957b8500d4a0a470731c815d51 to your computer and use it in GitHub Desktop.
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
{ | |
"meta": { | |
"theme": "Class" | |
}, | |
"basics": { | |
"name": "Ryan Tuck", | |
"email": "[email protected]", | |
"phone": "609-315-1847", | |
"website": "http://ryantuck.io", | |
"summary": "I'm super cool.", | |
"profiles": [ | |
{ | |
"network": "Twitter", | |
"username": "ryntck", | |
"url": "https://twitter.com/ryntck" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Warby Parker", | |
"position": "Tech Lead, Business Intelligence", | |
"startDate": "2019-06-01", | |
"highlights": [ | |
"Defined standard best practices and style guide documents for data modeling and Looker", | |
"Helped define 2020 BI roadmap", | |
"Led design and implementation of core data model rebuilds and Looker restructure" | |
] | |
}, | |
{ | |
"company": "Warby Parker", | |
"position": "Senior Data Engineer", | |
"startDate": "2019-01-01", | |
"highlights": [ | |
"Built lookmlint, the first open-source linter for LookML", | |
"Built data lineage graph from sources through looker consumption" | |
] | |
}, | |
{ | |
"company": "Warby Parker", | |
"position": "Mid-level Software Engineer", | |
"startDate": "2017-01-01", | |
"endDate": "2018-12-31", | |
"highlights": [ | |
"Migrated various extensive spreadsheet workflows into robust SQL data models", | |
"Built Pipes during a hackathon, a heavily-used internal tool for moving data from spreadsheets to Looker to cloud storage, etc" | |
] | |
}, | |
{ | |
"company": "Warby Parker", | |
"position": "Junior Software Engineer", | |
"startDate": "2015-02-15", | |
"endDate": "2016-12-31", | |
"highlights": [ | |
"Architected in-house python orchestration framework and managed EC2 infrastructure and continuous deployment", | |
"Was primary developer for E(T)L integrations", | |
"Started weekly SQL training classes" | |
] | |
}, | |
{ | |
"company": "LIT", | |
"position": "Founder", | |
"startDate": "2012-09-01", | |
"endDate": "2014-06-01", | |
"highlights": [ | |
"Invented the LIT Halo, an LED headband with sophisticated audio-response, for the electronic dance music community", | |
"Raised $17000 on Kickstarter in May 2014, falling short of necessary goal amount", | |
"As part of a two-person team, oversaw all aspects of engineering and software development, managed development plans, vendors, manufacturers, and budget" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Northeastern University", | |
"area": "Physics and Philosophy", | |
"studyType": "Bachelors", | |
"startDate": "2007-09-01", | |
"endDate": "2012-05-01" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Data Engineering", | |
"level": "Master", | |
"keywords": [ | |
"SQL", | |
"Python" | |
] | |
}, | |
{ | |
"name": "Business Intelligence", | |
"level": "Ninja", | |
"keywords": [ | |
"BigQuery", | |
"Redshift", | |
"PostgreSQL" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment