From 24d1164c76850aa4d2b66473f5939caa36f7ea4d Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 4 Feb 2024 12:12:49 +0100 Subject: [PATCH] Write CV. --- cv.tex | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 123 insertions(+), 16 deletions(-) diff --git a/cv.tex b/cv.tex index a1b9e95..52149da 100644 --- a/cv.tex +++ b/cv.tex @@ -1,28 +1,135 @@ -\documentclass[11pt]{article} +% # Copyright (c) 2023-2024 Jakub Czajka +% License: GPL-3.0 or later. -\title{ Title} -\author{ Jakub Czajka } -\date{\today} +\documentclass[fontsize=10]{tccv} \begin{document} -\maketitle -\pagebreak -% Optional TOC -% \tableofcontents -% \pagebreak +\part{Jakub Czajka} -%--Paper-- +\begin{eventlist} -\section{Section 1} +\end{eventlist} -Lorem Impsum +\section{Work experience} +\begin{eventlist} -\pagebreak -\section{Section 2} -Lorem Ipsum \\ +\event{November 2023 -- Present} + {Google, Warsaw, Poland} + {Software Engineer III (L4)} -%--/Paper-- +\event{June 2022 – October 2023} + {} + {Software Engineer II (L3)} + +Development of a highly available, high throughput spatial scheduling system for +the cluster management system +\href{https://research.google/pubs/large-scale-cluster-management-at-google-with-borg}{Borg}. +The system makes spatial placement decisions for Google’s internal workloads. + +\event{January 2021 – April 2022} + {Amazon, Gdańsk, Poland} + {Software Development Engineer (L4)} + +Development of an on-device processing engine for +\href{https://alexa.amazon.com}{Amazon Alexa}. The engine uses machine learning +to process user’s voice on many different Alexa architectures, often under heavy +resource constraints. + +\event{June 2020 – September 2020} + {Amazon Web Services, Berlin, Germany} + {Software Development Engineer Intern} + +Research and implement a prototype of a user interface for SCRUM planning +sessions. + +\event{June 2019 – September 2019} + {European Organization for Nuclear Research (CERN), Gevena, Switzerland} + {Software Engineering Intern} + +Development of a platform for self-teaching +\href{https://cern.service-now.com/service-portal?id=service_element&name=fesa}{FESA} +- a real-time framework for controlling and monitoring particle accelerators. + +\end{eventlist} + +\section{Education} + +\begin{eventlist} + +\event{October 2017 – January 2021} + {AGH University of Science and Technology, Kraków, Poland} + {Bachelor’s degree in Computer Science} + +\begin{itemize} + +\item Final grade: 5.0 (GPA 4.71, top 10\%). + +\item Multiple scholarships for excellent grades. + +\item Thesis: ``Framework for distributed big volume data analysis from LHC ALICE +experiment (CERN) using O2 software package''. + +\end{itemize} + +\end{eventlist} + +\personal[ekhem.eu.org] + {Warsaw, Poland} + {\href{https://www.linkedin.com/in/jakub-czajka-b583a4194}{linkedin.com/jakub-czajka-b583a4194}} + {jakub.czajka1998@gmail.com} + +\section{Publications} + +\begin{eventlist} + +\begin{itemize} + +\item \textbf{J. Czajka}, J. Otwinowski, and J. Kitowski, ``Non-Intrusive Data +Inspection for Message-Based Systems'', Comput. Inform., vol. 40, no. 4, pp. +796–814, Dec. 2021.\newline +\href{https://doi.org/10.31577/cai_2021_4_796}{https://doi.org/10.31577/cai\_2021\_4\_796}. + +\end{itemize} + +\end{eventlist} + +\section{Personal projects} + +\begin{eventlist} + +My projects are available at \href{https://git.ekhem.eu.org}{git.ekhem.eu.org}. +Highlights: + +\begin{itemize} + +\item \href{https://git.ekhem.eu.org/?p=gym.git;a=summary}{gym.git} - HTTP +interface for a database tracking gym progress. \textbf{Technologies}: HTTP Nginx +server with shell scripts connected through fastCGI, Postgres. + +\item \href{https://git.ekhem.eu.org/?p=gdrive_knife.git;a=summary}{gdrive\_knife.git} +- Swiss army knife for working with Google Drive. Provides commands for +encrypting, archiving and uploading files. \textbf{Technologies}: Python, OAuth, +Google Drive API, symmetric cryptography. + +\item \href{https://git.ekhem.eu.org/?p=server.git;a=summary}{server.git} - +Configuration files for many services deployed on a server. +\textbf{Technologies}: Postfix, Dovecot, Postgres, fail2ban, Matrix and more. + +\item \href{https://git.ekhem.eu.org/?p=metadata.git;a=summary}{metadata.git} - +Metadata files (descriptions, hooks etc.) for the other git repositories. +Contains many Ansible scripts for deploying other server's services. + +\end{itemize} + +\end{eventlist} + +\section{Professional summary} + +I am a highly motivated software engineer focused primarly on delivering results. +I have experience across the whole programming stack - frontend, backend, +CI/CD etc. I am able to quickly pick up new technologies and I am confident I +can be positive addition to any software development team. \end{document} -- 2.39.5