Skip to content

Commit

Permalink
added infosec traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyngo authored May 17, 2024
1 parent e67066b commit 2ae3b15
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions Resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
% Photo
\usepackage{graphicx}
\graphicspath{ {img/} }
\newcommand{\Csharp}{%
{\settoheight{\dimen0}{C}\kern-.05em \resizebox{!}{\dimen0}{\raisebox{\depth}{\#}}}}

% Indentation
\newcommand\tab[1][0.5cm]{\hspace*{#1}}
Expand Down Expand Up @@ -140,6 +138,7 @@
\setlength\itemsep{0em}
\item \textbf{Cambridge University - First Certificate of English} - Obtained in September 2021 (validation ID: \textbf{B6375755ID})
\item \textbf{AWS Solutions Architect - Associate} - Obtained in October 2023 (Validation ID: \textbf{F6LVM9K1V1FQ17W6})
\item \textbf{Udacity - Security Engineering Degree} - Obtained in May 2024 (Validation URL: \href{https://confirm.udacity.com/e/76a1644a-98f6-11ee-aa42-eba581f8d839}{Udacity})
\end{itemize}
%\pagebreak

Expand Down Expand Up @@ -174,8 +173,6 @@
\textbf{Backend}

\foreach \lang in {
C\Csharp,
Swift,
Node.js,
Express,
Strapi,
Expand Down Expand Up @@ -237,7 +234,7 @@

\nl

\textbf{Known tech}
\textbf{Services and Key Concepts}

\foreach \skill in {
Git,
Expand Down Expand Up @@ -303,6 +300,36 @@

\nl

\textbf{Cybersecurity}

\foreach \lang in {
OWASP,
Auditing,
Networks,
Monitoring,
Wireshark,
osquery,
Nmap,
Metasploit,
Wireless Networking,
SAST,
CIA Triad,
ACL/NACLs,
Compliance,
Cryptography,
Data storage
} {
\ifnum \value{idx} = 0
\lang
\setcounter{idx}{1}
\else
\textbf{\lang}
\setcounter{idx}{0}
\fi
}

\nl

\section*{Languages}
\begin{itemize}
\setlength\itemsep{0em}
Expand All @@ -328,7 +355,7 @@
\end{itemize}
\item Some of my hobbies are traveling, learning and, weirdly enough, assembling IKEA furniture.
\item I believe that a happy developer will also be a more productive developer.
\item I am "that guy" who knows a lot of useless and random facts. \textit{Did you know that the deadliest animal to ever exist is actually the mosquito?}
\item I am "that guy" who knows a lot of useless and random facts. \textit{Did you know that a lightning bolt can be up to five times hotter than the surface of the sun?}
\end{itemize}

}
Expand Down

0 comments on commit 2ae3b15

Please sign in to comment.