Skip to content

Instantly share code, notes, and snippets.

@jaaneh
Last active September 2, 2023 10:38
Show Gist options
  • Save jaaneh/e74e993512e2b42d3a3c526085c16dea to your computer and use it in GitHub Desktop.
Save jaaneh/e74e993512e2b42d3a3c526085c16dea to your computer and use it in GitHub Desktop.
jsonresume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Jan Henning Teige",
"label": "Software Engineer",
"image": "https://pbs.twimg.com/profile_images/1606082983529775107/1wWUEteq_400x400.jpg",
"email": "jan.teige@outlook.com",
"phone": "",
"url": "https://jaany.xyz/",
"location": {
"countryCode": "NO",
"city": "Jessheim"
},
"profiles": [
{
"network": "LinkedIn",
"username": "janhenning",
"url": "https://www.linkedin.com/in/janhenning/"
},
{
"network": "Twitter",
"username": "Jaan",
"url": "https://twitter.com/Jaan"
},
{
"network": "GitHub",
"username": "jaaneh",
"url": "https://github.com/jaaneh"
}
]
},
"work": [
{
"name": "Noroff School of Technology and Digital Media",
"position": "Online Tutor",
"startDate": "2020-04-30",
"highlights": [],
"summary": "Online tutor specializing in front-end development. Skilled in guiding students, troubleshooting programming issues, providing constructive feedback, and assessing assignments. Committed to creating a supportive learning environment and helping students succeed in their front-end development journey.",
"url": "https://noroff.no/",
"location": "Remote",
"highlights": [
"Develop internal tools, facilitating a transition away from reliance on third-party APIs.",
"Node.js / PostgreSQL / Prisma / Fastify"
]
},
{
"name": "Team Elevate LLC",
"position": "Co-Owner",
"startDate": "2012-10-31",
"endDate": "2016-01-31",
"highlights": [],
"summary": "Managed and contributed to the growth of a leading esports organization. Responsibilities included securing sponsorships and overseeing team operations. Fostered a culture of excellence across diverse gaming genres, leading to significant achievements and high-quality gaming content.",
"url": "https://elevate.gg/",
"location": "Remote"
},
{
"name": "Motion Studios TV",
"position": "Founder",
"startDate": "2013-04-30",
"endDate": "2015-07-31",
"highlights": [],
"summary": "Established and led Motion Studios Network, a flourishing YouTube network boasting over 4,800 partnered channels and a subscriber base exceeding 4 million. Successfully brokered collaborations with various businesses, securing both product and financial partnerships for our partners. Administered channel databases, offered continuous support to partners, and consistently achieved over 250 million monthly views across all channels.",
"location": "Remote"
},
{
"name": "Freedom!",
"position": "Customer Support Representative",
"startDate": "2013-07-31",
"endDate": "2014-01-31",
"highlights": [],
"summary": "Provided outstanding customer service within the Freedom! Network, a renowned YouTube network. Promptly and effectively resolved user inquiries, fostering positive relationships and enhancing overall customer satisfaction.",
"url": "https://www.freedom.tm/",
"location": "Remote"
},
{
"name": "Video 4 AS",
"position": "Internship",
"startDate": "2013-09-30",
"endDate": "2013-12-31",
"highlights": [],
"summary": "Intern at Video 4 AS (now Mediability), a prominent video business in Norway. Updated and edited webshop items as per requests and gained hands-on experience in building desktop computers.",
"location": "Bergen, Norway"
}
],
"volunteer": [],
"education": [
{
"institution": "Noroff School of Technology and Digital Media",
"area": "Front-end development",
"studyType": "Higher Professional Degree",
"startDate": "2018-12-31",
"endDate": "2020-12-31",
"score": "",
"courses": []
},
{
"institution": "Noroff School of Technology and Digital Media",
"area": "3D Game Design & Animation",
"studyType": "",
"startDate": "2016-12-31",
"endDate": "2017-12-31",
"score": "",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Front-end",
"keywords": [
"HTML / JSX",
"CSS / SCSS / Tailwind CSS",
"JavaScript / TypeScript",
"React / Next",
"REST / GraphQL"
]
},
{
"name": "Back-end",
"keywords": [
"Node",
"PostgreSQL / MySQL",
"MongoDB / Mongoose",
"Prisma",
"Redis",
"Express / Fastify"
]
},
{
"name": "DevOps",
"keywords": [
"Git",
"Docker"
]
},
{
"name": "Other",
"keywords": [
"Responsive Web Design",
"Microsoft Office",
"Photoshop",
"Visual Studio Code"
]
}
],
"languages": [
{
"language": "Norwegian",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Full Professional Proficiency"
}
],
"interests": [
{
"name": "Music"
},
{
"name": "Video Games"
},
{
"name": "Open Source"
}
],
"references": [],
"projects": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment