Skip to content

Instantly share code, notes, and snippets.

@wcastand
Created April 13, 2019 12:49
Show Gist options
  • Save wcastand/dd6f85d0931c18772f50f6396649f508 to your computer and use it in GitHub Desktop.
Save wcastand/dd6f85d0931c18772f50f6396649f508 to your computer and use it in GitHub Desktop.
CV for carbon
const basic_infos = () => ({
firstname: 'William',
lastname: 'Castandet',
age: '27',
location: 'London - UK',
email: 'wcastand@gmail.com',
phone: '+44 7 76 22 111 57',
github: 'wcastand',
npm: 'wcastand'
})
const skills = `
- Javascript, Typescript, HTML, CSS
- React, React Native
– Node, GraphQL, PostgreSQL
- Webpack, Rollup, ...
- Continuous Integration (Heroku, Now, AWS, serverless, ...)
- Test (Jest, Tape)
- Agile software development (Sprint, Kanban, Standup)
`
const educations = () => ({
'Master 1 - 3D': {
school: 'ESTEI',
year: '2014 - 2015',
skills: '3D - Maya, 3DS Max, Nuke, Fusion, Max Scripts, Python, Lua'
},
'Bachelor IT / Multimedia': {
school: 'ESTEI',
year: '2011 - 2014',
skills: [
'3D - 3DS Max, Fusion, color theory, Storyboard',
'Design - Adobe suite, After Effects, Premiere',
'Web - Javascript, PHP, MySQL, HTML, CSS, Flash'
]
},
'DUT IT': {
school: 'University of La Rochelle',
year: '2009 - 2011',
skills: 'C++, Java, C, SQL, Embedded computing'
}
})
const experiences = () => ({
planes: {
year: 'December 2018 - now',
title: 'Fullstack Javascript developer',
skills: `
Create Web app, Mobile app and Terminal CLI
Work in an agile environement (Sprints, Kanban, Standup, remote work, ...)
Work/Contribute on open source projects (Kap, fela, chalk, ...)
Create/Maintained open source projects (Dashbored, graphql-rate-limit, ...) `
},
kilix: {
year: 'January 2016 - December 2017',
title: 'Fullstack Javascript developer',
skills: `
Create Web app, Mobile app and Terminal CLI
Work in an agile environement (Sprints, Kanban, Standup, remote work, ...)
Work/Contribute on open source projects (Storybook, babel, fela, cyclejs, ...)
Create/Maintained open source projects (storybook-addons-jsx, Okami, selectless, ...) `
},
offensive_studio: {
year: 'April-September 2014',
title: 'PHP developer',
skills: `
Create Web app for small to medium companies with a custom CMS made by the agency.
Create a new custom CMS to improve workflow in the agency.`
},
april_marine: {
year: 'April-August 2014',
title: 'PHP developer | designer',
skills: `
Create mobile website based on a design gave to me at the time.
Help as a designer to create posters, ads and web design.`
}
})
const life = `
- Movies, Cinema, TV shows, ...
- Video games, RPG, MMO, Indie, ...
- Bike, esport, more travel hopefully
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment