-
Notifications
You must be signed in to change notification settings - Fork 4
/
MartinMadsenCV.tex
117 lines (105 loc) · 3.85 KB
/
MartinMadsenCV.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
113
114
115
116
117
% !TeX root = martinmadsenCV.tex
% !TEX program = xelatex
\documentclass{afriggeri-cv/friggeri-cv}
\defaultfontfeatures{Path=fonts/}
\usepackage{fontspec}
\usepackage{fontawesome}
\setmathfont{XITS Math}
\newfontfamily\bodyfont[]{LiberationSans-Regular}
\newfontfamily\thinfont[]{LiberationSans-Regular}
\newfontfamily\headingfont[]{LiberationSans-Bold}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont[Mapping=tex-text, Color=textcolor,Path=fonts/]{LiberationSans-Regular}
\newcommand{\aau}{%
Aalborg University (AAU), Denmark
}
\begin{document}
\header{martin}{madsen}
{software developer, \href{mailto:[email protected]}{[email protected]}}
\begin{aside}
\section{about}
melbourne
australia
\hfill
30 years old
\phone{+61 413 043 210}
\website{martinbjeldbak.com}
\github{martinbjeldbak}
\linkedin{martinbjeldbak}
\section{languages}
bilingual Danish/English
IELTS score: 8
\section{programming}
Golang
GitHub Actions
Ruby on Rails
Heroku
AWS (EC2, RDS, ECS, S3), SQL
GCP
\LaTeX, HTML, Git
JavaScript, Python
OS X, Unix
\section{interests}
continuous delivery
machine learning
devOps
TDD, functional programming
service oriented architecture
web development
\end{aside}
\section{experience}
\begin{entrylist}
\entry%
{since 2020}
{Software Engineer}
{\href{https://www.anz.com.au}{ANZ Bank}, Melbourne, Australia}
{Working on \href{https://www.anz.com.au/plus}{ANZ Plus} as software engineer.
I am responsible for designing, implementing, \& maintaining infrastructure, microservices, DevSecOps pipelines, mainly using GitHub Actions and Golang. I work with architects, tech leads, and security team members to deliver features that support the bank across a multitude of areas.}
\entry%
{2016--2020}
{Lead Software Developer, Backend}
{\href{https://netengine.com.au/}{NetEngine}, Brisbane, Australia}
{Ruby on Rails software developer working with consultancy clients to build web-based systems across
many different industries, from finance to flood mapping. I worked on setting up infrastructure
in AWS to building GraphQL Rails APIs.
I also partook in non-technical activities such as business planning, training new backend developers,
etc. Clients included \href{https://www.apollocamper.com}{Apollo Motorhome Holidays}.}
\entry%
{2012--2014}
{Student Software Developer}
{\href{https://www.falck.com/services/healthcare}{Falck Healthcare a/s}, Aalborg, Denmark}
{Development of Ruby on Rails-based system used daily by ca.\ 40 of Falck's physiotherapists to journal their patients' treatments and wellbeing.}
\end{entrylist}
\section{education}
\begin{entrylist}
\entry%
{2014--2016}
{M.Sc.\ {\normalfont\ in Computer Science}}
{\aau}
{Majoring in Computer Science (120 ECTS)\\
Specializing in Machine Intelligence}
\entry%
{2014--2015}
{Studying abroad}
{University of California, San Diego (UCSD), USA}
{Fully accredited as part of the first year of my master's degree from Aalborg University}
\entry%
{2011--2014}
{B.Sc.\ {\normalfont\ in Computer Science}}
{\aau}
{Majoring in Computer Science (180 ECTS)}
\end{entrylist}
\section{projects}
\begin{entrylist}
\entry%
{2015}
{XQuery Processor}
{UC San Diego, \github{martinbjeldbak/xquery-processor}}
{Implemented a subset of the XQuery and XPath XML query languages in Java}
\entry%
{2016}
{A Hierarchical Tree Distance Measure for Classification}
{\href{https://martinbjeldbak.com/thesis.pdf}{thesis.pdf}}
{Concluded my M.Sc.\ degree. Published in \href{https://www.scitepress.org/Papers/2017/61985/}{Proceedings of the 6th International Conference on Pattern Recognition Applications and Methods~-~Volume 1: ICPRAM 2017, pages 502--509}}
\end{entrylist}
\end{document}