Skip to content

Commit

Permalink
Add about me section and increase the font size back to 11pt
Browse files Browse the repository at this point in the history
  • Loading branch information
letalvoj committed Jan 14, 2020
1 parent 09f50b6 commit 32675cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
Binary file modified resume.pdf
Binary file not shown.
40 changes: 16 additions & 24 deletions resume.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[10pt]{article}
\documentclass[11pt]{article}
\usepackage{array, xcolor, lipsum, bibentry}
\usepackage{scrextend}
\usepackage[margin=1.2cm]{geometry}
Expand Down Expand Up @@ -36,23 +36,24 @@
%\maketitle
{\center\bfseries\huge Vojtech Letal}
\hfill
{\bf Email:} [email protected]
{\bf Email:} [email protected]
{\bf Phone:} +420775330515

%\section*{Objective}
%My objective is to be satisfied with my everyday job mainly by feeling productive and seeing results of my work.
%I like playing with technologies, exploring data and getting deeper understanding of programming languages.
%I love designing and producing high quality maintainable code.
\section*{About me}
I am a machine learning engineer with rich experience including software engineering and applied research.
During my career, I worked on several ML projects which taught me how to build a data processing pipelines and push models into production.
I am writing production code mainly in Scala, Java, and most recently Python which allowed me to develop a deeper understanding of programming paradigms, data structures, and coding styles and find a passion for functional programming.
Currently, I’d like to either contribute to a product where I’d be able to see the direct impact of my work or to immerse myself into development of a library where the main focus would be performance and code clarity.

\section*{Professional Experience}
\subsubsection*{\bf Machine Learning Engineer - Blindspot.ai (Prague, Czechia) \hfill 09/2015--present}
\begin{itemize}
\setlength\itemsep{-0.25em}
\item Led a team of developers working on several analytical tasks for a US-based cybersecurity startup
\item Leading a team of developers working on several analytical tasks for a US-based cybersec startup
\item Responsible for developing a real-time event-based anomaly detection platform using Apache Flink and Apache Spark
\item Prototyped regression model for the Czech presidential election which confidently predicted the outcome from less than 5\% of early results
\item Contributed to visualization and optimization toolbox which allowed a European fast-food company to optimize its supply chain by 80~km (50\%) or 1~hour (17\%) per delivery route
\item Worked on toolbox designed to analyze correlations between crimes and external conditions like weather using data from LAPD
\item Worked on toolbox designed to analyze correlations between crimes and external conditions like weather using data from a local police department
\item Developed custom-tailored software solutions for a variety of problems including data analysis and optimization
\end{itemize}

Expand All @@ -69,9 +70,9 @@ \subsubsection*{\bf DS12 Resident - DataScience Inc. (Culver City, CA, USA)\hfil
\subsubsection*{R\&D - Cisco Systems (Prague, Czechia)\hfill 06/2014--08/2015}
\begin{itemize}
\setlength\itemsep{-0.25em}
\item Collaborated with a team which developed state-of-the-art anomaly detection system on network traffic data
\item Worked in a team which developed state-of-the-art anomaly detection system on network traffic data
\item Implemented novel Bayesian inference algorithm to estimate probability of maliciousness of domains
\item Worked extensively with big data technologies such as Twitter Scalding and Apache Spark
\item Extensively used big data technologies such as Twitter Scalding and Apache Spark
\end{itemize}

\section*{Education}
Expand All @@ -83,12 +84,13 @@ \subsubsection*{\bf Bachelor’s degree \hfill 09/2009--06/2012}
\vspace{-1.5mm}
Czech Technical University in Prague - Communication, Multimedia and Electronics - Communication technology

\section*{Skills}
\section*{Knowledge}
\begin{description}
\setlength\itemsep{0.05em}
\item[Languages] Czech (Native), English (Fluent)
\item[Programming] Python, Scala, Java SE/EE, Shell scripting, C/C++
\item[Analytics] Scikit-learn, Spark, Mathematica, TensorFlow, Matlab, R
\item[Programming] Python, Scala, Java, Shell scripting, PostgreSQL, C/C++ (basics), HTML+JS (scraping)
\item[DevOps] CI/CD tools, Docker, Terraform, Ansible, Networking (basics)
\item[Frameworks] Scikit-Learn Ecosystem, Pandas, NetworkX, Shapeless, Cats, Apache Spark, Apache Flink
\end{description}

\section*{Patents}
Expand All @@ -101,18 +103,8 @@ \section*{Publications}
\bibentry{letal2015finding}.

\section*{Activities}
Rock climbing, yoga, pilates, squash, reading, traveling

%\begin{description}
% \setlength\itemsep{0.05em}
% \item[Rock climbing] I usually go climbing several times a month. When I was on high-school I used to lead a course for kids.
% \item[Squash] I participated in an amateur squash league in Prague ending up in 17. league.
% \item[Other] Since I graduated I've tried to do more activities elaborate activities like reading, running, pilates, etc.
%\end{description}
Rock climbing, Yoga, Meditations, Reading, Traveling, Parenting

{\vfill
\scriptsize\hfill Yes, this was typed in \LaTeX. Order of skills in descending order positively correlates with both my knowledge and preference.}

%\fancyfoot[R]{Yes this was typed in \LaTeX. Skills somewhat correlate with both knowledge and preference in descending order.}

\end{document}

0 comments on commit 32675cb

Please sign in to comment.