I seem to remember that in some iteration, it was necessary to keep the left title vertically aligned, but that doesn't seem to be the case anymore.
130 lines
3.1 KiB
TeX
130 lines
3.1 KiB
TeX
\documentclass[]{friggeri-cv}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{bchart}
|
|
\usepackage[normalem]{ulem}
|
|
|
|
\begin{document}
|
|
\header{Tim Van den Eynde}{Computer Scientist / Software Developer}
|
|
|
|
|
|
\begin{aside}
|
|
\section{Contact}
|
|
\vspace*{0.57cm}\\
|
|
Nerviërsstraat 62\\
|
|
3000 Leuven\\
|
|
Belgium\\
|
|
~\\
|
|
\href{mailto:hireme@vdeynde.com}{hireme@vdeynde.com}\\
|
|
~\\
|
|
\section{Programming}
|
|
\vspace*{0.47cm}\\
|
|
\hspace*{-0.3cm}\begin{bchart}[max=10,width=3.4cm,plain]
|
|
\bcbar[plain,text=Python]{9}
|
|
\bcbar[plain,text=Java]{7}
|
|
\bcbar[plain,text=Rust]{5}
|
|
\bcbar[plain,text=C/C++]{7}
|
|
\end{bchart}
|
|
\vspace*{0.5cm}\\
|
|
\section{General skills}
|
|
\vspace*{0.47cm}\\
|
|
\hspace*{-0.3cm}\begin{bchart}[max=10,width=3.4cm,plain]
|
|
\bcbar[plain,text=Git]{9}
|
|
\bcbar[plain,text=Linux CLI]{7}
|
|
\bcbar[plain,text=Regex]{9}
|
|
\bcbar[plain,text=\LaTeX]{6}
|
|
\end{bchart}
|
|
\vspace*{0.5cm}\\
|
|
\section{Languages}
|
|
\vspace*{0.47cm}\\
|
|
\hspace*{-0.3cm}\begin{bchart}[max=10,width=3.4cm,plain]
|
|
\bcbar[plain,text=Dutch]{10}
|
|
\bcbar[plain,text=English]{8}
|
|
\bcbar[plain,text=French]{5}
|
|
\end{bchart}
|
|
\end{aside}
|
|
|
|
\section*{Work experience}
|
|
\begin{entrylist}
|
|
\entry
|
|
{2015-...}
|
|
{Software Engineer / Architect / Devops}
|
|
{Mobile Vikings}
|
|
{Python 3 / Django}
|
|
\end{entrylist}
|
|
|
|
\section*{Education}
|
|
\begin{entrylist}
|
|
\entry
|
|
{2016-2017}
|
|
{Ph.D. Computer Science (Knowledge Representation)}
|
|
{KU Leuven}
|
|
{(Interrupted working at Mobile Vikings - did not finish)}
|
|
\entry
|
|
{2013-2015}
|
|
{M.Sc. Computer Science (Secure Software)}
|
|
{KU Leuven}
|
|
{Thesis: \emph{Integrating a Theory of Linear Arithmetic in IDP}}
|
|
\entry
|
|
{2010-2013}
|
|
{B.Sc. Computer Science}
|
|
{KU Leuven}
|
|
{}
|
|
\end{entrylist}
|
|
|
|
\section*{Major projects}
|
|
\begin{entrylist}
|
|
\entry
|
|
{2017-...}
|
|
{Unleashed Web API}
|
|
{Mobile Vikings}
|
|
{Django REST Framework, Swagger}
|
|
\entry
|
|
{2019}
|
|
{Hosting migration to AWS}
|
|
{Mobile Vikings}
|
|
{Docker, Kubernetes, S3, Ansible}
|
|
\entry
|
|
{2018-...}
|
|
{Personal hosting}
|
|
{---}
|
|
{Linux, Nextcloud, gitea, nginx, PostgreSQL, mail}
|
|
\end{entrylist}
|
|
|
|
\section*{Extracurricular activities}
|
|
\begin{entrylist}
|
|
\entry
|
|
{2015-2018}
|
|
{Participating CTF events}
|
|
{HacknamStyle}
|
|
{}
|
|
\entry
|
|
{2015}
|
|
{Winner of the Cyber Security Challenge Belgium}
|
|
{Nviso}
|
|
{Team: HacknamStyle Jr.}
|
|
\entry
|
|
{2010-...}
|
|
{Nightly testing and user support}
|
|
{Mozilla Foundation}
|
|
{Registered Mozillian: \href{https://mozillians.org/u/Timvde/}{https://mozillians.org/u/Timvde/}}
|
|
\entry
|
|
{2014-2019}
|
|
{Active member}
|
|
{ULYSSIS VZW}
|
|
{System administration, daily operation, workshops}
|
|
\entry
|
|
{2011-2015}
|
|
{Praesidium}
|
|
{Wina Leuven VZW}
|
|
{Web team, course service, bar team}
|
|
\entry
|
|
{2009-2013}
|
|
{Leader}
|
|
{Chiro Wilduraantjes}
|
|
{Certified animator: 2011}
|
|
\end{entrylist}
|
|
|
|
%\section*{\sout{Buzzwords} Keywords}
|
|
%Github, Gitlab, VPS, Digital Ocean, hosting, Linux, vim, Android, GPG, PostgreSQL, MySQL, nginx, apache, postfix, dovecot, scrum, kanban, agile, microservices, docker, type systems, mypy, Z3, security, devops
|
|
\end{document}
|