-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.json
184 lines (184 loc) · 5.66 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "John Mikael Lindbakk",
"label": "Tech lead | Developer",
"image": "",
"email": "[email protected]",
"url": "https://lindbakk.com",
"summary": "Tech lead with a foucs on quality and best practices. Has worked within a variety of domains, such as highly sensitive healthcare applications and large-scale banking systems.",
"location": {
"city": "Oslo",
"countryCode": "NO"
},
"profiles": [
{
"network": "GitHub",
"username": "atomfinger",
"url": "https://github.com/atomfinger/"
}
]
},
"work": [
{
"name": "Protector",
"location": "Oslo, Norway",
"position": "Tech Lead",
"url": "https://protectorforsikring.no/",
"startDate": "2020-12-01",
"endDate": "2023-04-30",
"summary": "Currently helping the company by improving development processes",
"highlights": [
"Built the initialiser which serves as the golden standard within the organisation while also being the fundation of any new application",
"Created the system that allows for efficient risk analysis for our reinsurance which can potentially save the business millions in years to come",
"Headed a project which aimed at geolocating risks in the UK where we ended up geolocating +90% of the UK portfolio",
"Headed the adoption of various technologies and practices: OpenAPI, Unit, system and integration testing, Static analysis tools such as SonarCloud, Created the post-mortem process",
"Authored developer guidelines. Created the first pipeline implementation for GitHub workflow",
"Been part of most major technology decisions taken since I started"
]
},
{
"name": "TietoEvry",
"location": "Oslo, Norway",
"position": "Senior Consultant",
"url": "https://www.tietoevry.com/",
"startDate": "2018-05-01",
"endDate": "2020-11-30",
"summary": "Maintained and created core solutions for major nordic banks.",
"highlights": [
"Made and maintained core web systems for multiple banks",
"Created new systems for integration testing and improved CI/CD pipelines",
"Authored developer guidelines for a cleaner and more maintainable codebase",
"Was a team lead managing the team responsible for our PCI compliant systems",
"Was a project architect that guided new banks, while being responsible for the technical aspect of the project",
"Worked closely with partners in India"
]
},
{
"name": "Aspit",
"location": "Seljord, Norway",
"position": "Senior system developer",
"url": "https://www.aspit.no/",
"startDate": "2013-09-01",
"endDate": "2018-05-01",
"summary": "Made electronic health record systems for the privatized healthcare sector in Norway. Started as a system developer for the first 3 years, eventually got promoted to the position of a team lead.",
"highlights": [
"Was responsible for the development of the core product",
"Worked closely with the business by planning and implementing new features",
"Worked closely with an outsourcing team in Vietnam"
]
}
],
"education": [
{
"institution": "Aberystwyth University",
"url": "https://www.aber.ac.uk/en/",
"area": "Computer Science",
"studyType": "Bachelor of science",
"startDate": "2010-08-01",
"endDate": "2014-05-01",
"courses": [
"CS38010 - Space Robotics",
"CS36410 - Intelligent Robotics",
"CS38110 - Open Source Development Issues",
"CS31310 - Agile Methodologies"
]
}
],
"skills": [
{
"name": "Developer",
"keywords": [
"Java/Kotlin",
"C# .NET",
"Python",
"Elixir",
"SQL of various kinds",
"Microservices",
"Kafka",
"Architecture",
"Contract first",
"gRPC"
]
},
{
"name": "DevOps",
"keywords": [
"TeamCity",
"Jenkins",
"GitHub Actions",
"Groovy",
"Docker",
"K8s",
"Swarm",
"Solution design"
]
},
{
"name": "Testing",
"keywords": [
"Testcontainers",
"System tests",
"Mockserver",
"Contract testing",
"Narrow & Wide integration tests",
"Spock/Junit/Mockito/Nunit/etc"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Norwegian",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Stuff I like in general",
"keywords": [
"Dungeon & Dragons",
"Headphones (Good audio)",
"My dog",
"Discworld",
"Whiskey"
]
},
{
"name": "Shows I like",
"keywords": [
"Battlestar Galactica",
"Firefly",
"Red Dwarf",
"Doctor Who"
]
},
{
"name": "Developer books I recommend",
"keywords": [
"Clean Series",
"Pragmatic Programmer",
"The Phoenix Project/The Unicorn Project",
"The Art of Unit Testing",
"The Software Craftsman",
"Working effectively with legacy code"
]
}
],
"projects": [
{
"name": "toUUID",
"url": "https://github.com/atomfinger/toUUID",
"startDate": "2020-10-09",
"description": "A small library that creates human-readable and deterministic UUIDs for testing purposes.",
"keywords": [
"Java",
"Kotlin",
"Testing"
]
},
]
}