const me = {
basics: {
name: 'Josh Feinsilber',
age: 17,
location: 'Seattle, WA',
},
experience: [
{
company: 'FiftyThree',
current: true,
start: 'October 2017',
},
{
company: 'Haiku Deck',
current: false,
start: 'September 2016',
end: 'October 2017',
highlights: [
{
name: '🔥 Haiku Deck Gallery V2 🔥',
description: 'Brand new front-end and back-end of the Haiku Deck gallery.',
link: 'https://haikudeck.com/gallery',
},
{
name: '📺 Haiku Deck Live 📺',
description: 'Feature for Haiku Deck Premium subscribers. Share a link to allow anyone anywhere to follow along with your presentation.',
link: 'https://haikudeck.zendesk.com/hc/en-us/articles/115003804363-Live-Playback-Mode',
},
{
name: '📚 Haiku Deck Collections 📚',
description: 'A way to sort decks into groups, for easier sharing and viewing.',
link: 'https://haikudeck.com/gallery/real-estate-case-studies-collection-2663541004',
},
],
},
{
company: 'Gimkit',
current: true,
start: 'May 2016',
end: null,
},
],
topSkills: [
'react',
'node.js',
'react-native',
'typescript',
'react-router v4 and v3',
'redux',
'web-sockets/socket.io',
'express',
'webpack',
'babel/es6',
'mongodb/mongoose',
'postgres',
'mySQL',
'redis',
'git',
'jade/pug',
'jquery',
'stylus/css',
'php', // cringe
],
contact: {
email: 'joshfeinsilber@gmail.com',
twitter: 'twitter.com/joshdotjs',
github: 'https://github.com/joshfeinsilber',
},
}