mirror of
https://github.com/CPunch/resume.git
synced 2024-11-13 07:20:04 +00:00
Improved formatting, updated phrasing, added OpenFusion
This commit is contained in:
parent
4facdfa11d
commit
75e3ba61f6
@ -18,6 +18,9 @@
|
||||
% include Awesome-CV, with 11pt font and A4 paper size
|
||||
\documentclass[11pt, a4paper]{awesome-cv}
|
||||
|
||||
% disable first 3 letter highlight
|
||||
\setbool{acvSectionColorHighlight}{false}
|
||||
|
||||
% config geometry
|
||||
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
|
||||
|
||||
@ -31,8 +34,6 @@
|
||||
\setbool{presentableProjects}{true} % Cosmo, Laika, Openpunk-ansible
|
||||
\setbool{contributedProjects}{true} % OpenFusion
|
||||
|
||||
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
|
||||
|
||||
%--------------------------------------------------------------------------------------------------
|
||||
% PERSONAL INFO
|
||||
% Some info has been redacted for privacy (address, mobile)
|
||||
|
@ -1,11 +1,26 @@
|
||||
\cvsection{Project Experience}
|
||||
|
||||
\begin{cventries}
|
||||
\ifbool{contributedProjects}{
|
||||
\cventry
|
||||
{Reverse engineered server for the FusionFall MMO written in C++}
|
||||
{\href{https://github.com/OpenFusionProject/OpenFusion}{OpenFusion (https://github.com/OpenFusionProject/OpenFusion)}}
|
||||
{Original Author, Contributor}
|
||||
{Aug 2020 – Present}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Reverse engineering and re-implementation of a \textbf{proprietary packet protocol}}
|
||||
\item {Development and implementation of \textbf{various common optimizations} for MMO servers}
|
||||
\item {Used by \textbf{thousands of users}, quickly responding to bug reports and issues}
|
||||
\end{cvitems}
|
||||
}
|
||||
}{}
|
||||
|
||||
\ifbool{presentableProjects}{
|
||||
\cventry
|
||||
{Main Contributor}
|
||||
{\href{https://github.com/CPunch/Laika}{Laika, RAT written in Modern C}}
|
||||
{}
|
||||
{RAT written in Modern C}
|
||||
{\href{https://github.com/CPunch/Laika}{Laika (https://github.com/CPunch/Laika)}}
|
||||
{Personal Project}
|
||||
{Jan 2022 – Present}
|
||||
{
|
||||
\begin{cvitems}
|
||||
@ -17,9 +32,9 @@
|
||||
}
|
||||
|
||||
\cventry
|
||||
{Main Contributor}
|
||||
{\href{https://github.com/CPunch/Cosmo}{Cosmo, Embedded scripting language}}
|
||||
{}
|
||||
{Lightweight embedded scripting language}
|
||||
{\href{https://github.com/CPunch/Cosmo}{Cosmo (https://github.com/CPunch/Cosmo)}}
|
||||
{Personal Project}
|
||||
{Oct 2020 – Feb 2021}
|
||||
{
|
||||
\begin{cvitems}
|
||||
@ -30,14 +45,14 @@
|
||||
}
|
||||
|
||||
\cventry
|
||||
{Writer, Server Administrator}
|
||||
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk, Blog \& gitea mirror}}
|
||||
{}
|
||||
{~2020 – Present}
|
||||
{Blog \& gitea mirror}
|
||||
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}
|
||||
{Personal Project}
|
||||
{Aug 2019 – Present}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Deployed and maintained \textbf{Debian} server with minimal downtime for 2+ years}
|
||||
\item {\textbf{Ansible} based server setup, allowing for easy migration}
|
||||
\item {\textbf{Ansible} based server setup, allowing for easy migration \& deployment}
|
||||
\item {Experience configuring and maintaining \textbf{Nginx, Hugo, Tor, Gitea} and other services}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
\cvsection{Technical Skills}
|
||||
|
||||
\begin{cvskills}
|
||||
\cvskill{Programming Languages}{Proficient in C, Lua, Python | Familiar with C++, LaTeX, Hugo, SQLite}
|
||||
\cvskill{Software and OS}{Linux, Git, Make, CMake, GitHub CI, Ansible, IDA Pro, GDB}
|
||||
\cvskill{Additional Knowledge}{Server administration, TCP/IP stack, POSIX systems programming}
|
||||
\cvskill{Programming Languages}{Proficient in C, C++, Lua, Python | Familiar with JavaScript, Web Development}
|
||||
\cvskill{Software}{Linux, Git, Make, CMake, LaTeX, GitHub CI, Ansible, IDA Pro, GDB}
|
||||
\cvskill{Additional Knowledge}{Server Administration, TCP/IP stack, POSIX systems programming, Ragtime piano}
|
||||
\end{cvskills}
|
Loading…
Reference in New Issue
Block a user