-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
executable file
·112 lines (103 loc) · 3.05 KB
/
resume.tex
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
% !TEX TS-program = xelatex
\documentclass[]{friggeri-cv}
\usepackage{fontawesome}
\addbibresource{bibliography.bib}
\begin{document}
\newfontfamily{\FA}[Path = fonts/]{fontawesome-webfont}
\header{Pieter}{ van der Heijden}
{Software Developer | Software Architect}
% In the aside, each new line forces a line break
\begin{aside}
\includegraphics[width=\textwidth]{profilePicture.jpg}
\section{contact}
\href{https://www.google.com/maps/place/Tilburg}{{\FA \faMapMarker}}
\href{mailto:[email protected]}{{\FA \faEnvelope}}
\href{https://linkedin.com/in/pietervdheijden}{{\FA \faLinkedin}}
\href{https://github.com/pietervdheijden}{{\FA \faGithub}}
\href{https://twitter.com/pieterheijden}{{\FA \faTwitter}}
\section{languages}
Dutch (native)
English (professional)
\section{programming}
{SQL Server, .NET}
{CI/CD, DevOps, Bash}
{Azure}
{Docker, Kubernetes}
{Angular, React}
\section{hobby}
Soccer
\end{aside}
\section{about}
Teamplayer, hard-worker, passionate, enthusiastic, enterpreneurial.
\section{interests}
SaaS, cloud, management, offshoring.
\section{experience}
\begin{entrylist}
\entry
{06-2018 -\\Current}
{Software Architect}
{Calvi}
{Responsible to design the architecture and lead the distributed development teams in the Netherlands, India and Romania.\\Most notable project: cloud-native migration to Kubernetes.}
\entry
{09-2017 -\\05-2018}
{Developer}
{Calvi}
{Development of high-performing backend systems (DB, API, ETL).}
\entry
{09-2016 -\\08-2017}
{Junior Developer}
{Calvi}
{Development of high-performing backend systems (DB, API, ETL).}
\entry
{02-2015 -\\03-2016}
{Software Developer}
{Freelance (VCF Software Solutions)}
{Development of the RAET Netto app suite (100k+ downloads)}
\entry
{02-2014 -\\11-2014}
{Mobile and Frontend Developer Trainee}
{Isaac Software Solutions B.V.}
{Development of mobile and frontend applications}
\end{entrylist}
\section{certifications \& training classes}
\begin{entrylist}
\entry
{2022}
{Associate Certified Coach}
{Associatie voor Coaching}
{CPC1: Certified Professional Coach - Part 1 - ACC/Practioner}
\entry
{2021}
{CKAD}
{CNCF}
{Certified Kubernetes Application Developer}
\entry
{2018}
{Partitioning training class}
{SQL Skills}
{IEVLT: Immersion Event on Very Large Tables: Optimizing Performance and Availability through Partitioning}
\entry
{2017}
{Performance tuning training class}
{SQL Skills}
{IEPTO1: Immersion Event on Performance Tuning and Optimization – Part 1}
\entry
{2016}
{Microsoft Certified Professional}
{Microsoft}
{MS-70461: Querying Microsoft SQL Server 2012/2014}
\end{entrylist}
\section{education}
\begin{entrylist}
\entry
{2013-2016}
{B.Sc. Software Science}
{Eindhoven University of Technology}
{Cum Laude}
\entry
{2007-2013}
{VWO Nature and Technology}
{Mill-Hill College}
{Cum Laude}
\end{entrylist}
\end{document}