diff --git a/resume.tex b/resume.tex index 6509ca3..6199f33 100644 --- a/resume.tex +++ b/resume.tex @@ -68,20 +68,28 @@ \newcommand{\resumeItemListStart}{\begin{itemize}} \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} -%------------------------------------------- -%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% - +%------------------------------------------------------ +% Resume Start \begin{document} -%----------HEADING----------------- +%------------------------------------------------------ +% 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 \\ + \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----------------- + +%------------------------------------------------------ +% Education \section{Education} \resumeSubHeadingListStart \resumeSubheading @@ -89,8 +97,8 @@ {Bachelor of Science in Software Engineering}{Aug. 2022 -- Aug. 2026} \resumeSubHeadingListEnd - -%-----------EXPERIENCE----------------- +%------------------------------------------------------ +% Experience \section{Experience} \resumeSubHeadingListStart @@ -100,24 +108,40 @@ \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 on 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. } + \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, JAMF, macOS, Microsoft Windows, Cisco, MS Office 365} + \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{QuantDesk} - {Python backend for a web application used by hedge fund managers for portfolio management.} + \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 @@ -133,9 +157,7 @@ % Soft Skills \section{Soft Skills} \resumeSubHeadingListStart - \item{ - \textbf{Programming Languages}{: Bash, Golang, Python, C, JavaScript, SQL, Java} - } + \item{{Analytical, Autonomous, Collaborative, Communicative, Critical, Curious, Flexible, Motivated, Organized, Passionate, Tenacious, Transparent}} \resumeSubHeadingListEnd %------------------------------------------------------ @@ -149,8 +171,10 @@ \textbf{Technologies}{: GNU/Linux, AWS, Puppet, Grafana, Prometheus, Docker, BitBucket, Git, macOS, JAMF, Cisco} } \item{ - \textbf{Core Concepts}{: Hardware, Programming (DSA), SDLC, DevOps, Cloud Computing, Cybersecurity, Data Management, Networking, HCI (UI/UX), ITIL} + \textbf{Core Concepts}{: Hardware, Programming (DSA), SDLC (Agile), DevOps, Cloud Computing, Cybersecurity, Data Management, Networking, HCI (UI/UX), ITIL} } \resumeSubHeadingListEnd -%------------------------------------------- + +%------------------------------------------------------ +% Resume End \end{document}