-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
249 lines (248 loc) · 7.67 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json",
"basics": {
"name": "Anders Nylund",
"label": "Fullstack Web Developer",
"image": "https://avatars0.githubusercontent.com/u/18005239",
"email": "[email protected]",
"url": "https://nylund.co",
"summary": "I'm a fullstack web developer who is striving to do my best. Being a team player is important to me and I enjoy taking ownership of things. I strongly believe that all problems have solutions and that they can be found through discussion and understanding. Due to this I often find myself gravitating towards the role of improving the ways of working of the team, and by that, improving effectiveness of the team to reach the common goal. I'm comfortable with full-stack web development technologies and being a jack of all trades is really important to me.",
"location": {
"city": "Helsinki",
"region": "Uusimaa",
"countryCode": "FI"
},
"profiles": [
{
"network": "twitter",
"username": "derssii",
"url": "https://twitter.com/derssii"
},
{
"network": "linkedin",
"username": "andersnylund",
"url": "https://www.linkedin.com/in/andersnylund"
},
{
"network": "github",
"username": "andersnylund",
"url": "https://github.com/andersnylund"
},
{
"url": "https://blog.nylund.co"
}
]
},
"work": [
{
"name": "8-bit-sheep",
"position": "Senior Fullstack Web Developer",
"startDate": "2021-12-01",
"url": "https://8-bit-sheep.com/",
"summary": "Fullstack web developer consultant working for various clients and projects."
},
{
"name": "Derssi Oy",
"position": "Self-employed software developer contractor",
"startDate": "2020-10-26",
"summary": "Providing my expertise and knowledge through consulting services as an independent contractor."
},
{
"name": "Reaktor",
"position": "Software Developer",
"url": "https://www.reaktor.com",
"startDate": "2019-09-16",
"endDate": "2020-10-22",
"summary": "Fullstack web developer and and DevOps consultant. Working in a longer project closely together with everyone in the team including the designers, the client, and other stakeholders. Improving the technical solutions, teamworking practices, and organizational challenges."
},
{
"name": "HiQ Finland",
"position": "Software Developer",
"url": "https://hiq.fi",
"startDate": "2018-01-01",
"endDate": "2019-07-30",
"summary": "Fullstack web developer consultant. Working on various different projects with clients consisting of backend development work."
},
{
"name": "Atentis",
"position": "Software Developer",
"url": "https://www.atentis.fi",
"startDate": "2017-01-01",
"endDate": "2018-08-30",
"summary": "Desgigned, implemented, and maintained a backend service and RestAPI of in-house application from using Java and MariaDB."
},
{
"name": "Wärtsilä Finland",
"position": "Junior Software Developer",
"url": "https://www.wartsila.com/fin",
"startDate": "2016-05-01",
"endDate": "2016-08-30",
"summary": "Software development of 3D modelling with C# using DevExpress and SharpDX."
}
],
"projects": [
{
"name": "Finnish retail company",
"roles": ["Lead Fullstack Web Developer", "working at 8-bit-sheep"],
"startDate": "2021-12-13",
"endDate": "2023-01-31",
"description": "Working together with client stakeholders with constant ideation, development, iteration, and improvement. Tasks included the whole development lifecycle from infrastructure setup, maintenance, to fullstack web development."
},
{
"name": "Finnish real estate company",
"roles": [
"Lead Fullstack Web Developer, Scrum Master",
"working through Derssi Oy"
],
"startDate": "2020-10-26",
"endDate": "2021-11-26",
"description": "Hands-on facilitator, developer and Scrum Master of the team. Working closely together with client stakeholders in planning and implementation tasks."
}
],
"education": [
{
"institution": "Aalto University",
"area": "Sofware Engineering",
"studyType": "Master of Science",
"startDate": "2017-09-04",
"endDate": "2020-02-24",
"url": "https://www.aalto.fi"
},
{
"institution": "University of Vaasa",
"area": "Information Technology",
"studyType": "Bachelor of Science",
"startDate": "2014-09-01",
"endDate": "2017-05-31",
"url": "https://www.uwasa.fi"
}
],
"publications": [
{
"name": "A multivocal literature review on developer experience",
"publisher": "Aalto University",
"releaseDate": "2020-03-16",
"summary": "The study was performed as multivocal literature review where articles written by both academics and practitioners were analyzed. The results from the review indicate that developer experience can be seen as a way to understand the feelings and perceptions of the developers in a software development context.",
"url": "https://aaltodoc.aalto.fi/handle/123456789/43567"
},
{
"name": "Työvuorojen laadinta ja optimointiohjelma",
"publisher": "University of Vaasa",
"releaseDate": "2017-01-14"
}
],
"skills": [
{
"name": "HTML & CSS",
"level": "5 years"
},
{
"name": "TypeScript",
"level": "4 years"
},
{
"name": "JavaScript",
"level": "5 years"
},
{
"name": "React",
"level": "5 years",
"keywords": ["Redux", "Styled Components", "SSR", "Razzle.js"]
},
{
"name": "Node JS",
"level": "5 years",
"keywords": ["Express.js", "SSR", "Knex"]
},
{
"name": "Agile Software Development",
"level": "6 years",
"keywords": ["Kanban", "Scrum", "Scrum Master", "Facilitation"]
},
{
"name": "SQL Databases",
"level": "6 years",
"keywords": ["MariaDB", "PostgreSQL"]
},
{
"name": "Java",
"level": "4 years",
"keywords": ["Spring Framework", "EJB", "JUnit"]
},
{
"name": "Git",
"level": "6 years",
"keywords": ["Trunk based development", "GitFlow"]
},
{
"name": "Azure",
"level": "3 years",
"keywords": [
"Web Apps for Containers",
"CDN",
"Database for PostgreSQL",
"Functions",
"Blob Storage",
"Key Vault",
"API Management"
]
},
{
"name": "Heroku",
"level": "3 years"
},
{
"name": "Netlify",
"level": "3 years"
},
{
"name": "Terraform",
"level": "3 year",
"keywords": ["Azure Provider"]
},
{
"name": "Docker",
"level": "3 years"
},
{
"name": "CI / CD",
"level": "4 years",
"keywords": ["Travis CI", "Azure Pipelines", "GitHub Actions"]
},
{
"name": "Software Testing",
"level": "6 years",
"keywords": ["JUnit", "Jest", "Enzyme", "React Testing Library"]
},
{
"name": "Contentful",
"level": "3 years"
},
{
"name": "Next JS",
"level": "2 years"
},
{
"name": "Gatsby",
"level": "less than 1 year"
},
{
"name": "Web Accessibility",
"level": "2 years"
}
],
"languages": [
{
"language": "Swedish",
"fluency": "Native proficiency"
},
{
"language": "Finnish",
"fluency": "Native proficiency"
},
{
"language": "English",
"fluency": "Full professional proficiency"
}
]
}