resume/resume.tex

147 lines
4.9 KiB
TeX

%-------------------------
% Resume in LaTex
% Author : Christian Goeschel Ndjomouo
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\usepackage[T1]{fontenc}
\usepackage[usefilenames,DefaultFeatures={Ligatures=Common}]{plex-otf} %
\renewcommand*\familydefault{\ttdefault} %% Only if the base font of the document is to be monospaced
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{-0.375in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://christiangoeschel.com/}{\Large Christian Goeschel Ndjomouo}} & Email : \href{mailto:cgoesc2@wgu.edu}{cgoesc2@wgu.edu}\\
\href{https://christiangoeschel.com/}{http://www.christiangoeschel.com} & Mobile : +1-514-603-2451 \\
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Western Governors University}{Salt Lake City, UT, USA}
{Bachelor of Science in Software Engineering}{Aug. 2022 -- Aug. 2026}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{OVHcloud}{Montreal, QC, Canada}
{IT Helpdesk Technician}{Apr 2024 - Present}
\resumeItemListStart
\resumeItem{Rewrote a security tool that authorizes a remote SSH connection to GNU/Linux user workstations which is used on more than 250 machines. This resulted in enhanced security, performance, compatibility across various desktop environments/window servers and overall maintainability. }
\resumeItem{Successfully implemented a CI/CD pipeline on the Puppet control repository used for the configuration management of GNU/Linux workstations. Workflows part of the pipeline include tasks like linting, changelog generations, automatic SemVer tagging, package builds deployed on JFrog artifactory. }
\break
\break
\textbf{Technologies used}{: Puppet, Bash, Git, Ubuntu GNU/Linux, JFrog, BitBucket, JAMF, Cisco, O365}
\resumeItemListEnd
\resumeSubheading
{OVHcloud}{Montreal, QC, Canada}
{Cloud Customer Representative}{Aug 2022 - Apr 2024}
\resumeItemListStart
\resumeItem{QuantDesk}
{Python backend for a web application used by hedge fund managers for portfolio management.}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------PROJECTS-----------------
\section{Projects}
\resumeSubHeadingListStart
\resumeSubItem{QuantSoftware Toolkit}
{Open source python library for financial data analysis and machine learning for finance.}
\resumeSubItem{Github Visualization}
{Data Visualization of Git Log data using D3 to analyze project trends over time.}
\resumeSubItem{Recommendation System}
{Music and Movie recommender systems using collaborative filtering on public datasets.}
% \resumeSubItem{Mac Setup}
% {Book that gives step by step instructions on setting up developer environment on Mac OS.}
\resumeSubHeadingListEnd
%
%--------PROGRAMMING SKILLS------------
\section{Technical Skills}
\resumeSubHeadingListStart
\item{
\textbf{Programming Languages}{: Bash, Golang, Python, C, JavaScript, SQL, Java}
}
\item{
\textbf{Technologies}{: GNU/Linux, AWS, Puppet, Grafana, Prometheus, Docker}
}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}