Skip to content

Instantly share code, notes, and snippets.

@HelveticaScenario
Created March 13, 2022 22:37
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 HelveticaScenario/cce0971dc6ab3b203e6aeb24a28653c4 to your computer and use it in GitHub Desktop.
Save HelveticaScenario/cce0971dc6ab3b203e6aeb24a28653c4 to your computer and use it in GitHub Desktop.
Resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Daniel Lewis",
"label": "Software Engineer",
"image": "",
"email": "dan@helveticascenario.dev",
"phone": "(512) 971-0073",
"url": "https://helveticascenario.dev",
"summary": "8 years in web development with a focus on UI creating CMS Platforms, I carry strong expertise in React, Redux, Typescript, CSS, and HTML. Outside of work, I enjoy programming creative applications such as game engines, experimental graphics platforms, and tools to aid in the production of electronic music with a myriad of technologies such as Rust, Max/MSP, C/C++, Javascript, Typescript, and Unity.",
"location": {
"city": "Austin",
"countryCode": "US",
"region": "Texas"
},
"profiles": [
{
"network": "Github",
"username": "HelveticaScenario",
"url": "https://github.com/HelveticaScenario"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/daniel-lewis-7a136545/"
}
]
},
"work": [
{
"name": "Commure",
"position": "Senior Software Engineer",
"url": "https://www.commure.com",
"startDate": "2021-07-15",
"summary": "A member of the Sidekick team developing a greenfield desktop platform using Electron, TypeScript, and Rust that allows third-party applications to run in a hospital environment, working with product to decide on scope, technical trade-offs, and strategy."
},
{
"name": "RentPath",
"position": "Senior Software Engineer",
"url": "https://www.rentpath.com/",
"startDate": "2020-10-01",
"endDate": "2021-07-01",
"summary": "As a part of the Search and Sort team I contributed to the development of the True Search feature, an nlp/ml driven search solution. I also developed cubby (https://github.com/rentpath/cubby), a state management and data fetching library designed to replace redux in the next generation of RentPath products. Technologies used include Typescript, Javascript, HTML/CSS, React, Redux, Tailwind, GraphQL, and Sajari."
},
{
"name": "AddShoppers",
"position": "Senior Software Engineer",
"url": "https://www.addshoppers.com/",
"startDate": "2018-10-29",
"endDate": "2020-03-31",
"summary": "I built the second version of the AddShoppers Dashboard, a campaign management portal for clients to create, edit, and review reporting metrics for ad campaigns run on their site through the AddShoppers Platform. Technologies used include Typescript, React.js, Redux, Redux-Saga GrapesJS, SASS, ImmutableJS, and PoiJS."
},
{
"name": "Thrillbox",
"position": "Software Engineering Consultant",
"url": "http://www.thrillbox.com/",
"startDate": "2017-10-01",
"endDate": "2018-05-31",
"summary": "I built the Thrillbox Workbench, a dashboard and admin utility for clients to manage their content and it's associated metadata, as well as view usage metrics. Technologies used include React.js, Redux, Redux-Saga, Typescript, Styled Components, Node.js, and Hapi."
},
{
"name": "System Social",
"position": "Software Engineering Consultant",
"url": "https://www.systemsocial.com/",
"startDate": "2017-05-01",
"endDate": "2017-09-20",
"summary": "I built out a set of reports within the system social dashboard. Through these reports, the users of the system social platform can see detailed metrics on the effectiveness of their campaigns. Technologies used include HTML, CSS, Javascript, jQuery and d3."
},
{
"name": "Quantum Interface",
"position": "Software Engineering Consultant",
"url": "http://quantuminterface.com/",
"startDate": "2016-10-01",
"endDate": "2017-05-01",
"summary": "I built several demos and proof of concepts of Quantum Interface UI/UX designs for VR, AR, and Mobile. All projects were done using Unity3D."
},
{
"name": "Snapchat",
"position": "Software Engineer",
"url": "https://www.snapchat.com/",
"startDate": "2014-07-28",
"endDate": "2015-06-15",
"summary": "Part of the Monetization team, I built and maintained the web tools and interfaces to several of the company’s products. These included the internally used curation tools for both live stories and geofilters, as well as the public facing geofilter submission page at https://www.snapchat.com/geofilters. Technologies used include HTML, CSS, Javascript, Backbone, jQuery, React/Flux, and Angular."
}
],
"skills": [
{
"name": "Web Development",
"level": "Expert",
"keywords": [
"HTML",
"CSS",
"Javascript",
"Typescript",
"React",
"WebGL"
]
},
{
"name": "Low Level/Native",
"level": "Journeyman",
"keywords": [
"Rust",
"C/C++",
"OpenGL"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Audio",
"keywords": [
"Synthesizers",
"Digital Audio Workstations"
]
},
{
"name": "Video",
"keywords": [
"Game Engines",
"90s Consoles"
]
},
{
"name": "Hardware",
"keywords": [
"Installation Art",
"Eurorack Modular Synthesizers"
]
}
],
"projects": [
{
"name": "Rosebud",
"description": "Rosebud is a retro graphics engine, based on Pico-8, that allows developers to make professional quality games with a retro aesthetic easily. Written in C++, the engine exists as a drop in library for easy integration into existing applications.",
"startDate": "2016-12-01",
"url": "https://github.com/HelveticaScenario/rose-vm",
"type": "application"
},
{
"name": "Leafcutter",
"description": "A Max for Live device inspired by the Intellijel sequencer module Metropolis, expanded and altered to use the Monome 128 Grid for it's interface. Currently in development.",
"startDate": "2018-04-01",
"type": "application"
},
{
"name": "WASM Sketches",
"description": "A lightweight, highly performant low res display engine written in Rust and compiled to WebAssembly, together with several graphics demos showing off its capabilities.",
"startDate": "2019-03-31",
"url": "https://github.com/HelveticaScenario/wasm-sketches",
"type": "application"
},
{
"name": "Modular Synth",
"description": "A modular synthesizer combined with a flexible sequencer system capable of sequencing everything, including the routing of the synth itself. Written from scratch in rust.",
"startDate": "2020-11-01",
"url": "https://github.com/HelveticaScenario/modular",
"type": "application"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment