-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
122 lines (122 loc) · 3.72 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"basics": {
"name": "Kenneth Aasan",
"label": "Software Developer",
"picture": "https://pbs.twimg.com/profile_images/890485883031433216/CA31cNDm_400x400.jpg",
"email": "[email protected]",
"phone": "+47 95802339",
"website": "https://kennethaasan.no",
"summary": "I'm born in Trondheim, Norway. I lived my first 18 years in Stadsbygd, Norway. After high school I spent a year in Bodø, Norway in the Norwegian Air Force as a soldier. After one year in the military I moved to Trondheim and started on NTNU where I studied Information Technology. Ever since I was a kid I’ve been watching and playing football. I’ve been a huge fan of Premier League and especially Chelsea all those years. Creating IT solutions for my own amateur football team got me into Sportradar in Trondheim. I wrote my bachelor thesis for Sportradar where I made a server-side rendered Livescore solution that is in production today. It was based on technologies like Webpack, Node, React and Redux. After I graduated from NTNU I started working as a full time employee for Sportradar in Trondheim.",
"location": {
"address": "Mellomila 93 B",
"postalCode": "7018",
"city": "Trondheim",
"countryCode": "NO",
"region": "Sør-Trøndelag"
},
"profiles": [
{
"network": "Linkedin",
"username": "",
"url": "https://www.linkedin.com/in/kenneth-aasan"
},
{
"network": "Twitter",
"username": "kennethaasan",
"url": "https://twitter.com/kennethaasan"
},
{
"network": "Github",
"username": "kennethaasan",
"url": "https://github.com/kennethaasan"
}
]
},
"work": [
{
"company": "Sportradar",
"position": "Lead Developer",
"website": "https://www.sportradar.com/",
"startDate": "2014-06-01",
"summary": "Working in the Hosted Solutions team, bringing Sportradar's solutions up to speed with the most recent technological advances.",
"highlights": [
"Introduced React and Redux with server-side rendering to Sportradar's livescore and statistics solution."
]
}
],
"volunteer": [
{
"organization": "Vanvik Idrettslag",
"position": "Webmaster",
"website": "https://vanvikil.no",
"startDate": "2008-01-01",
"summary": "Responsible for the website and social media accounts",
"highlights": [
"Made a livescore/statistics solution based on Angular and Laravel while I was studying that's still in use: https://live.vanvikil.no"
]
}
],
"education": [
{
"institution": "Norwegian University of Science and Technology",
"area": "Information Technology with specialization in Information Management",
"studyType": "Bachelor",
"startDate": "2011-07-01",
"endDate": "2015-06-01",
"gpa": "",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript",
"React",
"Redux",
"Webpack",
"Babel",
"ESLint",
"Flow",
"Prettier",
"Node",
"npm",
"yarn",
"GraphQL",
"Relay",
"Elasticsearch",
"nginx",
"Varnish",
"Jenkins",
"GitLab (CI)"
]
}
],
"languages": [
{
"language": "Norwegian",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Bilingual proficiency"
}
],
"interests": [
{
"name": "Sports",
"keywords": [
"Football",
"Winter sports",
"Golf",
"Cycling"
]
}
],
"references": []
}