From 5c2b3e71c99efe7effa5033f770ee00500c424da Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 11 Sep 2021 16:45:39 +0200 Subject: Rename files --- education.tex | 23 +++++++++++++++++++ experiance.tex | 48 +++++++++++++++++++++++++++++++++++++++ general.tex | 19 ++++++++++++++++ other.tex | 19 ---------------- tech.tex | 64 --------------------------------------------------- technical.tex | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ work.tex | 48 --------------------------------------- 7 files changed, 162 insertions(+), 131 deletions(-) create mode 100644 education.tex create mode 100644 experiance.tex create mode 100644 general.tex delete mode 100644 other.tex delete mode 100644 tech.tex create mode 100644 technical.tex delete mode 100644 work.tex diff --git a/education.tex b/education.tex new file mode 100644 index 0000000..a1e58bf --- /dev/null +++ b/education.tex @@ -0,0 +1,23 @@ +\section{Education} + +\school{KTH Royal Institute of Technology} +{Master of Science in Electrical Engineering} +{2013 -- 2018} +{ +Undergraduate and graduate course within electrical engineering.} +\ruler + +\school{Imperial College London} +{Electrical and Electronic Engineering} +{2016 -- 2017} +{ +Exchange year during my M.Sc. +} +\ruler + +%\school{Dalian University of Technology} +%{Summer program in basic Mandarin and Chinese culture} +%{2014} +%{A summer program where I improved my understanding of Chinese culture and the Mandarin language.}\\ + +%\ruler diff --git a/experiance.tex b/experiance.tex new file mode 100644 index 0000000..4645384 --- /dev/null +++ b/experiance.tex @@ -0,0 +1,48 @@ +\section{Experience} +% \vspace{0.4cm} +% According to Google Recruiters, use the XYZ formula - Accomplished [X] as measured by [Y], by doing [Z] + +\company{Software Engineer} +{Nexure} +{Aug 2021 -- present} +{Stockholm, Sweden} +{ +Working with backend development for payment solutions. +\\\\ +Keywords: Kotlin, backend, SQL, Spring Boot, AWS, Kubernetes, microservices, Docker, CI/CD +\\ +} +\ruler + +\company{Machine Learning/Software Engineer} +{Saab} +{Oct 2020 -- Aug 2021 \qquad 10 months} +{Stockholm, Sweden} +{ +Worked on a cloud application for the surveillance and intelligence domain. Developed deep learning models for multi-modal sequence predictions. I also did a lot of backend engineering and data mining. +\\\\ +Keywords: Python, Kubernetes, Helm, Deep Learning, data mining, microservices, Kafka, Docker, CI/CD +\\ +} +\ruler + +\company{Machine Learning Engineer} +{Saab} +{Aug 2018 -- Oct 2020 \qquad 2 years and 2 months} +{Stockholm, Sweden} +{ +Researched potential use cases for machine learning within the electronic warfare domain. I also developed simulation software for complex signal environments. This simulator allowed the entire research team to investigate new ideas quicker. \\\\ +Keywords: Python, VHDL, PyToch, Digital Signal Processing +}\\ + +\ruler + +%\company{Master's Thesis} +%{Ericsson AB} +%{Jan 2018 -- June 2018 \qquad 6 months} +%{Stockholm, Sweden} +%{ +%Built a \textbf{natural language processing} system using a biologically %inspired machine learning algorithm, called \textbf{Hierarchical Temporal %Memory}, for detecting anomalies in system logs. Demonstrated that the system %was able to achieve similar performance to the existing system. Developed with %\textbf{Python}, \textbf{NuPIC}, and \textbf{pandas}. +%}\\ + +%\ruler diff --git a/general.tex b/general.tex new file mode 100644 index 0000000..2962089 --- /dev/null +++ b/general.tex @@ -0,0 +1,19 @@ +\subsection{General Skills} +% \vspace{-0.25cm} + +\programming{Languages}{ +\noindent\begin{tabularx}{5.1cm}{@{}ll} + \tabitem Swedish -- native & \tabitem English -- C2 +\end{tabularx} +} + +%\scriptsize\textbf{Driving License:} B\vspace{0.1cm} + + +\vspace{0.1cm} + +% \smallsubsection{Interests} + +% {\scriptsize Friends, programming, squash, opera, art, food} + +% \vspace{0.2cm} diff --git a/other.tex b/other.tex deleted file mode 100644 index a260cd0..0000000 --- a/other.tex +++ /dev/null @@ -1,19 +0,0 @@ -\smallsubsection{Other} -\vspace{0.1cm} - -\programming{Languages}{ -\noindent\begin{tabularx}{5.1cm}{@{}ll} - \tabitem Swedish -- native & \tabitem English -- C2 -\end{tabularx} -}\vspace{-0.25cm} - -%\scriptsize\textbf{Driving License:} B\vspace{0.1cm} - - -\vspace{0.1cm} - -% \smallsubsection{Interests} - -% {\scriptsize Friends, programming, squash, opera, art, food} - -% \vspace{0.2cm} \ No newline at end of file diff --git a/tech.tex b/tech.tex deleted file mode 100644 index 1bbe891..0000000 --- a/tech.tex +++ /dev/null @@ -1,64 +0,0 @@ -\vspace{0.1cm} - -\smallsubsection{Programming} - -\vspace{0.2cm} -\programming{Python -- Fluent}{ -Go-to language for most development, both at work and at home. -} - -\programming{Rust -- Familiar}{ -Really exciting language that I am currently picking up. -} - -\programming{Haskell -- Familiar}{ -Together with Rust, I find Haskell and functional programming really appealing and something I am striving to become an expert in. -} - -\programming{sh -- Intermediate}{ -Developed a lot of scripts. -} - -\programming{lua -- Familiar}{ -Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tree/master/.config/nvim}{config}. -} - -\programming{Kotlin -- Intermediate}{ -Used at work. -} - -\programming{Git -- Proficient}{ -Used all the time. -} - -\programming{Kafka -- Intermediate}{ -Used both at home and at work. -} - -\programming{NoSQL -- Intermediate}{ -Used both at home and at work. -} - -\programming{SQL -- Intermediate}{ -Used both at home and at work. -} - -\programming{Kubernetes -- Intermediate}{ -Used extensively at work together with \textbf{helm} and \textbf{docker}. -} - -\programming{Docker -- Proficient}{ -Used extensively at work and at home. -} - - -\vspace{0.1cm} -\smallsubsection{Machine Learning Frameworks} - -\vspace{0.2cm} -\programming{PyTorch -- Proficient}{ -Used extensively for $+4$ years. -} -\programming{PyTorch Lightning -- Proficient}{ -Used with PyTorch for $+1$ years. -} \ No newline at end of file diff --git a/technical.tex b/technical.tex new file mode 100644 index 0000000..51a0457 --- /dev/null +++ b/technical.tex @@ -0,0 +1,72 @@ +\vspace{0.1cm} + +\subsection{Programming} +\vspace{-0.25em} + +\programming{Python -- Fluent}{ +Go-to language for most development, both at work and at home. +} + +\programming{Rust -- Familiar}{ +Really exciting language that I am currently picking up. +} + +\programming{Haskell -- Familiar}{ +Together with Rust, I find Haskell and functional programming really appealing and something I am striving to become an expert in. +} + + +\programming{Kotlin -- Intermediate}{ +Used at work. +} + +\subsection{Scripting} +\vspace{-0.25em} + +\programming{sh -- Intermediate}{ +Developed a lot of scripts. +} + +\programming{lua -- Familiar}{ +Used for configuring my nvim \href{https://gitlab.com/aktersnurra/dotfiles/-/tree/master/.config/nvim}{config}. +} + +\subsection{Machine Learning Frameworks} +\vspace{-0.25em} + +\programming{PyTorch -- Proficient}{ +Used extensively for $+4$ years. +} +\programming{PyTorch Lightning -- Proficient}{ +Used with PyTorch for $+1$ years. +} + +\subsection{Frameworks} +\vspace{-0.25em} + +\programming{Git -- Proficient}{ +Used all the time. +} + +\programming{Kafka -- Intermediate}{ +Used both at home and at work. +} + +\programming{NoSQL -- Intermediate}{ +Used both at home and at work. +} + +\programming{SQL -- Intermediate}{ +Used both at home and at work. +} + +\programming{Kubernetes -- Intermediate}{ +Used extensively at work together with \textbf{helm} and \textbf{docker}. +} + +\programming{Docker -- Proficient}{ +Used extensively at work and at home. +} + + +\vspace{0.1cm} diff --git a/work.tex b/work.tex deleted file mode 100644 index e46616b..0000000 --- a/work.tex +++ /dev/null @@ -1,48 +0,0 @@ -\largesubsection{Experience} -\vspace{0.4cm} -% According to Google Recruiters, use the XYZ formula - Accomplished [X] as measured by [Y], by doing [Z] - -\company{Software Engineer} -{Nexure} -{Aug 2021 -- present} -{Stockholm, Sweden} -{ -Working with backend development for payment solutions. -\\\\ -Keywords: Kotlin, backend, SQL, Spring Boot, AWS, Kubernetes, microservices, Docker, CI/CD -\\ -} -\ruler - -\company{Machine Learning/Software Engineer} -{Saab} -{Oct 2020 -- Aug 2021 \qquad 10 months} -{Stockholm, Sweden} -{ -Worked on a cloud application for the surveillance and intelligence domain. Developed deep learning models for multi-modal sequence predictions. I also did a lot of backend engineering and data mining. -\\\\ -Keywords: Python, Kubernetes, Helm, Deep Learning, data mining, microservices, Kafka, Docker, CI/CD -\\ -} -\ruler - -\company{Machine Learning Engineer} -{Saab} -{Aug 2018 -- Oct 2020 \qquad 2 years and 2 months} -{Stockholm, Sweden} -{ -Researched potential use cases for machine learning within the electronic warfare domain. I also developed simulation software for complex signal environments. This simulator allowed the entire research team to investigate new ideas quicker. \\\\ -Keywords: Python, VHDL, PyToch, Digital Signal Processing -}\\ - -\ruler - -%\company{Master's Thesis} -%{Ericsson AB} -%{Jan 2018 -- June 2018 \qquad 6 months} -%{Stockholm, Sweden} -%{ -%Built a \textbf{natural language processing} system using a biologically %inspired machine learning algorithm, called \textbf{Hierarchical Temporal %Memory}, for detecting anomalies in system logs. Demonstrated that the system %was able to achieve similar performance to the existing system. Developed with %\textbf{Python}, \textbf{NuPIC}, and \textbf{pandas}. -%}\\ - -%\ruler -- cgit v1.2.3-70-g09d2