-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.en.tex
128 lines (111 loc) · 4.7 KB
/
resume.en.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
118
119
120
121
122
123
124
125
126
127
128
% Created 2012-02-18 Sa 23:57
\documentclass[12pt]{article}
\usepackage[utf8x]{inputenc} % allow for utf8 encoding in document
\usepackage[T1]{fontenc} % encoding for the font enables different hyphenation
\usepackage{graphicx} % \includegraphics
\usepackage{longtable} % tables over page boundaries
\usepackage{float} % allow boxing of figures / tables
\usepackage{wrapfig} % text flows around figures
\usepackage{soul} % hyphenation and letterspacing
\usepackage{amssymb} % symbols from mathematical fonts
\usepackage{hyperref} % used for references and links
\usepackage[german]{babel} % allow german text
\usepackage[hang,flushmargin]{footmisc} % flush footnotes left
\usepackage{palatino} % Palatino Font
\usepackage{color} % make color definition 'sane'
\usepackage{tabularx} % Table management easier and extensible
\usepackage[left=2cm, right=1cm, top=0.5cm]{geometry} % fix margins
\setlength{\parindent}{0pt} % don't let paragraphs indent too deeply
% Colors
\definecolor{lightblue}{RGB}{61,58,255}
\hypersetup{
colorlinks=true, % no color for links
pdftitle={Resume}, % title
pdfauthor={Andreas Marschke}, % author
pdfsubject={Resume}, % subject of the document
linkcolor=, % color of internal links
citecolor=lightblue, % color of links to bibliography
filecolor=lightblue, % color of file links
urlcolor=lightblue % color of external links
}
\pagestyle{empty}
% - Config ends here -
\title{Andreas Marschke}
\date{}
\begin{document}
\maketitle
Bleichstraße 3 \\
41061 Mönchengladbach \\
North Rhine-Westphalia \\
Telephone: \texttt{(+49)170/3258483} \\
E-Mail: \texttt{[email protected]}
\thispagestyle{empty}
\section*{Career Profile}
\begin{itemize}
\item[-] Software Developer, Performance Engineer, Technical Support for high value customers
\end{itemize}
\section*{Competencies}
\begin{itemize}
\item[-] programming languages: Perl, \verb*|C/C++/C#|, Objective-C, various JVM-Languages, JS
\item[-] Platforms: Qt, Android, iOS, Web, Hybrid, J2EE
\item[-] Modern Development Tools:
\begin{itemize}
\item[] Buildsystems: Grunt, Webpack, Gradle,
\item[] Test Engineering: Protractor, E2E, ADF, Android/iOS Testing
\item[] API Docs: JSDoc3
\item[] Build Automation, Plugin development
\item[] Aspect Oriented Programming (AOP): AspectJ and native JS AOP
\end{itemize}
\item[-] Software packaging and Deployment: Debian, CentOS, Maven, Android, Gradle
\item[-] Network Management: Cisco, HP
\item[-] Storage Management: HP EVA, HP 3PAR
\item[-] Customer Support
\item[-] Solutions Architect
\item[-] Performane Optimization on Web and Mobile
\end{itemize}
\section*{Work Experience}
\begin{tabularx}{1\textwidth}{@{\extracolsep{\fill}} l @{ } r @{ }}
\bfseries Akamai Technology ltd & Santa Clara, California, USA\\
& since June 2017 \\
\end{tabularx}
\begin{itemize}
\item[-] Re-architecting our mobile Build Environment,
optimizing for reproducibility, efficiency and correctness
\item[-] Design/Implemention of core-features in mobile native offering
\item[-] Continued work on Features, Improvements to there mPulse product driven by
customer needs and plans
\end{itemize}
\begin{tabularx}{1\textwidth}{@{\extracolsep{\fill}} l @{ } r @{ }}
\bfseries SOASTA International ltd & Mountain View, California, USA\\
& April 2015 - April 2017 \\
\end{tabularx}
\begin{itemize}
\item[-] Software Engineer in Data Collection Team
\item[-] Work on Mobile Native Application Performance Monitoring
\item[-] Designing, Planning, Implementing new Features for both Web and Mobile Native Platforms
\end{itemize}
\begin{tabularx}{1\textwidth}{@{\extracolsep{\fill}} l @{ } r @{ }}
\bfseries Via-Online GmbH (eBay affiliate) & Krefeld, North Rhine-Westphalia\\
& Oct 2011 - April 2015 \\
\end{tabularx}
\begin{itemize}
\item[-] Change of Employer
\item[-] small operations team, administrating
complete server and desktop infrastructure of mixed origin and age
\item[-] Continuos migration and modernization effort while keeping business running
\end{itemize}
\begin{tabularx}{1\textwidth}{@{\extracolsep{\fill}} l @{ } r @{ }}
\bfseries Credativ & Mönchengladbach, North Rhine-Westphalia\\
& Aug 2010 - Oct 2011 \\
\end{tabularx}
\begin{itemize}
\item[-] Apprentice as an IT specialist in systems integration
\item[-] Product evaluation and documentation focused on Customer projects
\item[-] Mostly focused on Open Source Software
\end{itemize}
\section*{Languages}
\begin{tabular}{@{} r @{ : } l @{}}
English & Fluent, written and spoken \\
German & Fluent, written and spoken \\
\end{tabular}
\end{document}