Try making document more spacious

This commit is contained in:
Kristóf Tóth 2020-08-03 12:47:45 +02:00
parent 99f6fd7efd
commit f590ad0450
1 changed files with 18 additions and 4 deletions

View File

@ -25,6 +25,7 @@
\pagestyle{fancy}
\fancyfoot[C]{\thepage}
\begin{document}
\thispagestyle{empty}
@ -56,7 +57,10 @@ 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{itemize}[itemsep=2pt,parsep=2pt]
\begin{minipage}{.98\textwidth}
\begin{small}
\begin{itemize}[itemsep=2pt,parsep=2pt,leftmargin=1.5em]
\item Created and maintained a \href{https://github.com/avatao-content/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
@ -72,14 +76,20 @@ Striving to advance my craft, understand more and learn new things every day.
\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{itemize}
{\small Technical stack: OCI containers, GNU/Linux, Git, Python, C/C++, ZeroMQ, gRPC, SQL, Redis, JS, Angular}\\[2ex]%
Technical stack: OCI containers, GNU/Linux, Git, Python, C/C++, ZeroMQ, gRPC, SQL, Redis, JS, Angular\\[2ex]%
\end{small}
\end{minipage}
\vspace{-3ex}
\textbf{Teaching Assistant} @ Budapest University of Technology and Economics, Budapest\hfill2017--present
\begin{minipage}{.98\textwidth}
\begin{small}
\begin{itemize}
\item Lecturing lab courses, grading assignments and assisting students of the Databases course
\end{itemize}
\end{small}
\end{minipage}
\section{Education}
@ -92,10 +102,12 @@ Strong command of \textbf{English} (\textbf{C1} exam since 2013), native Hungari
\section{Related Leisure Activities}
\begin{itemize}[itemsep=2pt,parsep=2pt]
\begin{minipage}{.98\textwidth}
\begin{small}
\begin{itemize}[itemsep=2pt,parsep=2pt,leftmargin=1.5em]
\item Maintaining and playing with tech I keep around the house:
\begin{footnotesize}
\begin{itemize}
\begin{itemize}[leftmargin=1.5em]
\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{itemize}
@ -106,6 +118,8 @@ Strong command of \textbf{English} (\textbf{C1} exam since 2013), native Hungari
\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{itemize}
\end{small}
\end{minipage}
\end{document}