Files
resume/resume.tex
2017-08-03 21:15:40 -04:00

153 lines
5.1 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[8pt,a4paper]{article}
\usepackage[a4paper,margin=0.75in]{geometry}
\usepackage[english]{babel}
\hyphenation{Some-long-word}
\usepackage{resume}
\begin{document}
\sloppy
\maintitle{Veit Heller}{}{Last updated on \today}
\nobreakvspace{0.3em}
\noindent\href{mailto:veit@veitheller.de}{veit@veitheller.de}\sbull
\href{https://github.com/hellerve}{Github: hellerve}
\spacedhrule{0.4em}{-0.8em}
\roottitle{Work Experience}
\headedsection
{\href{https://www.recurse.com}{Recurse Center}}
{\textsc{New York City, NY}} {%
\headedsubsection
{Recurser (Sabbatical)}
{Mai 2017 -- August 2017}
{\bodytext{Researched and explored personal projects during a
self-directed 3-month programming retreat.}}
}
\headedsection
{\href{http://www.port-zero.com}{Port Zero}}
{\textsc{Berlin, Germany}} {%
\headedsubsection
{Senior Software Engineer}
{June 2016 -- present}
{\bodytext{Consults a diverse set of clients on behalf of
the company, from large Internet Exchanges to local
startups. Develops internal and \acr{OSS} tools.}}
}
\headedsection
{\href{https://brig.ht/}{Bright}}
{\textsc{Berlin, Germany}} {%
\headedsubsection
{Lead Software Developer}
{July 2015 -- June 2016}
{\bodytext{Developed the backend of Brights products.
Took care of code reviews across projects, kept
track of the code climate, and was responsible for
deployment of Heroku- and \acr{AWS}-based systems.}}
}
\headedsection
{Freelancer}
{\textsc{Berlin, Germany}} {%
\headedsubsection
{Software Development \& Consultancy}
{February 2015 -- present}
{\bodytext{Collaborated with a wide variety of clients in the Berlin area,
mostly on web-based systems of various kinds. Developed, audited,
and migrated systems while learning to remain calm when under
pressure, both mundane --- e.g. critically failed deploys
--- and unusal --- e.g. \acr{DoS} attacks.}}
}
\headedsection
{\href{https://inka.htw-berlin.de/inka/projekte/signal/}{HTW INKA (SIGNAL)}}
{\textsc{Berlin, Germany}} {%
\headedsubsection
{Research Assistant}
{January 2015 -- July 2015}
{\bodytext{Developed information systems and multimedia
applications for the Konzerthaus and Märkisches Museum
Berlin. Also produced \acr{RFID} projects, and a
project for the Lange Nacht der Wissenschaften 2015.}}
}
\headedsection
{\href{https://inka.htw-berlin.de/inka/projekte/fki/}{HTW INKA (FKI)}}
{\textsc{Berlin, Germany}} {%
\headedsubsection
{Research Assistant}
{February 2014 -- January 2015}
{\bodytext{Developed a Big Data Visualization tool using Python,
JavaScript, and Qt. Later ported it to the web using
Django. Also researched on and prototyped realtime audio
streaming technology.}}
}
\roottitle{Education}
\headedsection
{\href{https://www.htw-berlin.de}{HTW Berlin}}
{\textsc{Berlin, Germany}} {%
\headedsubsection
{BSc in Applied Computer Science}
{2012 -- 2016}
{\bodytext{Developed multiple multimedia projects. Bachelor thesis
discusses zepto-js, the JavaScript version of zepto for frontend
and in-browser efforts. All of the projects and the thesis are available
online on Github. Final grade average of \texttt{1.76} (equivalent
GPA of ~\texttt{3.24}).}}
}
\headedsection
{Jean-Paul-Gymnasium Hof}
{\textsc{Hof, Germany}} {%
\headedsubsection
{Abitur \textnormal{~(Pre-University Secondary Education)}}
{2003 -- 2011}
{\bodytext{Humanist and musical highschool, i.e. education in five
foreign languages and classical guitar.}}
}
\roottitle{Non-Work Projects}
\headedsection
{\href{https://zepto.veitheller.de/}{zepto}}
{} {%
\bodytext{zepto is a programming language with a focus on
naïveté, malleability, and friendliness. It is both
a testbench for new ideas in \acr{PLT} and a pragmatic,
usable implementation of a Scheme with a "batteries
included" mindset. The first stable release was announced
on the 15\textsuperscript{th} of December 2016.}
}
\headedsection
{\href{https://github.com/VetoProjects/}{VeTo Projects}}
{} {%
\bodytext{VeTo Projects is a collaboration between two friends. Notable
projects include web-based \acr{VJ} and \acr{DJ} applications
(complete with \acr{MIDI} controls), and an audiovisual live
coding editor for \acr{GLSL}, \acr{QML}, and and audio live
coding framework for Python.}
}
\roottitle{Non-Technical}
\vspace{0.5em}
\inlineheadsection
{Natural languages:}
{German \emph{(mother tongue)}, English
\emph{(near-native proficiency, certified C1)}, French
\emph{(professional proficiency, certified B2)}, Spanish
\emph{(professional proficiency, certified B1+)}, and Japanese
\emph{(elementary proficiency, certified B1)}. Non-professionally
viable knowledge of a handful other languages.}
\end{document}