mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
43d0e91b0c
27 changed files with 228 additions and 68 deletions
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
version: 2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
# Primary container
|
||||
- image: thomasweise/texlive
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Compile
|
||||
command: make
|
||||
- run:
|
||||
name: Move artifacts
|
||||
command: |
|
||||
mkdir -p ~/results
|
||||
mv examples/cv.pdf ~/results
|
||||
mv examples/resume.pdf ~/results
|
||||
mv examples/coverletter.pdf ~/results
|
||||
- store_artifacts:
|
||||
path: ~/results
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,7 +11,6 @@
|
|||
## Intermediate documents:
|
||||
*.dvi
|
||||
*-converted-to.*
|
||||
<<<<<<< HEAD
|
||||
|
||||
### Editor ###
|
||||
## Vim & Emacs temp files:
|
||||
|
|
34
README.md
34
README.md
|
@ -11,6 +11,9 @@
|
|||
</p>
|
||||
|
||||
<div align="center">
|
||||
<a href="https://www.paypal.me/posquit0">
|
||||
<img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-blue.svg" />
|
||||
</a>
|
||||
<a href="https://circleci.com/gh/posquit0/Awesome-CV">
|
||||
<img alt="CircleCI" src="https://circleci.com/gh/posquit0/Awesome-CV.svg?style=shield" />
|
||||
</a>
|
||||
|
@ -27,12 +30,24 @@
|
|||
|
||||
<br />
|
||||
|
||||
## <a name="what-is-awesomecv"></a>What is Awesome CV?
|
||||
## What is Awesome CV?
|
||||
|
||||
**Awesome CV** is LaTeX template for a **CV(Curriculum Vitae)**, **Résumé** or **Cover Letter** inspired by [Fancy CV](https://www.sharelatex.com/templates/cv-or-resume/fancy-cv). It is easy to customize your own template, especially since it is really written by a clean, semantic markup.
|
||||
|
||||
|
||||
## <a name="preview"></a>Preview
|
||||
## Donate
|
||||
|
||||
Please help keep this project alive! Donations are welcome and will go towards further development of this project.
|
||||
|
||||
PayPal: paypal.me/posquit0
|
||||
BTC: 1Je3DxJVM2a9nTVPNo55SfQwpmxA6N2KKb
|
||||
BCH: 1Mg1wG7PwHGrHYSWS67TsGSjo5GHEVbF16
|
||||
ETH: 0x77ED9B4659F80205E9B9C9FB1E26EDB9904AFCC7
|
||||
QTUM: QZT7D6m3QtTTqp7s4ZWAwLtGDsoHMMaM8E
|
||||
|
||||
*Thank you for your support!*
|
||||
|
||||
## Preview
|
||||
|
||||
#### Résumé
|
||||
|
||||
|
@ -51,17 +66,15 @@ You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/e
|
|||
| [![Cover Letter(Traditional)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter-0.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) | [![Cover Letter(Awesome)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter-1.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) |
|
||||
|
||||
|
||||
## <a name="quick-start">Quick Start
|
||||
## Quick Start
|
||||
|
||||
* [**Edit Résumé on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv/tvmzpvdjfqxp)
|
||||
* [**Edit Résumé on ShareLaTeX.com**](https://www.sharelatex.com/templates/cv-or-resume/awesome-cv)
|
||||
* [**Edit Cover Letter on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv-cover-letter/pfzzjspkthbk)
|
||||
* [**Edit Cover Letter on ShareLaTeX.com**](https://www.sharelatex.com/templates/cover-letters/awesome-cv-cover-letter)
|
||||
|
||||
**_Note:_ Above services do not guarantee up-to-date source code of Awesome CV**
|
||||
|
||||
|
||||
## <a name="how-to-use">How to Use
|
||||
## How to Use
|
||||
|
||||
#### Requirements
|
||||
|
||||
|
@ -79,7 +92,7 @@ $ xelatex {your-cv}.tex
|
|||
This should result in the creation of ``{your-cv}.pdf``
|
||||
|
||||
|
||||
## <a name="credit">Credit
|
||||
## Credit
|
||||
|
||||
[**LaTeX**](http://www.latex-project.org) is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
|
||||
|
||||
|
@ -90,10 +103,15 @@ This should result in the creation of ``{your-cv}.pdf``
|
|||
[**Source Sans Pro**](https://github.com/adobe-fonts/source-sans-pro) is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.
|
||||
|
||||
|
||||
## <a name="contact">Contact
|
||||
## Contact
|
||||
|
||||
You are free to take my `.tex` file and modify it to create your own resume. Please don't use my resume for anything else without my permission, though!
|
||||
|
||||
If you have any questions, feel free to join me at [`#posquit0` on Freenode](irc://irc.freenode.net/posquit0) and ask away. Click [here](https://kiwiirc.com/client/irc.freenode.net/posquit0) to connect.
|
||||
|
||||
Good luck!
|
||||
|
||||
|
||||
## See Also
|
||||
|
||||
* [Awesome Identity](https://github.com/posquit0/hugo-awesome-identity) - A single-page Hugo theme to introduce yourself.
|
||||
|
|
|
@ -279,7 +279,7 @@
|
|||
\newcommand*{\address}[1]{\def\@address{#1}}
|
||||
|
||||
% Define writer's position
|
||||
% Usage: \name{<position>}
|
||||
% Usage: \position{<position>}
|
||||
\newcommand*{\position}[1]{\def\@position{#1}}
|
||||
|
||||
% Defines writer's mobile (optional)
|
||||
|
@ -287,7 +287,7 @@
|
|||
\newcommand*{\mobile}[1]{\def\@mobile{#1}}
|
||||
|
||||
% Defines writer's email (optional)
|
||||
% Usage: \email{<email adress>}
|
||||
% Usage: \email{<email address>}
|
||||
\newcommand*{\email}[1]{\def\@email{#1}}
|
||||
|
||||
% Defines writer's homepage (optional)
|
||||
|
@ -312,6 +312,7 @@
|
|||
% Usage: \linkedin{<linked-in-nick>}
|
||||
\newcommand*{\linkedin}[1]{\def\@linkedin{#1}}
|
||||
|
||||
% Defines writer's twitter (optional)
|
||||
% Usage: \twitter{<twitter handle>}
|
||||
\newcommand*{\twitter}[1]{\def\@twitter{#1}}
|
||||
|
||||
|
@ -327,7 +328,25 @@
|
|||
% Usage: \xing{<xing name>}
|
||||
\newcommand*{\xing}[1]{\def\@xing{#1}}
|
||||
|
||||
% Defines writer's twitter (optional)
|
||||
% Defines writer's medium profile (optional)
|
||||
% Usage: \medium{<medium account>}
|
||||
\newcommand*{\medium}[1]{\def\@medium{#1}}
|
||||
|
||||
% Defines writer's google scholar profile (optional)
|
||||
% Usage: \googlescholar{<googlescholar userid>}{<googlescholar username>}
|
||||
% e.g.https://scholar.google.co.uk/citations?user=wpZDx1cAAAAJ
|
||||
% would be \googlescholar{wpZDx1cAAAAJ}{Name-to-display-next-icon}
|
||||
% If 'googlescholar-name' is not provided than it defaults to
|
||||
% '\firstname \lastname'
|
||||
\newcommand*{\googlescholar}[2]{%
|
||||
\def\@googlescholarid{#1}%
|
||||
\ifthenelse{\equal{#2}{}}{%
|
||||
\def\@googlescholarname{\@firstname~\@lastname}%
|
||||
}{%
|
||||
\def\@googlescholarname{#2}%
|
||||
}%
|
||||
}
|
||||
|
||||
% Defines writer's extra informations (optional)
|
||||
% Usage: \extrainfo{<extra informations>}
|
||||
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
|
||||
|
@ -511,6 +530,18 @@
|
|||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://www.xing.com/profile/\@xing}{\faXingSquare\acvHeaderIconSep\@xing}
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@medium}}%
|
||||
{}%
|
||||
{%
|
||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://medium.com/@\@medium}{\faMedium\acvHeaderIconSep\@medium}%
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@googlescholarid}}%
|
||||
{}%
|
||||
{%
|
||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://scholar.google.com/citations?user=\@googlescholarid}{\faGraduationCap\acvHeaderIconSep\@googlescholarname}%
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@extrainfo}}%
|
||||
{}%
|
||||
{%
|
||||
|
|
14
circle.yml
14
circle.yml
|
@ -1,14 +0,0 @@
|
|||
## Customize the test machine
|
||||
machine:
|
||||
timezone:
|
||||
Asia/Seoul
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
## Customize compile commands
|
||||
test:
|
||||
override:
|
||||
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
|
||||
post:
|
||||
- mv examples/*.pdf $CIRCLE_ARTIFACTS/
|
Binary file not shown.
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 248 KiB |
Binary file not shown.
|
@ -54,8 +54,8 @@
|
|||
% Available options: circle|rectangle,edge/noedge,left/right
|
||||
\photo[circle,noedge,left]{./examples/profile}
|
||||
\name{Claud D.}{Park}
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
||||
\position{Software Architect{\enskip\cdotp\enskip}Security Expert}
|
||||
\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA}
|
||||
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
\email{posquit0.bj@gmail.com}
|
||||
|
@ -67,6 +67,10 @@
|
|||
% \twitter{@twit}
|
||||
% \skype{skype-id}
|
||||
% \reddit{reddit-id}
|
||||
% \medium{madium-id}
|
||||
% \googlescholar{googlescholar-id}{name-to-display}
|
||||
%% \firstname and \lastname will be used
|
||||
% \googlescholar{googlescholar-id}{}
|
||||
% \extrainfo{extra informations}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
|
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
|
@ -54,8 +54,8 @@
|
|||
% Available options: circle|rectangle,edge/noedge,left/right
|
||||
% \photo{./examples/profile.png}
|
||||
\name{Claud D.}{Park}
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
||||
\position{Software Architect{\enskip\cdotp\enskip}Security Expert}
|
||||
\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA}
|
||||
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
\email{posquit0.bj@gmail.com}
|
||||
|
@ -67,6 +67,10 @@
|
|||
% \twitter{@twit}
|
||||
% \skype{skype-id}
|
||||
% \reddit{reddit-id}
|
||||
% \medium{madium-id}
|
||||
% \googlescholar{googlescholar-id}{name-to-display}
|
||||
%% \firstname and \lastname will be used
|
||||
% \googlescholar{googlescholar-id}{}
|
||||
% \extrainfo{extra informations}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{B.S. in Computer Science and Engineering} % Degree
|
||||
{POSTECH(Pohang University of Science and Technology)} % Institution
|
||||
{Pohang, S.Korea} % Location
|
||||
{Mar. 2010 - Exp. Aug. 2017} % Date(s)
|
||||
{Mar. 2010 - Aug. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) bullet points
|
||||
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
|
||||
|
|
|
@ -9,12 +9,29 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Architect} % Job title
|
||||
{Omnious. Co., Ltd.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Jun. 2017 - May. 2018} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Provisioned an easily managable hybrid infrastructure(Amazon AWS + On-premise) utilizing IaC(Infrastructure as Code) tools like Ansible, Packer and Terraform.}
|
||||
\item {Built fully automated CI/CD pipelines on CircleCI for containerized applications using Docker, AWS ECR and Rancher.}
|
||||
\item {Designed an overall service architecture and pipelines of the Machine Learning based Fashion Tagging API SaaS product with the micro-services architecture.}
|
||||
\item {Implemented several API microservices in Node.js Koa and in the serverless AWS Lambda functions.}
|
||||
\item {Deployed a centralized logging environment(ELK, Filebeat, CloudWatch, S3) which gather log data from docker containers and AWS resources.}
|
||||
\item {Deployed a centralized monitoring environment(Grafana, InfluxDB, CollectD) which gather system metrics as well as docker run-time metrics.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Co-founder \& Software Engineer} % Job title
|
||||
{PLAT Corp.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Jan. 2016 - PRESENT} % Date(s)
|
||||
{Jan. 2016 - Jun. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Implemented RESTful API server for car rental booking application(CARPLAT in Google Play).}
|
||||
|
@ -31,7 +48,7 @@
|
|||
{Mar. 2016 - Exp. Jun. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Researched classfication algorithms(SVM, CNN) to improve accuracy of human exercise recognition with wearable device.}
|
||||
\item {Researched classification algorithms(SVM, CNN) to improve accuracy of human exercise recognition with wearable device.}
|
||||
\item {Developed two TIZEN applications to collect sample data set and to recognize user exercise on SAMSUNG Gear S.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
@ -92,7 +109,7 @@
|
|||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Engineer} % Job title
|
||||
{ShitOne Corp. (Start-up company)} % Organization
|
||||
{ShitOne Corp.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Dec. 2011 - Feb. 2012} % Date(s)
|
||||
{
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
{Core Member \& President at 2013} % Affiliation/role
|
||||
{PoApper (Developers' Network of POSTECH)} % Organization/group
|
||||
{Pohang, S.Korea} % Location
|
||||
{Jun. 2010 - PRESENT} % Date(s)
|
||||
{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.}
|
||||
|
@ -69,7 +69,7 @@
|
|||
{Member} % Affiliation/role
|
||||
{MSSA (Management Strategy Club of POSTECH)} % Organization/group
|
||||
{Pohang, S.Korea} % Location
|
||||
{Sep. 2013 - PRESENT} % Date(s)
|
||||
{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.}
|
||||
|
|
|
@ -15,6 +15,20 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 26th CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2018} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 25th CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2017} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
|
@ -65,6 +79,13 @@
|
|||
{Seoul, S.Korea} % Location
|
||||
{2015} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Silver Prize} % Award
|
||||
{KISA HDCON Hacking Competition Final} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{2017} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Silver Prize} % Award
|
||||
|
|
|
@ -9,6 +9,19 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Presenter for <Hosting Web Application for Free utilizing GitHub, Netlify and CloudFlare>} % Role
|
||||
{DevFest Seoul by Google Developer Group Korea} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{Nov. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
\item {Introduced the history of web technology and the JAM stack which is for the modern web application development.}
|
||||
\item {Introduced how to freely host the web application with high performance utilizing global CDN services.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} % Role
|
||||
|
|
|
@ -11,18 +11,28 @@
|
|||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Programming} % Category
|
||||
{Python, Node.JS, C/C++, Scala, JAVA, OCaml, LaTeX} % Skills
|
||||
{DevOps} % Category
|
||||
{AWS, Docker, Kubernetes, Rancher, Vagrant, Packer, Terraform, Jenkins, CircleCI} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Web} % Category
|
||||
{Django, Express, Redux, React, HTML5, LESS, SASS} % Skills
|
||||
{Back-end} % Category
|
||||
{Koa, Express, Django, REST API} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Front-end} % Category
|
||||
{Hugo, Redux, React, HTML5, LESS, SASS} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Programming} % Category
|
||||
{Node.js, Python, JAVA, OCaml, LaTeX} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Languages} % Category
|
||||
{Korean, English, Japanese, Chinese} % Skills
|
||||
{Korean, English, Japanese} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cvskills}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 171 KiB |
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 139 KiB |
Binary file not shown.
|
@ -54,8 +54,8 @@
|
|||
% Available options: circle|rectangle,edge/noedge,left/right
|
||||
% \photo[rectangle,edge,right]{./examples/profile}
|
||||
\name{Byungjin}{Park}
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
||||
\position{Software Architect{\enskip\cdotp\enskip}Security Expert}
|
||||
\address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA}
|
||||
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
\email{posquit0.bj@gmail.com}
|
||||
|
@ -67,6 +67,10 @@
|
|||
% \twitter{@twit}
|
||||
% \skype{skype-id}
|
||||
% \reddit{reddit-id}
|
||||
% \medium{madium-id}
|
||||
% \googlescholar{googlescholar-id}{name-to-display}
|
||||
%% \firstname and \lastname will be used
|
||||
% \googlescholar{googlescholar-id}{}
|
||||
% \extrainfo{extra informations}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
@ -83,7 +87,7 @@
|
|||
% Leave any of these blank if they are not needed
|
||||
\makecvfooter
|
||||
{\today}
|
||||
{Claud D. Park~~~·~~~Résumé}
|
||||
{Byungjin Park~~~·~~~Résumé}
|
||||
{\thepage}
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{B.S. in Computer Science and Engineering} % Degree
|
||||
{POSTECH(Pohang University of Science and Technology)} % Institution
|
||||
{Pohang, S.Korea} % Location
|
||||
{Mar. 2010 - Exp. Aug. 2017} % Date(s)
|
||||
{Mar. 2010 - Aug. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) bullet points
|
||||
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
|
||||
|
|
|
@ -9,12 +9,29 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Architect} % Job title
|
||||
{Omnious. Co., Ltd.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Jun. 2017 - May. 2018} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Provisioned an easily managable hybrid infrastructure(Amazon AWS + On-premise) utilizing IaC(Infrastructure as Code) tools like Ansible, Packer and Terraform.}
|
||||
\item {Built fully automated CI/CD pipelines on CircleCI for containerized applications using Docker, AWS ECR and Rancher.}
|
||||
\item {Designed an overall service architecture and pipelines of the Machine Learning based Fashion Tagging API SaaS product with the micro-services architecture.}
|
||||
\item {Implemented several API microservices in Node.js Koa and in the serverless AWS Lambda functions.}
|
||||
\item {Deployed a centralized logging environment(ELK, Filebeat, CloudWatch, S3) which gather log data from docker containers and AWS resources.}
|
||||
\item {Deployed a centralized monitoring environment(Grafana, InfluxDB, CollectD) which gather system metrics as well as docker run-time metrics.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Co-founder \& Software Engineer} % Job title
|
||||
{PLAT Corp.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Jan. 2016 - PRESENT} % Date(s)
|
||||
{Jan. 2016 - Jun. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Implemented RESTful API server for car rental booking application(CARPLAT in Google Play).}
|
||||
|
@ -54,7 +71,7 @@
|
|||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Engineer} % Job title
|
||||
{ShitOne Corp. (Start-up company)} % Organization
|
||||
{ShitOne Corp.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Dec. 2011 - Feb. 2012} % Date(s)
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{Core Member \& President at 2013} % Affiliation/role
|
||||
{PoApper (Developers' Network of POSTECH)} % Organization/group
|
||||
{Pohang, S.Korea} % Location
|
||||
{Jun. 2010 - PRESENT} % Date(s)
|
||||
{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.}
|
||||
|
|
|
@ -15,6 +15,20 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 26th CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2018} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 25th CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2017} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
|
@ -36,13 +50,6 @@
|
|||
{Las Vegas, U.S.A} % Location
|
||||
{2011} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{6th Place} % Award
|
||||
{SECUINSIDE Hacking Competition World Final} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{2012} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cvhonors}
|
||||
|
||||
|
@ -65,6 +72,13 @@
|
|||
{Seoul, S.Korea} % Location
|
||||
{2015} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Silver Prize} % Award
|
||||
{KISA HDCON Hacking Competition Final} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{2017} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Silver Prize} % Award
|
||||
|
|
|
@ -9,6 +9,19 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Presenter for <Hosting Web Application for Free utilizing GitHub, Netlify and CloudFlare>} % Role
|
||||
{DevFest Seoul by Google Developer Group Korea} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{Nov. 2017} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
\item {Introduced the history of web technology and the JAM stack which is for the modern web application development.}
|
||||
\item {Introduced how to freely host the web application with high performance utilizing global CDN services.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} % Role
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
\begin{cvparagraph}
|
||||
|
||||
%---------------------------------------------------------
|
||||
Current Co-founder \& Software Engineer in start-up company PLAT Corp. 5+ years experience specializing in backend/infrastructure, web development and computer 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.
|
||||
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.
|
||||
\end{cvparagraph}
|
||||
|
|
|
@ -21,17 +21,5 @@
|
|||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Undergraduate Student Reporter} % Role
|
||||
{AhnLab} % Title
|
||||
{S.Korea} % Location
|
||||
{Oct. 2012 - Jul. 2013} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
\item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
|
|
Loading…
Reference in a new issue