forked from posquit0/Awesome-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
680 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Oops, something went wrong.