\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.0em} \roottitle{Work Experience} \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 Bright’s 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 under pressure, both mundane --- e.g. critically failed deploys --- and unusal --- e.g. \acr{DoS} attacks.}} } \headedsection {\href{https://inka.htw-berlin.de/}{HTW INKA}} {\textsc{Berlin, Germany}} {% \headedsubsection {\href{https://inka.htw-berlin.de/inka/projekte/signal}{Research Assistant (SIGNAL)}} {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.}} \headedsubsection {\href{https://inka.htw-berlin.de/inka/projekte/fki}{Research Assistant (FKI)}} {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.recurse.com}{Recurse Center}} {\textsc{New York City, NY}} {% \headedsubsection {Recurser (Sabbatical)} {May 2017 -- August 2017} {\bodytext{Researched and explored personal projects during a self-directed 3-month programming retreat.}} } \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. \href{https://github.com/hellerve/bachelor-thesis/raw/master/thesis/thesis.pdf}{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://github.com/hellerve/e}{e}} {}{% \bodytext{e is a lightweight, minimal editor. It supports a wide variety of Operating Systems and is customizable through Lua. The executable is smaller than that of any other editor of comparable feature size.} } \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.} } \headedsection {\href{http://blog.veitheller.de/}{Blog}} {} {% \bodytext{I have a very active mostly technical blog. All of the software for it is \href{https://github.com/hellerve/blog}{open source} and custom.} } \headedsection {\href{https://github.com/VetoProjects/}{VeTo Projects}} {} {% \bodytext{VeTo Projects is a collaboration between two friends. Notable projects include an audiovisual live coding editor for \acr{GLSL}, \acr{QML}, and an 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}