-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
179 lines (149 loc) · 4.32 KB
/
resume.html
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
<!DOCTYPE html>
<html>
<head>
<title>Pontus Schuster Tengnäs</title>
<meta charset="UTF-8">
<meta name="keywords" content="Pontus Schuster Tengnäs">
<meta name="description" content="Pontus Schuster Tengnäs">
<meta name="author" content="Pontus Schuster Tengnäs">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<style>
:root {
--main: #756DFF;
--secondary: #756DFF;
}
body {
font-family: system-ui;
padding: 10%;
}
a:link {
color: var(--main);
text-decoration: unset;
}
a:visited {
color: var(--secondary);
}
h1 {
font-size: 46px;
}
ul {
list-style-type: none;
padding-inline-start: 0;
}
@media screen and (max-width: 600px) {
img {
width: 160px;
height: 160px;
}
}
@media screen and (min-width: 600px) {
img {
width: 190px;
height: 190px;
}
}
</style>
<body>
<a href="index.html" rel="noreferrer">
<img src="me.webp" alt="Pontus Schuster Tengnäs">
</a>
<h1>Pontus Schuster Tengnäs</h1>
<h2>
Resume 🐣
</h2>
<h4>
Freelance Full-stack developer, Gothenburg 2022 – present
</h4>
<p>
Freelancing as a Full-stack developer with a focus on app development. Currently in an assignment where I develop native iOS and Android apps using Swift and Kotlin.
</p>
<h4>
Full-stack developer, Stena Line, Gothenburg 2020 – 2022
</h4>
<p>
Worked on a microservice solution consisting of services in .NET and Node.js with a React.js front-end.
Using Typescript over Javascript and gRPC as primary communication protocol. Other technologies used are
GraphQL and Docker.
</p>
<h4>
Consultant, Evry Sweden, Gothenburg 2017 – 2020
</h4>
<p>
Worked as a software developer consultant with a range of technologies and
frameworks with a primary focus on front-end technologies but also backend development with Golang and .NET.
Worked mostly with iOS, Android and Web development.
</p>
<h4>
Consultant, Crepido AB, Mölndal 2016 – 2017
</h4>
<p>
Worked as a software developer with a primary focus on mobile development with
.NET and C#. My work consisted of both front-end and back-end development.
</p>
<h4>
Message Analyst, Enfo Zystems, Gothenburg 2015 – 2016
</h4>
<p>
Part-time job during my studies. Supported software integrations by addressing
different types of errors and problems in messages and infrastructure.
</p>
<h4>
Java-supervisor, Gothenburg University, Gothenburg 2014 – 2015
</h4>
<p>
Supervised and helped new students in Java-programming. Participated at specific
occasions and explained concepts and principles within software development as
well as answering to questions from the students.
</p>
<h2>
Education 📚
</h2>
<p>
Gothenburg University, Gothenburg – Degree of Bachelor of Science with a major in Informatics. 2016.
</p>
<p>
Sannarpsgymnasiet, Halmstad – Societal studies. 2007 – 2010.
</p>
<h2>
Merits ✅
</h2>
<h4>
Nästa Resa - iOS app
</h4>
<a href="https://itunes.apple.com/se/app/n\%C3\%A4sta-resa/id1356267708?mt=8" target="_blank" rel="noreferrer">Apple AppStore link</a>
<h4>
Technical keywords
</h4>
<p>
.NET, C#, Golang, Javascript, Typescript, React.js, iOS, Android, Docker, Xamarin, GraphQL, HTML,
CSS, Microservice-architecture, Unit-testing, UI-testing, CI/CD, Swift, Node.js, SQL, MongoDb, REST, gRPC, Git.
</p>
<h4>
Methodologies
</h4>
<p>
Scrum, SAFe, KanBan.
</p>
<h4>
Languages
</h4>
<p>
🇸🇪 Swedish (Native)
</p>
<p>
🇬🇧 English (Fluent)
</p>
<p>
🇩🇪 German (adequate, my wife is german)
</p>
<footer>
<hr/ style="margin-top: 50px; color: #c7c7c7;">
<div style="display: flex; flex-direction: row; gap: 20px;">
<a href="index.html" rel="noreferrer">Home</a>
<a href="resume.html" rel="noreferrer">Resume</a>
<a href="about.html" rel="noreferrer">About</a>
</div>
</footer>
</body>
</html>