add: add resume.tex

This commit is contained in:
christiangoeschel 2025-01-22 09:52:19 -05:00
commit 4a1a128640

155
resume.tex Normal file
View File

@ -0,0 +1,155 @@
%-------------------------
% 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}[2]{
\item\small{
\textbf{#1}{: #2 \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}
{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{Configuration Management}
{Maintain and monitor the configuration state of \textbf{over 3000} GNU/Linux, Windows and macOS workstations, to ensure that the latest security patches, networking profiles, application settings and other configurations are continuously applied.}
\break
\resumeItem{Scripting and programming}
{Developed command line tools, system daemons and helper scripts for GNU/Linux workstations to streamline administrative tasks, provide tools for users and fix bugs. Version control was done with Git, the programming languages used were Bash and Python and the contionous deployment via Puppet.}
\break
\resumeItem{IT equipment installation}
{ IT equipment of various kinds, e.g. }
\resumeItem{Community management}{}
\break
\break
\textbf{Technologies used}{: Puppet, Bash, Git, Ubuntu GNU/Linux, PowerShell, JAMF, Cisco, O365}
\resumeItemListEnd
\resumeSubheading
{Lucena Research}{Atlanta, GA}
{Data Scientist}{Summer 2012 and 2013}
\resumeItemListStart
\resumeItem{Portfolio Management}
{Created models for portfolio hedging, portfolio optimization and price forecasting. Also creating a strategy backtesting engine used for simulating and backtesting strategies.}
\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{Programming Skills}
\resumeSubHeadingListStart
\item{
\textbf{Languages}{: Bash, Golang, Python, C, JavaScript, SQL, Java}
}
\item{
\textbf{Technologies}{: GNU/Linux, AWS, Puppet, Grafana, Prometheus, Docker}
}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}