Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-ttxu committed Mar 29, 2024
1 parent 9dddefc commit 7bbe0e7
Show file tree
Hide file tree
Showing 12 changed files with 648 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ resume.pdf: $(EXAMPLES_DIR)/resume.tex $(RESUME_SRCS)
cv.pdf: $(EXAMPLES_DIR)/cv.tex $(CV_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

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

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

Expand Down
Binary file added examples/cv-unai.pdf
Binary file not shown.
111 changes: 111 additions & 0 deletions examples/cv-unai.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
%!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}

% 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}{CA63A8}

% 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{./examples/profile.png}
\name{Unai Arrien Oroz}{}
\position{Site Reliability Engineer{\enskip\cdotp\enskip}Platform 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

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


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


%-------------------------------------------------------------------------------
\end{document}
20 changes: 20 additions & 0 deletions examples/cv/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/cv/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/cv/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 {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
% \end{cvitems}
}

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


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

%---------------------------------------------------------
\cventry
{Site Reliability Engineer \& Platform Engineer Lead} % Job title
{Stratio BD} % Organization
{Madrid, Spain} % Location
{Sep. 2014 - Present} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Everything that matters.}
\item {Designed and provisioned the entire infrastructure on the AWS cloud to meet security compliance and acquire a business license for financial services in Korea.}
\item {Continuously improved the infrastructure architecture since launching the service. (currently 3.6 million users)}
\item {Established a standardized base for declarative management of infrastructures and service deployments, enabling operational efficiency and consistency. Over 90\% of AWS resources were all managed through standardized terraform modules. All add-ons and service workloads on the Kubernetes cluster were managed on a GitOps basis with Kustomize and ArgoCD.}
\item {Saved over 30\% of the overall AWS costs by establishing a quarterly purchasing strategiy for RI (Reserved Instance) and SP (Savings Plan) and by introducing Graviton instances.}
\item {Established a core architecture for regulating of outbound DNS traffic in multi-account and multi-VPC environments utilizing AWS Route53 DNS Firewall and FMS. This significantly increased the level of security confidence in the financial sector's segregated environment.}
\item {Introduced Okta employee identity solution in the company, establishing security policies and configuring SSO integration with over 20 enterprise systems including AWS, GitHub, Slack, Google Workspace. Set up a Hub and Spoke architecture, enabling a collaborative account structure with the parent company, Daangn Market.}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Mobile Game Developer} % Job title
{Wayra. Telefónica} % Organization
{Madrid, Spain} % Location
{Jul. 2013 - Aug. 2014} % Date(s)
{
}

%---------------------------------------------------------
\cventry
{Mobile Application Developer} % Job title
{Freelance} % Organization
{Madrid, Spain} % Location
{Jan. 2011 - Jun. 2013} % Date(s)
{
}

%---------------------------------------------------------
\end{cventries}
81 changes: 81 additions & 0 deletions examples/cv/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 7bbe0e7

Please sign in to comment.