resume/resume.tex

140 lines
5.2 KiB
TeX

\documentclass[12pt,a4paper]{article}
\usepackage{latexplate}
\usepackage[left=10mm,right=10mm,top=7mm,bottom=7mm]{geometry}
\usepackage[english]{babel}
\usepackage[defaultlines=10,all]{nowidow}
\usepackage{hyperref}
\usepackage{parskip}
\usepackage{enumitem}
\usepackage{titlesec}
\setmainfont{Constantia}
\setmonofont{DejaVu Sans Mono}
\hypersetup{
colorlinks=false,
pdfborderstyle={/S/U/W 1},
urlbordercolor=lightgray
}
\setcounter{secnumdepth}{0}
\titlespacing\section{0pt}{2ex plus 0pt minus 0pt}{1ex plus 0pt minus 0pt}
\renewcommand{\headrulewidth}{0pt}
\fancyhead{}
\fancyfoot{}
\pagestyle{fancy}
\fancyfoot[C]{\thepage}
\newenvironment{explisting}%
{%
\begin{minipage}{.98\textwidth}
\begin{small}
}%
{%
\end{small}
\end{minipage}
}
\newenvironment{expitemize}%
{%
\begin{itemize}[itemsep=2pt,parsep=2pt,leftmargin=1.5em]
}%
{%
\end{itemize}
}
\begin{document}
\thispagestyle{empty}
\begin{minipage}{.75\textwidth}
\begin{Huge}
\textbf{Kristóf Tóth}
\end{Huge}\\
\begin{large}
Software Engineer
\end{large}
\end{minipage}%
\begin{minipage}{.25\textwidth}
\begin{footnotesize}
\href{mailto:kristoftoth@protonmail.com}{kristoftoth@protonmail.com}\\
+36 20 807 2930\\
Budapest, Hungary\\
\href{https://resume.kristoftoth.hu}{resume.kristoftoth.hu}\\
\href{https://git.strongds.hu}{git.strongds.hu}
\end{footnotesize}
\end{minipage}
\vspace{1.5ex}
\makebox[\linewidth]{\rule{\paperwidth}{0.4pt}}
Pragmatic engineer with a strong passion for well-crafted software and IT systems.
Seeking to practice my profession delivering maintainable, quality code \& engineering to make a difference.
Striving to advance my craft, understand more and learn new things every day.
\section{Experience}
\textbf{Full Stack Software Engineer} @ \href{https://avatao.com}{Avatao.com}, Budapest\hfill2017--2020
\begin{explisting}
\begin{expitemize}
\item Created and maintained a \href{https://git.strongds.hu/mrtoth/baseimage-tutorial-framework}{framework} still used to create hundreds of interactive IT security tutorials and hacking labs
\item Managed open-sourcing efforts and led development of said framework --- writing, reviewing and merging code, dealing with licensing issues, coordinating with management, product owner and contributors, etc.
\item Created IT security exercises in a variety of topics: from buffer overflows, cryptography and API design to web security
\item Designed and implemented a library used to build all future backend web services
\item Gave several talks and workshops:
\begin{footnotesize}
\begin{expitemize}
\item \href{https://www.devseccon.com/seattle-2019/speaker/kristof-toth/}{DevSecCon Seattle 2019 --- Containerizing IT Security Knowledge}
\item \href{https://2019.owaspseasides.com/events/game-of-chromes-a-story-of-protecting-critical-web-applications-using-owasp-top-10}{OWASP Seasides 2019, South Goa, India --- A story of protecting critical web applications using OWASP Top 10}
\item \href{https://hacktivity.com/index.php/web-security-basics-owasp-top10-training/}{Hacktivity 2019, Budapest --- Web Security / OWASP TOP 10 training}
\end{expitemize}
\end{footnotesize}
\item Assisted sales team by lecturing technical demonstrations and explanations to customers
\item Attended conferences to provide engineering insight and technical detail for product pitches
\end{expitemize}
Applied daily: Clean code, OOP, SOLID principles, modular architecture, software craftsmanship\\
Technical stack: OCI containers, GNU/Linux, Git, Python, C/C++, ZeroMQ, gRPC, SQL, Redis, JS, Angular
\end{explisting}
\vspace{1ex}
\textbf{Teaching Assistant} @ Budapest University of Technology and Economics, Budapest\hfill2017--present
\begin{explisting}
\begin{expitemize}
\item Lecturing lab courses, grading assignments and assisting students of the Databases course
\end{expitemize}
\end{explisting}
\section{Education}
\textbf{Computer Engineering BSc}, Budapest University of Technology and Economics\\
Thesis: Designing and Developing a Framework for Tutorials on an Online Learning Platform, 2018
Strong command of \textbf{English} (\textbf{C1} exam since 2013), native Hungarian speaker
\section{Related Leisure Activities}
\begin{explisting}
\begin{expitemize}
\item Maintaining and playing with tech I keep around the house:
\begin{footnotesize}
\begin{expitemize}
\item Physical and virtualized servers running: DDNS, VPN, internal PKI, monitoring, Git, private cloud, network storage, home multimedia, etc.
\item Networking equipment and other stuff: routers, switches, UPSes, SoC boards, NASes, old laptops. Anything I can tinker with really.
\end{expitemize}
\end{footnotesize}
\item Casually breaking and fixing my Arch Linux installations
\item Using a virtual machine with VFIO GPU passthrough to play video games on a machine running Linux
\item Writing code for whatever reason I can come up with: streaming microphone audio from an old laptop to the PulseAudio server running on your desktop PC is way easier than buying an actual mic
\item Learning, taking my time to understand how things work from the ground up (be that technical or else)
\item Listening to the Grateful Dead!
\end{expitemize}
\end{explisting}
\end{document}