cv/marko_korhonen_cv_en.tex
2024-05-10 20:16:07 +03:00

164 lines
4.1 KiB
TeX

% !TEX TS-program = xelatex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV for A4 paper format
% XeLaTeX Template
% Version 1.1
%
% A4 version author:
% Marvin Frommhold (depressiverobot.com)
% https://github.com/depressiveRobot/friggeri-cv-a4
%
% Original author:
% Adrien Friggeri (adrien@friggeri.net)
% https://github.com/afriggeri/CV
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Options
% 'print': remove colors from this template for printing
% 'nocolors' to disable colors in section headers
\documentclass[]{friggeri-cv-a4}
\def\cvLang{en}
\begin{document}
\header{Marko }{Korhonen}{software developer} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------
\begin{aside} % In the aside, each new line forces a line break
\section{contact}
\restorecr
\include{contact_info}
\obeycr
\section{languages}
\textbf{fluent}
finnish \& english
\textbf{basics}
german, russian \& swedish
\section{programming}
Java
Bash
Rust
Python
HTML \& CSS
JavaScript
Node.js
React
\end{aside}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{interests}
programming, open source software, Linux, networking, self-hosted applications, servers, computer repairs
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{education}
\begin{entrylist}
\entry
{2016 - 2020}
{Bachelor of ICT}
{Metropolia UoAS}
{Specialization in Software Engineering}
\entry
{2018 - 2019}
{Student Exchange}
{Frankfurt UoAS, Germany}
\entry
{2013 - 2015}
{Upper secondary {\normalfont qualification}}
{Saimaan Ammattiopisto}
{Specialization in Business Economics}
\entry
{2009 - 2012}
{High school {\normalfont and matriculation examination}}
{Lauritsalan Lukio}
\end{entrylist}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{experience}
\begin{entrylist}
\entry
{05/2020 -}
{Rossum Oy}
{Full-time job}
{Software developer}
\entry
{06-07/2018}
{Uskonnen Oy}
{Internship}
{Repairing and troubleshooting customer computers.\\
Also selling computers}
\entry
{06-07/2017}
{Auto-Suni Oy Lappeenranta}
{Internship}
{Internal technical support}
\entry
{2014-2015, 2017}
{Gigantti Oy Lappeenranta}
{Part-time job}
{Service adviser and dispatcher of customer electronics,\\
customer service, warehouse work}
\entry
{07-08/2014}
{Kaskein Marja Oy}
{Summer job}
{Warehouse worker}
\entry
{2010-2012}
{K-Market Niiva}
{Summer job}
{Grocery store worker}
\end{entrylist}
\section{projects}
I have participated in numerous programming projects during my time at\\
Metropolia. These have been the most fruitious
\begin{itemize}
\item \textbf{Scorebook} (Closed source project)
\begin{itemize}
\item Innovation project for the Finnish Baseball association, where a new score keeping application was developed using modern technologies
\end{itemize}
\item \textbf{Codename Frozen Omega} \href{https://gitlab.com/ReekyMarko/Codename-Frozen-Omega}{(Link to source code)}
\begin{itemize}
\item An ecosystem simulator written in Java
\end{itemize}
\item \textbf{Codename Swift Steel} \href{https://gitlab.com/ReekyMarko/Codename-Swift-Steel}{(Link to source code)}
\begin{itemize}
\item A robotic hand built from LEGO and programmed in Java
\end{itemize}
\end{itemize}
\let\cleardoublepage\clearpage
\end{document}