Skip to content

Instantly share code, notes, and snippets.

@loke-dev
Last active April 8, 2021 20:47
Show Gist options
  • Save loke-dev/4d62e65adc7026de317b7cacfef0966a to your computer and use it in GitHub Desktop.
Save loke-dev/4d62e65adc7026de317b7cacfef0966a to your computer and use it in GitHub Desktop.
JSON data for https://resume.loke.dev
{
"basics": {
"name": "Loke Carlsson",
"picture": "https://loke.dev/loke-profile.png",
"label": "Web developer",
"headline": "Loke Carlsson resume",
"summary": "I am a tech interested problem solver, both in everyday life and professionally. On my spare time I like to do all kind of stuff, from painting, riding my mountain bike to tinker with home automation. I enjoy finding ways to improve, either personally by learning a new practical skill or finding a better way to build better websites. \n\n I enjoy explore different toolings such as React or Vue ecosystems that helps developers create awesome experiences, when doing pet projects in my spare time. Everything from creating a starter project for other people to use to creating an ecommerce site for a friend. I find pleasure in building stuff that can be seen and used, and making sure the user have a great experience.",
"website": "https://loke.dev",
"username": "lokecarlsson",
"email": "carlssonloke@gmail.com",
"profiles": [
{
"network": "GitHub",
"username": "lokecarlsson",
"url": "https://github.com/lokecarlsson"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/lokecarlsson",
"username": "lokecarlsson"
},
{
"network": "Twitter",
"url": "https://twitter.com/carlssonloke",
"username": "carlssonloke"
},
{
"network": "Website",
"username": "loke.dev",
"url": "https://loke.dev"
}
]
},
"skills": [
{
"keywords": [
"Typescript",
"Javascript",
"Vue",
"React"
],
"level": "Senior",
"name": "Frontend"
},
{
"keywords": [
"Node",
"MongoDB",
"MySQL"
],
"level": "Intermediate",
"name": "Backend"
},
{
"keywords": [
"React Native",
"NativeScript",
"PWA"
],
"level": "Intermediate",
"name": "Mobile"
},
{
"keywords": [
"Linux"
],
"level": "Intermediate",
"name": "DevOps"
}
],
"work": [
{
"company": "Awardit",
"position": "Frontend developer",
"website": "https://awardit.com",
"location": "Gothenburg, Sweden",
"summary": "Develop e-commerce frontends using React and GraphQL. Develop and maintain several internal tools and libraries.",
"isCurrentRole": true,
"startDate": "2019-07-01",
"highlights": [
"Developed Gatsby theme and website with Netlify CMS."
]
},
{
"company": "Codebet",
"position": "Web developer",
"website": "http://www.codebet.se/",
"location": "Kalmar, Sweden",
"summary": "Web and App development mostly with React and React Native, building Bethard’s (online casino) web and mobile app.",
"isCurrentRole": false,
"startDate": "2018-01-01",
"endDate": "2019-06-01",
"highlights": [
"Was part of the development of an open source styling library for React Native along with a documentation website.",
"Had shared responsibility for deploying new functionality to production at each sprint.",
"During a period I acted as substitute project manager for several teams."
]
},
{
"company": "Linnaeus university",
"position": "Amanuensis",
"website": "http://www.lnu.se/",
"location": "Kalmar, Sweden",
"summary": "Supervisor for students who studied Javascript in multiple courses. Had sessions with the whole class helping with questions and guidance with course projects and tasks.",
"isCurrentRole": false,
"startDate": "2017-09-01",
"endDate": "2018-01-01",
"highlights": []
},
{
"company": "Jernforsen bioenergy solutions",
"position": "Automation Technician",
"website": "https://www.jernforsen.com/se",
"location": "Järnforsen, Sweden",
"summary": "Design, programming and project management of PLC control systems and HMI / SCADA in mainly Mitsubishi, Beijer and Citect but also Siemens and ABB freelance. Both new projects, remodeling of existing systems, aftermarket, service and troubleshooting, and optimization of processes and training of staff. The work also involved on-call and general large customer contact. The work was spread over most of Sweden as well as in Norway and Finland.",
"isCurrentRole": false,
"startDate": "2011-05-01",
"endDate": "2014-08-01",
"highlights": [
"Was partly responsible inhouse IT, setting up computers and general IT support.",
"Completed courses in Siemens Step 7, GX Works 2 and iX Developer."
]
}
],
"education": [
{
"institution": "Linnaeus university",
"studyType": "Extension program in computer science",
"startDate": "2017-09-01",
"endDate": "2018-06-01",
"description": "Deeper studies in CS such as algorithms & data structures, practical agile system development, web intelligence and more.",
"activities": "",
"gpa": "",
"courses": []
},
{
"institution": "Linnaeus university",
"area": "Web programming",
"studyType": "University Diploma",
"startDate": "2015-09-01",
"endDate": "2017-06-01",
"description": "Fullstack primarily in Javscript but also PHP, C# and Java.",
"activities": "",
"gpa": "",
"courses": []
},
{
"institution": "Hultsfred's gymnasium",
"area": "Electrical Engineering",
"studyType": "High school",
"startDate": "2007-09-01",
"endDate": "2010-06-01",
"description": "Electrical engineering with focus on computer science.",
"activities": "",
"gpa": "",
"courses": []
},
{
"institution": "Linneaus university",
"studyType": "Standalone courses",
"startDate": "2010-09-01",
"endDate": "2011-01-01",
"description": "Introduction to informatics and Communication coordination and collaboration.",
"activities": "",
"gpa": "",
"courses": []
}
],
"projects": [],
"publications": [],
"interests": [],
"references": [],
"volunteer": [],
"languages": [
{
"language": "Swedish",
"fluency": "Native speaker"
}, {
"language": "English",
"fluency": "Fluent"
}
],
"other": [
{
"title": "Drivers licence"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment