181 lines
7.3 KiB
TeX
181 lines
7.3 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}}
|
|
|
|
%------------------------------------------------------
|
|
% Resume Start
|
|
|
|
\begin{document}
|
|
|
|
%------------------------------------------------------
|
|
% Heading
|
|
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
|
|
\textbf{\Large Christian Goeschel Ndjomouo} & Email : \href{mailto:cgoesc2@wgu.edu}{cgoesc2@wgu.edu}\\
|
|
\href{https://christiangoeschel.com/}{www.christiangoeschel.com} & Mobile : +1-514-603-2451 \\
|
|
\href{https://gitea.christiangoeschel.com/christiangoeschel/}{gitea.christiangoeschel.com} \\
|
|
\end{tabular*}
|
|
|
|
%------------------------------------------------------
|
|
% Summary
|
|
\section{Summary}
|
|
{I am overly curious and passionate about information technology, and my curiosity often makes me go the extra mile to understand how and why a given technology works.
|
|
In addition, I find pleasure and excitement in the process of problem resolution and am a strong proponent of writing code that not only solves issues but also aims at maintainability and idempotency. }
|
|
|
|
|
|
%------------------------------------------------------
|
|
% 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 Administrator}{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, reliability, compatibility between various desktop environments/window servers, and overall maintainability. }
|
|
\break
|
|
\resumeItem{Successfully implemented a CI/CD pipeline for the Puppet control repository used for the configuration management of GNU/Linux workstations. Workflows part of the pipeline include tasks like static source file linting, changelog generations, automatic SemVer tagging, and package builds deployed on JFrog artifactory. }
|
|
\break
|
|
\resumeItem{During the renovations of the Montreal office, I created a simple CLI tool that read EDID blobs to parse needed hardware information like serial number, vendor, model name and also retrieved the built-in network card MAC address by simply plugin a USB-C cable to new docking monitors. The parsed data of all 110 monitors was written to a CSV file which I later used to whitelist MAC addresses on the network and perform an inventory of the scanned material in one go. With this, I could reduce the actual execution time from an estimated 6 hours to less than 2 hours.}
|
|
\break
|
|
\break
|
|
\textbf{Technologies used}{: Bash, Git, Puppet, Ubuntu GNU/Linux, JFrog, BitBucket, Jira, JAMF, macOS, Microsoft Windows, Cisco, MS Office 365}
|
|
\resumeItemListEnd
|
|
|
|
\resumeSubheading
|
|
{OVHcloud}{Montreal, QC, Canada}
|
|
{Cloud Customer Representative}{Aug 2022 - Apr 2024}
|
|
\resumeItemListStart
|
|
\resumeItem{Assisted customers in the resolution of hard-/software related server issues, in a cloud/data-center infrastructure with over 400.000 servers worldwide}
|
|
\resumeItem{Network performance analysis and troubleshooting}
|
|
\resumeItem{System-/Network configuration and security assistance}
|
|
\resumeItem{High level Docker and Kubernetes troubleshooting}
|
|
\resumeItem{Bash scripting for administrative task automation on servers}
|
|
\resumeItemListEnd
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
%------------------------------------------------------
|
|
% Volunteering
|
|
\section{Volunteering}
|
|
|
|
\resumeSubHeadingListStart
|
|
\resumeSubheading
|
|
{(ISC)²}{Montreal, QC, Canada}
|
|
{Exam Developer (SME)}{Jun 2023 - Oct 2024}
|
|
\resumeItemListStart
|
|
\resumeItem{Served as a subject matter expert (SME) to create new exams or update and refresh existing "(ISC)² Certified in Cybersecurity" exams in a collaborative setting with other SMEs. }
|
|
\resumeItemListEnd
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
%------------------------------------------------------
|
|
% Certifications
|
|
\section{Certifications}
|
|
\resumeSubHeadingListStart
|
|
\resumeItem{LPIC-1 (Linux Professional Institute)}
|
|
\resumeItem{CCNA (Cisco Certified Network Associate)}
|
|
\resumeItem{PCEP (Certified Entry-Level Python Programmer)}
|
|
\resumeItem{(ISC)² Certified in Cybersecurity - (CC)}
|
|
\resumeSubHeadingListEnd
|
|
|
|
%------------------------------------------------------
|
|
% Soft Skills
|
|
\section{Soft Skills}
|
|
\resumeSubHeadingListStart
|
|
\item{{Analytical, Autonomous, Collaborative, Communicative, Critical, Curious, Flexible, Motivated, Organized, Passionate, Tenacious, Transparent}}
|
|
\resumeSubHeadingListEnd
|
|
|
|
%------------------------------------------------------
|
|
% Technical Skills
|
|
\section{Technical Skills}
|
|
\resumeSubHeadingListStart
|
|
\item{
|
|
\textbf{Programming Languages}{: Bash, Golang, Python, C, JavaScript, SQL, Java}
|
|
}
|
|
\item{
|
|
\textbf{Technologies}{: AWS, BitBucket, Cisco, Confluence, Docker, Git, GNU/Linux, Grafana, HTML/CSS, JAMF, Jira, Kubernetes, macOS, Prometheus, Puppet, UML}
|
|
}
|
|
\item{
|
|
\textbf{Core Concepts}{: Hardware, Programming (DSA), SDLC (Agile), DevOps, Cloud Computing, Cybersecurity, Data Management, Networking, HCI (UI/UX), ITIL}
|
|
}
|
|
\resumeSubHeadingListEnd
|
|
|
|
%------------------------------------------------------
|
|
% Resume End
|
|
\end{document}
|