Skip to content

Instantly share code, notes, and snippets.

@magne4000
Last active April 4, 2023 14:01
Show Gist options
  • Save magne4000/91f6b132322da295b303cc1181759053 to your computer and use it in GitHub Desktop.
Save magne4000/91f6b132322da295b303cc1181759053 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Joël Charles",
"label": "Full Stack Freelance | Founder @ What's New Games",
"image": "https://getonmyhor.se/img/photo.jpg",
"email": "joel.charles91@gmail.com",
"website": "https://getonmyhor.se",
"summary": "Full stack web developer and Electron developer. I try to make the majority of my work Open Source when I can",
"location": {
"countryCode": "FR",
"address": "France"
},
"profiles": [
{
"network": "LinkedIn",
"username": "joël-charles-92b25360",
"url": "https://www.linkedin.com/in/joël-charles-92b25360/"
},
{
"url": "https://github.com/magne4000",
"username": "magne4000",
"network": "github"
}
]
},
"work": [
{
"name": "Freelance",
"position": "Full Stack Freelance",
"startDate": "2023-02-08",
"highlights": ["Typescript", "Electron", "Vite", "Vike", "Svelte", "Solid"]
},
{
"name": "What's New Games",
"position": "Founder",
"startDate": "2022-02-28",
"highlights": ["Typescript", "SvelteKit", "Vercel"],
"url": "https://whatsnew.games"
},
{
"name": "Station",
"position": "Co-founder & CTO",
"startDate": "2020-04-30",
"endDate": "2022-09-30",
"highlights": ["Typescript", "RxJS", "React", "Web Extension"],
"url": "https://www.linkedin.com/company/getstation/"
},
{
"name": "Station - The last work app you'll ever need.",
"position": "Lead dev",
"startDate": "2017-05-31",
"endDate": "2020-04-30",
"highlights": ["Typescript", "Electron", "Node", "RxJS", "React", "redux"],
"url": "https://www.linkedin.com/company/getstation/",
"location": "Lyon Area, France"
},
{
"name": "eFounders",
"position": "Hacker",
"startDate": "2017-04-30",
"endDate": "2020-04-30",
"highlights": ["javascript", "Typescript", "Electron"],
"url": "https://www.linkedin.com/company/hexacc/",
"location": "Paris Area, France"
},
{
"name": "SOFYNE",
"position": "System Architect",
"startDate": "2014-11-30",
"endDate": "2017-04-30",
"highlights": ["javascript", "python"],
"url": "https://www.linkedin.com/company/sofyne/",
"location": "Audincourt"
},
{
"name": "IBM",
"position": "Analyst developer",
"startDate": "2010-11-30",
"endDate": "2014-10-31",
"highlights": ["php", "Java", "javascript"],
"url": "https://www.linkedin.com/company/ibm/",
"location": "Belfort"
}
],
"volunteer": [],
"education": [
{
"institution": "IUT Orsay",
"area": "Parallel Programming Paradygms",
"studyType": "Licentiate degree",
"startDate": "2008-12-31",
"endDate": "2009-12-31",
"score": "",
"courses": []
},
{
"institution": "IUT Orsay",
"area": "Information Technology",
"studyType": "IUT",
"startDate": "2006-12-31",
"endDate": "2008-12-31",
"score": "",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"keywords": [
"HTML / JSX",
"SCSS / CSS / TailwindCSS",
"Javascript / Typescript",
"React",
"Redux",
"RxJS",
"Svelte",
"SolidJS"
],
"level": "Senior",
"name": "Frontend"
},
{
"keywords": ["Node", "Electron", "Python", "Postgres", "Redis", "Serverless", "SQL", "Java", "GraphQL", "Prisma"],
"level": "Senior",
"name": "Backend"
}
],
"languages": [
{
"language": "French",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Proficient Speaker"
}
],
"interests": [],
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment