Skip to content

Instantly share code, notes, and snippets.

@nfriend
Last active March 18, 2021 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfriend/36d83b1526df75a663d9c3ad0b1cd630 to your computer and use it in GitHub Desktop.
Save nfriend/36d83b1526df75a663d9c3ad0b1cd630 to your computer and use it in GitHub Desktop.
My resume.json: https://jsonresume.org/. This file is automatically generated by the CI pipeline of my Nuxt Résumé project: https://gitlab.com/nfriend/nuxt-resume#resumejson. View a rendered version of this data at https://registry.jsonresume.org/nfriend.
{
"basics": {
"name": "Nathan Friend",
"label": "Software Engineer",
"picture": "https://secure.gravatar.com/avatar/cd23f74a33fc7d8dfe081948696551a5?s=800&d=robohash",
"email": "hello@nathanfriend.io",
"website": "https://nathanfriend.io",
"summary": "Senior Frontend Engineer at GitLab and cellist based out of Woodstock, Ontario. Fascinated with building usable, delightful software. Remote work advocate.",
"location": {
"city": "Woodstock",
"countryCode": "CA",
"region": "ON"
},
"profiles": [
{
"network": "GitLab",
"username": "nfriend",
"url": "https://gitlab.com/nfriend"
},
{
"network": "GitHub",
"username": "nfriend",
"url": "https://github.com/nfriend"
},
{
"network": "LinkedIn",
"username": "nfriend",
"url": "https://www.linkedin.com/in/nfriend/"
},
{
"network": "Stack Overflow",
"username": "nathan-friend",
"url": "https://stackoverflow.com/cv/nathanfriend"
},
{
"network": "Twitter",
"username": "NathanAFriend",
"url": "https://twitter.com/NathanAFriend"
}
]
},
"work": [
{
"company": "GitLab",
"website": "https://about.gitlab.com",
"summary": "I build features that help people release software more quickly, easily, and effectively.",
"highlights": [
"Implemented high-profile features such as Let's Encrypt integration, merge trains, deploy freezes, DORA 4 metrics, and markdown editor keyboard shortcuts",
"Pushed Release vision forward through in-depth technical and business analysis",
"Reviewed and guided community contributions",
"Maintainer of gitlab-org/gitlab",
"Performed technical and behavioral interviews",
"Worked 100% remotely"
],
"position": "Senior Frontend Engineer",
"startDate": "2018-12-10"
},
{
"company": "DeltaWare",
"website": "https://maximuscanada.ca/locations",
"summary": "I led efforts to rebuild legacy healthcare software as modern web applications with an emphasis on maintainability and usability.",
"highlights": [
"Led AngularJS to Angular 2+ conversion",
"Implemented fast, intuitive searching using Solr",
"Pushed for CI, code reviews, UX/UI mockups, open source participation, and documentation",
"Contributed to hiring, mentoring, and product vision"
],
"position": "Project Architect",
"startDate": "2016-08-03",
"endDate": "2018-12-05"
},
{
"company": "DuPont Pioneer",
"website": "https://www.pioneer.com/us",
"summary": "I designed a modular frontend system that allowed multiple teams to independently build a web application used by farmers to optimize fertilizer usage.",
"highlights": [
"Built mapping features using Leaflet and Bing Maps",
"Rebuilt Gulp builds to maximize developer efficiency",
"Implemented an automated TypeScript unit testing framework using PhantomJS, Karma, and Jasmine",
"Enforced coding standards using NDepend and TSLint"
],
"position": "Software Development Specialist",
"startDate": "2013-05-20",
"endDate": "2016-07-20"
},
{
"company": "Visual Logic Group",
"website": "https://vlgux.com/",
"summary": "",
"position": "UX Development Intern",
"startDate": "2013-01-15",
"endDate": "2013-05-01"
},
{
"company": "Dordt University",
"website": "https://www.dordt.edu/",
"summary": "",
"position": "Web Developer",
"startDate": "2012-01-20",
"endDate": "2013-05-10"
},
{
"company": "DuPont Pioneer",
"website": "https://www.pioneer.com/us",
"summary": "",
"position": "Software Development Intern",
"startDate": "2012-05-20",
"endDate": "2012-08-05"
},
{
"company": "SnupNow",
"summary": "",
"position": "Web Development Intern",
"startDate": "2011-04-15",
"endDate": "2011-08-05"
}
],
"education": [
{
"institution": "Iowa State University",
"website": "https://www.iastate.edu/",
"startDate": "2015-08-01",
"endDate": "2019-08-15",
"area": "Human-Computer Interaction",
"studyType": "Master"
},
{
"institution": "Dordt University",
"website": "https://www.dordt.edu/",
"startDate": "2009-08-01",
"endDate": "2013-05-10",
"area": "Computer Science",
"studyType": "Bachelor"
}
],
"skills": [
{
"name": "Languages",
"keywords": [
"JavaScript",
"TypeScript",
"Dart",
"C♯",
"Ruby",
"SCSS",
"SQL"
]
},
{
"name": "Frameworks",
"keywords": [
"Vue.js",
"Angular",
"React",
"Flutter",
"Rails",
"ASP.NET",
"WPF"
]
},
{
"name": "Concepts",
"keywords": [
"Continuous integration/deployment (CI/CD)",
"Automated testing",
"REST/GraphQL API design",
"Cross-browser debugging",
"Responsive design",
"Developer workflow optimization",
"Single Page Applications (SPAs)",
"Internationalization (i18n)"
]
}
],
"meta": {
"theme": "flat"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment