Skip to content

Commit

Permalink
Add new Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-ttxu committed Apr 1, 2024
1 parent 9dddefc commit 0401882
Show file tree
Hide file tree
Showing 14 changed files with 680 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ examples: $(foreach x, coverletter cv resume, $x.pdf)
resume.pdf: $(EXAMPLES_DIR)/resume.tex $(RESUME_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

resume-unai.pdf: $(EXAMPLES_DIR)/resume-unai.tex $(RESUME_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

cv.pdf: $(EXAMPLES_DIR)/cv.tex $(CV_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

Expand Down
6 changes: 3 additions & 3 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@
%-------------------------------------------------------------------------------
% Configure styles for each CV elements
% For fundamental structures
\newcommand*{\headerfirstnamestyle}[1]{{\fontsize{32pt}{1em}\headerfontlight\color{graytext} #1}}
\newcommand*{\headerlastnamestyle}[1]{{\fontsize{32pt}{1em}\headerfont\bfseries\color{text} #1}}
\newcommand*{\headerfirstnamestyle}[1]{{\fontsize{24pt}{1em}\headerfontlight\color{graytext} #1}}
\newcommand*{\headerlastnamestyle}[1]{{\fontsize{24pt}{1em}\headerfont\bfseries\color{text} #1}}
\newcommand*{\headerpositionstyle}[1]{{\fontsize{7.6pt}{1em}\bodyfont\scshape\color{awesome} #1}}
\newcommand*{\headeraddressstyle}[1]{{\fontsize{8pt}{1em}\headerfont\itshape\color{lighttext} #1}}
\newcommand*{\headersocialstyle}[1]{{\fontsize{6.8pt}{1em}\headerfont\color{text} #1}}
\newcommand*{\headerquotestyle}[1]{{\fontsize{9pt}{1em}\bodyfont\itshape\color{darktext} #1}}
\newcommand*{\footerstyle}[1]{{\fontsize{8pt}{1em}\footerfont\scshape\color{lighttext} #1}}
\newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}}
\newcommand*{\sectionstyle}[1]{{\fontsize{14pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}}
\newcommand*{\subsectionstyle}[1]{{\fontsize{12pt}{1em}\bodyfont\scshape\textcolor{text}{#1}}}
\newcommand*{\paragraphstyle}{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{text}}

Expand Down
Binary file added examples/resume-unai.pdf
Binary file not shown.
115 changes: 115 additions & 0 deletions examples/resume-unai.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template for CV/Resume
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <[email protected]>
% http://www.posquit0.com
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%


%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}

% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}

% Specify the location of the included fonts
\fontdir[fonts/]

% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-darknight}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{3E6D9C}

% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
% \definecolor{sectiondivider}{HTML}{5D5D5D}

% Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{false}

% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}


%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
% \photo[rectangle,edge,right]{./examples/profile}
\name{Unai Arrien Oroz}{}
\position{Platform Engineer{\enskip\cdotp\enskip}Site Reliability Engineer}
\address{Madrid, Spain}

\mobile{(+34) 685169575}
\email{[email protected]}
%\dateofbirth{January 1st, 1970}
%\homepage{www.posquit0.com}
\github{unai-ttxu}
\linkedin{unaittxu}
% \gitlab{gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \skype{skype-id}
% \reddit{reddit-id}
% \medium{medium-id}
% \kaggle{kaggle-id}
% \hackerrank{hackerrank-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra information}

%\quote{``Be the change that you want to see in the world."}


%-------------------------------------------------------------------------------
\begin{document}

% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[C]

% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{}
{Unai Arrien Oroz~~~·~~~Resume}
{}


%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
\input{resume/unai/summary.tex}
\input{resume/unai/experience.tex}
\input{resume/unai/skills.tex}
\input{resume/unai/certificates.tex}
\input{resume/unai/education.tex}
%\input{resume/unai/honors.tex}
%\input{resume/unai/extracurricular.tex}
%\input{resume/unai/presentation.tex}
%\input{resume/unai/writing.tex}
%\input{resume/unai/committees.tex}


%-------------------------------------------------------------------------------
\end{document}
20 changes: 20 additions & 0 deletions examples/resume/unai/certificates.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Certificates}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}

%---------------------------------------------------------
\cvhonor
{CKA - Certified Kubernetes Administrator} % Name
{The Linux Foundation} % Issuer
{} % Credential ID
{2021} % Date(s)

%---------------------------------------------------------
\end{cvhonors}
48 changes: 48 additions & 0 deletions examples/resume/unai/committees.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Program Committees}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}

%---------------------------------------------------------
\cvhonor
{Problem Writer} % Position
{2016 CODEGATE Hacking Competition World Final} % Committee
{S.Korea} % Location
{2016} % Date(s)

%---------------------------------------------------------
\cvhonor
{Organizer \& Co-director} % Position
{1st POSTECH Hackathon} % Committee
{S.Korea} % Location
{2013} % Date(s)

%---------------------------------------------------------
\cvhonor
{Staff} % Position
{7th Hacking Camp} % Committee
{S.Korea} % Location
{2012} % Date(s)

%---------------------------------------------------------
\cvhonor
{Problem Writer} % Position
{1st Hoseo University Teenager Hacking Competition} % Committee
{S.Korea} % Location
{2012} % Date(s)

%---------------------------------------------------------
\cvhonor
{Staff \& Problem Writer} % Position
{JFF(Just for Fun) Hacking Competition} % Committee
{S.Korea} % Location
{2012} % Date(s)

%---------------------------------------------------------
\end{cvhonors}
25 changes: 25 additions & 0 deletions examples/resume/unai/education.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Education}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{Telecommunication Engineering (Ms. of Sc. ABET/AEC Accredited)} % Degree
{UPM(Universidad Politécnica de Madrid)} % Institution
{Madrid, Spain} % Location
{Mar. 2008 - Aug. 2014} % Date(s)
{
% \begin{cvitems} % Description(s) bullet points
% \item {Specialised in Telematics and Bioengineering.}
% \end{cvitems}
}

%---------------------------------------------------------
\end{cventries}
58 changes: 58 additions & 0 deletions examples/resume/unai/experience.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Experience}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{Platform Engineer Lead \& Site Reliability Engineer} % Job title
{Stratio BD} % Organization
{Madrid, Spain} % Location
{Sep. 2017 - Present} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Led a team to automate deployment and management of Kubernetes clusters across major cloud providers (Azure, AWS, GCP), and on-premise environments, optimizing efficiency and scalability.}
\item {Designed scalable and resilient platform architectures, adhering to industry standards and security practices.}
\item {Utilized Ansible, Terraform, Helm, and custom Kubernetes operators for provisioning, deployment, and automation of complex workflows.}
\item {Integrated cutting-edge technologies such as Ingress Controller, OAuth2 proxy, Vault, and various Kubernetes storage providers to enhance platform robustness.}
\item {Collaborated with stakeholders to implement observability components like Prometheus, Grafana and EFK stack for monitoring and logging.}
\item {Investigated and resolved issues across platform technologies, documenting findings and implementing proactive measures to enhance cluster resilience.}
\item {Guided clients in Kubernetes adoption, tailoring solutions to meet specific business requirements.}
\item {Actively contributed to open-source projects like Kubespray, fostering collaboration and innovation within the Kubernetes ecosystem.}
\end{cvitems}
}

\cventry
{Platform Engineer \& DevOps Engineer} % Job title
{Stratio BD} % Organization
{Madrid, Spain} % Location
{Sep. 2014 - Aug. 2017} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Developed automation solutions for deploying and managing Mesos clusters, improving operational efficiency.}
\item {Integrated technologies like Etcd, Vault, and Consul to enhance functionality and security of Mesos clusters.}
\item {Provided expertise in Mesos adoption, platform optimization, and customization for client needs.}
\item {Cultivated a collaborative environment within the team, driving innovation and continuous improvement initiatives.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Mobile Game Developer} % Job title
{Wayra. Telefónica} % Organization
{Madrid, Spain} % Location
{Jul. 2013 - Aug. 2014} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Created cross-platform mobile games for a top retail brand using Unity, ensuring seamless gameplay across iOS and Android devices.}
\end{cvitems}
}

%---------------------------------------------------------
\end{cventries}
81 changes: 81 additions & 0 deletions examples/resume/unai/extracurricular.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Extracurricular Activity}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{Core Member} % Affiliation/role
{B10S (B1t 0n the Security, Underground hacker team)} % Organization/group
{S.Korea} % Location
{Nov. 2011 - PRESENT} % Date(s)
{
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in penetration testing areas, especially targeted on web application and software.}
\item {Participated on a lot of hacking competition and won a good award.}
\item {Held several hacking competitions non-profit, just for fun.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Member} % Affiliation/role
{WiseGuys (Hacking \& Security research group)} % Organization/group
{S.Korea} % Location
{Jun. 2012 - PRESENT} % Date(s)
{
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in hardware hacking areas from penetration testing on several devices including wireless router, smartphone, CCTV and set-top box.}
\item {Trained wannabe hacker about hacking technique from basic to advanced and ethics for white hackers by hosting annual Hacking Camp.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Core Member \& President at 2013} % Affiliation/role
{PoApper (Developers' Network of POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Jun. 2010 - Jun. 2017} % Date(s)
{
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Reformed the society focusing on software engineering and building network on and off campus.}
\item {Proposed various marketing and network activities to raise awareness.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Member} % Affiliation/role
{PLUS (Laboratory for UNIX Security in POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Sep. 2010 - Oct. 2011} % Date(s)
{
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in hacking \& security areas, especially about internal of operating system based on UNIX and several exploit techniques.}
\item {Participated on several hacking competition and won a good award.}
\item {Conducted periodic security checks on overall IT system as a member of POSTECH CERT.}
\item {Conducted penetration testing commissioned by national agency and corporation.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Member} % Affiliation/role
{MSSA (Management Strategy Club of POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Sep. 2013 - Jun. 2017} % Date(s)
{
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained knowledge about several business field like Management, Strategy, Financial and marketing from group study.}
\item {Gained expertise in business strategy areas and inisght for various industry from weekly industry analysis session.}
\end{cvitems}
}

%---------------------------------------------------------
\end{cventries}
Loading

0 comments on commit 0401882

Please sign in to comment.