diff --git a/examples/coverletter.pdf b/examples/coverletter.pdf index 4d6b81b..79703a3 100644 Binary files a/examples/coverletter.pdf and b/examples/coverletter.pdf differ diff --git a/examples/coverletter.tex b/examples/coverletter.tex index e032dca..c2d165b 100644 --- a/examples/coverletter.tex +++ b/examples/coverletter.tex @@ -52,8 +52,8 @@ % Available options: circle|rectangle,edge/noedge,left/right \photo[circle,noedge,left]{./examples/profile} \name{Claud D.}{Park} -\position{Software Architect{\enskip\cdotp\enskip}Security Expert} -\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA} +\position{Site Reliability Engineer{\enskip\cdotp\enskip}Software Architect} +\address{235, World Cup buk-ro, Mapo-gu, Seoul, 03936, Republic of Korea} \mobile{(+82) 10-9030-1843} \email{posquit0.bj@gmail.com} diff --git a/examples/cv.pdf b/examples/cv.pdf index 5fd9f0e..cbec2a7 100644 Binary files a/examples/cv.pdf and b/examples/cv.pdf differ diff --git a/examples/cv.tex b/examples/cv.tex index f2dc290..b9a4c70 100644 --- a/examples/cv.tex +++ b/examples/cv.tex @@ -52,8 +52,8 @@ % Available options: circle|rectangle,edge/noedge,left/right % \photo{./examples/profile.png} \name{Claud D.}{Park} -\position{Software Architect{\enskip\cdotp\enskip}Security Expert} -\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA} +\position{Site Reliability Engineer{\enskip\cdotp\enskip}Software Architect} +\address{235, World Cup buk-ro, Mapo-gu, Seoul, 03936, Republic of Korea} \mobile{(+82) 10-9030-1843} \email{posquit0.bj@gmail.com} @@ -100,6 +100,7 @@ \input{cv/experience.tex} \input{cv/extracurricular.tex} \input{cv/honors.tex} +\input{resume/certificates.tex} \input{cv/presentation.tex} \input{cv/writing.tex} \input{cv/committees.tex} diff --git a/examples/cv/certificates.tex b/examples/cv/certificates.tex new file mode 100644 index 0000000..3a2b9b9 --- /dev/null +++ b/examples/cv/certificates.tex @@ -0,0 +1,55 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Certificates} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {AWS Certified Security - Specialty} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2022} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {AWS Certified Solutions Architect – Professional} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2022} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {AWS Certified Solutions Architect – Associate} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2019} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {AWS Certified SysOps Administrator – Associate} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2021} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Certified Kubernetes Application Developer (CKAD)} % Name + {The Linux Foundation} % Issuer + {} % Credential ID + {2020} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {HashiCorp Certified: Terraform Associate} % Name + {HashiCorp} % Issuer + {} % Credential ID + {2020} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/examples/cv/experience.tex b/examples/cv/experience.tex index 3a8cad9..3ed5bd5 100644 --- a/examples/cv/experience.tex +++ b/examples/cv/experience.tex @@ -9,6 +9,49 @@ %------------------------------------------------------------------------------- \begin{cventries} +%--------------------------------------------------------- + \cventry + {Site Reliability Engineer \& Infrastructure Team Lead} % Job title + {Danggeun Pay Inc. (KarrotPay)} % Organization + {Seoul, S.Korea} % Location + {Mar. 2021 - 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)} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Site Reliability Engineer} % Job title + {Danggeun Market Inc.} % Organization + {Seoul, S.Korea} % Location + {Feb. 2021 - Mar. 2021} % Date(s) + { + } + +%--------------------------------------------------------- + \cventry + {Founding Member \& Director of Infrastructure Division} % Job title + {Kasa} % Organization + {Seoul, S.Korea} % Location + {Jun. 2018 - Jan. 2021} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Designed on-boarding process to guide new engineers, help them to focus on the right tasks, and set expectations to help them be successful at Infrastructure team.} + \item {Migrated the orchestration system from DC/OS to Kubernetes which is based on AWS EKS. Managed 3 Kubernetes clusters and 300+ pods. Managed all Kubernetes manifests declaratively with Kustomize and ArgoCD.} + \item {Designed and managed complex network configurations on AWS with 4 VPC and 100+ subnets. Separated the development network and operation network according to financial regulations. Established dedicated network connections from AWS VPC to partners' on-premise network based on AWS Direct Connect with secure connection using IPsec VPN. Provisioned OpenVPN servers with LDAP integration.} + \item {Provisioned a observability system with Kafka, Elastic Stack(Filebeat, Heartbeat, APM Server, Logstash, Elasticsearch, Kibana). Collected log, uptime, tracing data from hosts, containers, pods and more. The ES cluster which has 9 nodes processed more than 1 billion documents per month. Wrote Terraform module to easily provision ES cluster on AWS EC2 instances.} + \item {Provisioned a monitoring system with Kafka, Telegraf, InfluxDB, Grafana. Collected metrics from hosts, containers, pods and more. Wrote Terraform module to easily provision InfluxDB with HA on AWS EC2 instances.} + \item {Introduced Kong API Gateway to easily connect all API microservices with a declarative management method based on Terraform and Atlantis to collaborate and audit change history.} + \item {Provisioned the Directory Service for employee identity management based on OpenLDAP which guarantees HA with multi-master replication.} + \item {Implemented Worker microservices consuming Kafka event topics for email, SMS, Kakaotalk and Slack notification. Developed in-house framework to easily build Kafka consumer microservice with common features including retry on failure, DLQ(Dead Letter Queue), event routing and more.} + \item {Introduced Elastic APM to help distributed tracing, trouble-shooting and performance testing in MSA.} + \end{cvitems} + } + %--------------------------------------------------------- \cventry {Software Architect} % Job title diff --git a/examples/cv/honors.tex b/examples/cv/honors.tex index 57d643f..c166900 100644 --- a/examples/cv/honors.tex +++ b/examples/cv/honors.tex @@ -7,7 +7,7 @@ %------------------------------------------------------------------------------- % SUBSECTION TITLE %------------------------------------------------------------------------------- -\cvsubsection{International} +\cvsubsection{International Awards} %------------------------------------------------------------------------------- @@ -15,6 +15,20 @@ %------------------------------------------------------------------------------- \begin{cvhonors} +%--------------------------------------------------------- + \cvhonor + {2nd Place} % Award + {AWS ASEAN AI/ML GameDay} % Event + {Online} % Location + {2021} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 28th CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2020} % Date(s) + %--------------------------------------------------------- \cvhonor {Finalist} % Award @@ -64,7 +78,7 @@ %------------------------------------------------------------------------------- % SUBSECTION TITLE %------------------------------------------------------------------------------- -\cvsubsection{Domestic} +\cvsubsection{Domestic Awards} %------------------------------------------------------------------------------- @@ -72,6 +86,13 @@ %------------------------------------------------------------------------------- \begin{cvhonors} +%--------------------------------------------------------- + \cvhonor + {2nd Place} % Award + {AWS Korea GameDay} % Event + {Seoul, S.Korea} % Location + {2021} % Date(s) + %--------------------------------------------------------- \cvhonor {3rd Place} % Award @@ -130,3 +151,31 @@ %--------------------------------------------------------- \end{cvhonors} + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{Community} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {AWS Community Builder (Container)} % Award + {Amazon Web Services (AWS)} % Event + {} % Location + {2022} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {HashiCorp Ambassador} % Award + {HashiCorp} % Event + {} % Location + {2022} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/examples/resume.pdf b/examples/resume.pdf index 16cc9cd..ec87e60 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ diff --git a/examples/resume.tex b/examples/resume.tex index 0121d70..415dcea 100644 --- a/examples/resume.tex +++ b/examples/resume.tex @@ -28,7 +28,7 @@ % awesome-nephritis, awesome-concrete, awesome-darknight \colorlet{awesome}{awesome-red} % Uncomment if you would like to specify your own color -% \definecolor{awesome}{HTML}{CA63A8} +% \definecolor{awesome}{HTML}{3E6D9C} % Colors for text % Uncomment if you would like to specify your own color @@ -52,8 +52,8 @@ % Available options: circle|rectangle,edge/noedge,left/right % \photo[rectangle,edge,right]{./examples/profile} \name{Byungjin}{Park} -\position{Software Architect{\enskip\cdotp\enskip}Security Expert} -\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA} +\position{Site Reliability Engineer{\enskip\cdotp\enskip}Software Architect} +\address{235, World Cup buk-ro, Mapo-gu, Seoul, 03936, Republic of Korea} \mobile{(+82) 10-9030-1843} \email{posquit0.bj@gmail.com} @@ -98,11 +98,12 @@ \input{resume/summary.tex} \input{resume/experience.tex} \input{resume/honors.tex} -\input{resume/presentation.tex} -\input{resume/writing.tex} -\input{resume/committees.tex} +\input{resume/certificates.tex} +% \input{resume/presentation.tex} +% \input{resume/writing.tex} +% \input{resume/committees.tex} \input{resume/education.tex} -\input{resume/extracurricular.tex} +% \input{resume/extracurricular.tex} %------------------------------------------------------------------------------- diff --git a/examples/resume/certificates.tex b/examples/resume/certificates.tex new file mode 100644 index 0000000..3a2b9b9 --- /dev/null +++ b/examples/resume/certificates.tex @@ -0,0 +1,55 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Certificates} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {AWS Certified Security - Specialty} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2022} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {AWS Certified Solutions Architect – Professional} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2022} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {AWS Certified Solutions Architect – Associate} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2019} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {AWS Certified SysOps Administrator – Associate} % Name + {Amazon Web Services (AWS)} % Issuer + {} % Credential ID + {2021} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Certified Kubernetes Application Developer (CKAD)} % Name + {The Linux Foundation} % Issuer + {} % Credential ID + {2020} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {HashiCorp Certified: Terraform Associate} % Name + {HashiCorp} % Issuer + {} % Credential ID + {2020} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/examples/resume/experience.tex b/examples/resume/experience.tex index 1705408..8792858 100644 --- a/examples/resume/experience.tex +++ b/examples/resume/experience.tex @@ -9,6 +9,49 @@ %------------------------------------------------------------------------------- \begin{cventries} +%--------------------------------------------------------- + \cventry + {Site Reliability Engineer \& Infrastructure Team Lead} % Job title + {Danggeun Pay Inc. (KarrotPay)} % Organization + {Seoul, S.Korea} % Location + {Mar. 2021 - 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)} + \end{cvitems} + } + +%--------------------------------------------------------- + \cventry + {Site Reliability Engineer} % Job title + {Danggeun Market Inc.} % Organization + {Seoul, S.Korea} % Location + {Feb. 2021 - Mar. 2021} % Date(s) + { + } + +%--------------------------------------------------------- + \cventry + {Founding Member \& Director of Infrastructure Division} % Job title + {Kasa} % Organization + {Seoul, S.Korea} % Location + {Jun. 2018 - Jan. 2021} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Designed on-boarding process to guide new engineers, help them to focus on the right tasks, and set expectations to help them be successful at Infrastructure team.} + \item {Migrated the orchestration system from DC/OS to Kubernetes which is based on AWS EKS. Managed 3 Kubernetes clusters and 300+ pods. Managed all Kubernetes manifests declaratively with Kustomize and ArgoCD.} + \item {Designed and managed complex network configurations on AWS with 4 VPC and 100+ subnets. Separated the development network and operation network according to financial regulations. Established dedicated network connections from AWS VPC to partners' on-premise network based on AWS Direct Connect with secure connection using IPsec VPN. Provisioned OpenVPN servers with LDAP integration.} + \item {Provisioned a observability system with Kafka, Elastic Stack(Filebeat, Heartbeat, APM Server, Logstash, Elasticsearch, Kibana). Collected log, uptime, tracing data from hosts, containers, pods and more. The ES cluster which has 9 nodes processed more than 1 billion documents per month. Wrote Terraform module to easily provision ES cluster on AWS EC2 instances.} + \item {Provisioned a monitoring system with Kafka, Telegraf, InfluxDB, Grafana. Collected metrics from hosts, containers, pods and more. Wrote Terraform module to easily provision InfluxDB with HA on AWS EC2 instances.} + \item {Introduced Kong API Gateway to easily connect all API microservices with a declarative management method based on Terraform and Atlantis to collaborate and audit change history.} + \item {Provisioned the Directory Service for employee identity management based on OpenLDAP which guarantees HA with multi-master replication.} + \item {Implemented Worker microservices consuming Kafka event topics for email, SMS, Kakaotalk and Slack notification. Developed in-house framework to easily build Kafka consumer microservice with common features including retry on failure, DLQ(Dead Letter Queue), event routing and more.} + \item {Introduced Elastic APM to help distributed tracing, trouble-shooting and performance testing in MSA.} + \end{cvitems} + } + %--------------------------------------------------------- \cventry {Software Architect} % Job title @@ -54,20 +97,6 @@ \end{cvitems} } -%--------------------------------------------------------- - \cventry - {Game Developer Intern at Global Internship Program} % Job title - {NEXON} % Organization - {Seoul, S.Korea \& LA, U.S.A} % Location - {Jan. 2013 - Feb. 2013} % Date(s) - { - \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Developed in Cocos2d-x an action puzzle game(Dragon Buster) targeting U.S. market.} - \item {Implemented API server which is communicating with game client and In-App Store, along with two other team members who wrote the game logic and designed game graphics.} - \item {Won the 2nd prize in final evaluation.} - \end{cvitems} - } - %--------------------------------------------------------- \cventry {Software Engineer} % Job title @@ -81,22 +110,5 @@ \end{cvitems} } -%--------------------------------------------------------- - \cventry - {Freelance Penetration Tester} % Job title - {SAMSUNG Electronics} % Organization - {S.Korea} % Location - {Sep. 2013, Mar. 2011 - Oct. 2011} % Date(s) - { - \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Conducted penetration testing on SAMSUNG KNOX, which is solution for enterprise mobile security.} - \item {Conducted penetration testing on SAMSUNG Smart TV.} - \end{cvitems} - %\begin{cvsubentries} - % \cvsubentry{}{KNOX(Solution for Enterprise Mobile Security) Penetration Testing}{Sep. 2013}{} - % \cvsubentry{}{Smart TV Penetration Testing}{Mar. 2011 - Oct. 2011}{} - %\end{cvsubentries} - } - %--------------------------------------------------------- \end{cventries} diff --git a/examples/resume/honors.tex b/examples/resume/honors.tex index 7e0329e..4dc4d5a 100644 --- a/examples/resume/honors.tex +++ b/examples/resume/honors.tex @@ -7,7 +7,7 @@ %------------------------------------------------------------------------------- % SUBSECTION TITLE %------------------------------------------------------------------------------- -\cvsubsection{International} +\cvsubsection{International Awards} %------------------------------------------------------------------------------- @@ -15,6 +15,20 @@ %------------------------------------------------------------------------------- \begin{cvhonors} +%--------------------------------------------------------- + \cvhonor + {2nd Place} % Award + {AWS ASEAN AI/ML GameDay} % Event + {Online} % Location + {2021} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {Finalist} % Award + {DEFCON 28th CTF Hacking Competition World Final} % Event + {Las Vegas, U.S.A} % Location + {2020} % Date(s) + %--------------------------------------------------------- \cvhonor {Finalist} % Award @@ -57,7 +71,7 @@ %------------------------------------------------------------------------------- % SUBSECTION TITLE %------------------------------------------------------------------------------- -\cvsubsection{Domestic} +\cvsubsection{Domestic Awards} %------------------------------------------------------------------------------- @@ -65,6 +79,13 @@ %------------------------------------------------------------------------------- \begin{cvhonors} +%--------------------------------------------------------- + \cvhonor + {2nd Place} % Award + {AWS Korea GameDay} % Event + {Seoul, S.Korea} % Location + {2021} % Date(s) + %--------------------------------------------------------- \cvhonor {3rd Place} % Award @@ -88,3 +109,31 @@ %--------------------------------------------------------- \end{cvhonors} + +%------------------------------------------------------------------------------- +% SUBSECTION TITLE +%------------------------------------------------------------------------------- +\cvsubsection{Community} + + +%------------------------------------------------------------------------------- +% CONTENT +%------------------------------------------------------------------------------- +\begin{cvhonors} + +%--------------------------------------------------------- + \cvhonor + {AWS Community Builder (Container)} % Award + {Amazon Web Services (AWS)} % Event + {} % Location + {2022} % Date(s) + +%--------------------------------------------------------- + \cvhonor + {HashiCorp Ambassador} % Award + {HashiCorp} % Event + {} % Location + {2022} % Date(s) + +%--------------------------------------------------------- +\end{cvhonors} diff --git a/examples/resume/summary.tex b/examples/resume/summary.tex index e12968a..f7e31ea 100644 --- a/examples/resume/summary.tex +++ b/examples/resume/summary.tex @@ -10,5 +10,7 @@ \begin{cvparagraph} %--------------------------------------------------------- -Current Site Reliability Engineer at start-up company Kasa. 7+ years experience specializing in the backend development, infrastructure automation, and computer hacking/security. Super nerd who loves Vim, Linux and OS X and enjoys to customize all of the development environment. Interested in devising a better problem-solving method for challenging tasks, and learning new technologies and tools if the need arises. +Site Reliability Engineer at fintech company KarrotPay. Have led growth at infrastructure departments in two fintech companies as lead engineer and founding member. 10+ years of diverse software engineering experience with specialties in software architecture design, infrastructure operation, backend development, and security engineering. + +Love to contribute to open sources and tech communities by sharing knowledge and experience. Prefers a command line interface environment as a big fan of Vim, Linux, and macOS. Always trying to customize to find the most optimal environment. Interested in devising a better problem-solving method for challenging tasks, and learning new technologies and tools. \end{cvparagraph}