forked from mirrors/Awesome-CV
added my resume for example
This commit is contained in:
parent
0013efa6e7
commit
472591e8f7
21 changed files with 611 additions and 0 deletions
1
examples/awesome-cv.cls
Symbolic link
1
examples/awesome-cv.cls
Symbolic link
|
@ -0,0 +1 @@
|
|||
../awesome-cv.cls
|
BIN
examples/cv.pdf
Normal file
BIN
examples/cv.pdf
Normal file
Binary file not shown.
65
examples/cv.tex
Normal file
65
examples/cv.tex
Normal file
|
@ -0,0 +1,65 @@
|
|||
%!TEX TS-program = xelatex
|
||||
%!TEX encoding = UTF-8 Unicode
|
||||
% Copyright 2015 Claud D. Park <posquit0.bj@gmail.com>
|
||||
% http://www.posquit0.com
|
||||
%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Configuration
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Themes: Awesome-CV
|
||||
\documentclass[11pt, a4paper]{awesome-cv}
|
||||
|
||||
% Override a directory location for fonts(default: 'fonts/')
|
||||
\fontdir[fonts/]
|
||||
|
||||
% Configure a directory location for sections
|
||||
\newcommand*{\sectiondir}{cv/}
|
||||
|
||||
% Override color
|
||||
\colorlet{awesome}{awesome-red}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 3rd party packages
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Needed to divide into several files
|
||||
\usepackage{import}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Personal Data
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Essentials
|
||||
\name{Byung-Jin}{Park}
|
||||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
% Social
|
||||
\email{posquit0.bj@gmail.com}
|
||||
\homepage{www.posquit0.com}
|
||||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
% Optionals
|
||||
\position{Software Engineer}
|
||||
\quote{Make the change that you want to see in the world.}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Content
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Make a footer for CV using personal data
|
||||
\makecvfooter
|
||||
|
||||
\begin{document}
|
||||
% Make a header for CV using personal data
|
||||
\makecvheader
|
||||
|
||||
% Import contents
|
||||
\import{\sectiondir}{education.tex}
|
||||
\import{\sectiondir}{experience.tex}
|
||||
\import{\sectiondir}{extracurricular.tex}
|
||||
\import{\sectiondir}{honors.tex}
|
||||
\import{\sectiondir}{presentation.tex}
|
||||
\import{\sectiondir}{writing.tex}
|
||||
\import{\sectiondir}{committees.tex}
|
||||
|
||||
\end{document}
|
23
examples/cv/committees.tex
Normal file
23
examples/cv/committees.tex
Normal file
|
@ -0,0 +1,23 @@
|
|||
\cvsection{Program Committees}
|
||||
\begin{cvhonors}
|
||||
\cvhonor
|
||||
{Organizer \& Co-director}
|
||||
{1st POSTECH Hackathon}
|
||||
{S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{Staff}
|
||||
{7th Hacking Camp}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
\cvhonor
|
||||
{Problem Writer}
|
||||
{1st Hoseo University Teenager Hacking Competition}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
\cvhonor
|
||||
{Staff \& Problem Writer}
|
||||
{JFF(Just for Fun) Hacking Competition}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
\end{cvhonors}
|
13
examples/cv/education.tex
Normal file
13
examples/cv/education.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\cvsection{Education}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{B.S. in Computer Science and Engineering}
|
||||
{POSTECH(Pohang University of Science and Technology)}
|
||||
{Pohang, S.Korea}
|
||||
{Mar. 2010 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\end{cventries}
|
72
examples/cv/experience.tex
Normal file
72
examples/cv/experience.tex
Normal file
|
@ -0,0 +1,72 @@
|
|||
\cvsection{Experience}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Software Engineer \& Security Researcher (Compulsory Military Service)}
|
||||
{R.O.K Cyber Command, MND}
|
||||
{Seoul, S.Korea}
|
||||
{Aug. 2014 - Exp. Apr. 2016}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Implemented a military cooperation system which is web based real time messenger in Scala on Lift.}
|
||||
\item {Improved functionality on military command and control system for incident response with Java Servlet.}
|
||||
\item {Lead engineer on agent-less backtracking system that allows to backtrack client device surfing prepared web site independently of the Proxy, VPN and NAT.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Game Developer Intern at Global Internship Program}
|
||||
{NEXON}
|
||||
{Seoul, S.Korea \& LA, U.S.A}
|
||||
{Jan. 2013 - Feb. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Developed in Cocos2d-x an action puzzle game(Dragon Buster) targeting U.S. market. Implemented API server which is communicating with game client and In-App Store, along with two other team members who wrote the game logic, designed game graphics.}
|
||||
\item {Won the 2nd prize in final evaluation.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Researcher for <Detecting video’s torrents using image similarity algorithms>}
|
||||
{Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)}
|
||||
{Pohang, S.Korea}
|
||||
{Sep. 2012 - Feb. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Researched means of retrieving a corresponding video based on image contents using image similarity algorithm.}
|
||||
\item {Implemented prototype that users can obtain torrent magnet links of corresponding video relevant to an image on web site.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Software Engineer Trainee}
|
||||
{Software Maestro (funded by Korea Ministry of Knowledge and Economy)}
|
||||
{Seoul, S.Korea}
|
||||
{Jul. 2012 - Jun. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Performed research memory management strategies of OS and implemented in Python an interactive simulator for Linux kernel memory management.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Software Engineer}
|
||||
{ShitOne Corp. (Start-up company)}
|
||||
{Seoul, S.Korea}
|
||||
{Dec. 2011 - Feb. 2012}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Developed a proxy drive smartphone application which connects proxy driver and customer. Implemented overall Android application logic and wrote API server for community service, along with lead engineer who designed bidding protocol on raw socket and implemented API server for bidding.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Freelance Penetration Tester}
|
||||
{SAMSUNG Electronics}
|
||||
{S.Korea}
|
||||
{Sep. 2013, Mar. 2011 - Oct. 2011}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
61
examples/cv/extracurricular.tex
Normal file
61
examples/cv/extracurricular.tex
Normal file
|
@ -0,0 +1,61 @@
|
|||
\cvsection{Extracurricular Activity}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Core Member}
|
||||
{B10S (B1t 0n the Security, Underground hacker team)}
|
||||
{S.Korea}
|
||||
{Nov. 2011 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
||||
{WiseGuys (Hacking \& Security research group)}
|
||||
{S.Korea}
|
||||
{Jun. 2012 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
||||
{PoApper (Developers' Network of POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Jun. 2010 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
||||
{PLUS (Laboratory for UNIX Security in POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Sep. 2010 - Oct. 2011}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
||||
{MSSA (Management Strategy Club of POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Sep. 2013 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
58
examples/cv/honors.tex
Normal file
58
examples/cv/honors.tex
Normal file
|
@ -0,0 +1,58 @@
|
|||
\cvsection{Honors \& Awards}
|
||||
\cvsubsection{International}
|
||||
\begin{cvhonors}
|
||||
\cvhonor
|
||||
{Finalist}
|
||||
{DEFCON 22nd CTF Hacking Competition World Final}
|
||||
{Las Vegas, U.S.A}
|
||||
{2014}
|
||||
\cvhonor
|
||||
{Finalist}
|
||||
{DEFCON 21st CTF Hacking Competition World Final}
|
||||
{Las Vegas, U.S.A}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{Finalist}
|
||||
{DEFCON 19th CTF Hacking Competition World Final}
|
||||
{Las Vegas, U.S.A}
|
||||
{2011}
|
||||
\cvhonor
|
||||
{6th Place}
|
||||
{SECUINSIDE Hacking Competition World Final}
|
||||
{Seoul, S.Korea}
|
||||
{2012}
|
||||
\end{cvhonors}
|
||||
|
||||
\cvsubsection{Domestic}
|
||||
\begin{cvhonors}
|
||||
\cvhonor
|
||||
{Silver Prize}
|
||||
{KISA HDCON Hacking Competition Final}
|
||||
{Seoul, S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{2nd Award}
|
||||
{HUST Hacking Festival}
|
||||
{S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{3rd Award}
|
||||
{HUST Hacking Festival}
|
||||
{S.Korea}
|
||||
{2010}
|
||||
\cvhonor
|
||||
{3rd Award}
|
||||
{Holyshield 3rd Hacking Festival}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
\cvhonor
|
||||
{2nd Award}
|
||||
{Holyshield 3rd Hacking Festival}
|
||||
{S.Korea}
|
||||
{2011}
|
||||
\cvhonor
|
||||
{5th Place}
|
||||
{PADOCON Hacking Competition Final}
|
||||
{Seoul, S.Korea}
|
||||
{2011}
|
||||
\end{cvhonors}
|
23
examples/cv/presentation.tex
Normal file
23
examples/cv/presentation.tex
Normal file
|
@ -0,0 +1,23 @@
|
|||
\cvsection{Presentation}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Presenter for <DEFCON 20th : The way to go to Las Vegas>}
|
||||
{6th CodeEngn (Reverse Engineering Conference)}
|
||||
{Seoul, S.Korea}
|
||||
{Jul. 2012}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Presenter for <Metasploit 101>}
|
||||
{6th Hacking Camp - S.Korea}
|
||||
{S.Korea}
|
||||
{Sep. 2012}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Introduced basic procedure for penetration testing and how to use Metasploit}
|
||||
\end{cvitems}
|
||||
}
|
||||
\end{cventries}
|
23
examples/cv/writing.tex
Normal file
23
examples/cv/writing.tex
Normal file
|
@ -0,0 +1,23 @@
|
|||
\cvsection{Writing}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Founder \& Writer}
|
||||
{A Guide for Developers in Start-up}
|
||||
{Facebook Page}
|
||||
{Jan. 2015 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Undergraduate Student Reporter}
|
||||
{AhnLab}
|
||||
{S.Korea}
|
||||
{Oct. 2012 - Jul. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\end{cventries}
|
1
examples/fontawesome.sty
Symbolic link
1
examples/fontawesome.sty
Symbolic link
|
@ -0,0 +1 @@
|
|||
../fontawesome.sty
|
1
examples/fonts
Symbolic link
1
examples/fonts
Symbolic link
|
@ -0,0 +1 @@
|
|||
../fonts
|
BIN
examples/resume.pdf
Normal file
BIN
examples/resume.pdf
Normal file
Binary file not shown.
65
examples/resume.tex
Normal file
65
examples/resume.tex
Normal file
|
@ -0,0 +1,65 @@
|
|||
%!TEX TS-program = xelatex
|
||||
%!TEX encoding = UTF-8 Unicode
|
||||
% Copyright 2015 Claud D. Park <posquit0.bj@gmail.com>
|
||||
% http://www.posquit0.com
|
||||
%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Configuration
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Themes: Awesome-CV
|
||||
\documentclass[11pt, a4paper]{awesome-cv}
|
||||
|
||||
% Override a directory location for fonts(default: 'fonts/')
|
||||
% \fontdir[fonts/]
|
||||
|
||||
% Configure a directory location for sections
|
||||
\newcommand*{\sectiondir}{resume/}
|
||||
|
||||
% Override color
|
||||
\colorlet{awesome}{awesome-red}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% 3rd party packages
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Needed to divide into several files
|
||||
\usepackage{import}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Personal Data
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Essentials
|
||||
\name{Byung-Jin}{Park}
|
||||
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
% Social
|
||||
\email{posquit0.bj@gmail.com}
|
||||
\homepage{www.posquit0.com}
|
||||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
% Optionals
|
||||
\position{Software Engineer}
|
||||
\quote{Make the change that you want to see in the world.}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Content
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Make a footer for CV using personal data
|
||||
\makecvfooter
|
||||
|
||||
\begin{document}
|
||||
% Make a header for CV using personal data
|
||||
\makecvheader
|
||||
|
||||
% Import contents
|
||||
\import{\sectiondir}{education.tex}
|
||||
\import{\sectiondir}{experience.tex}
|
||||
\import{\sectiondir}{extracurricular.tex}
|
||||
\import{\sectiondir}{honors.tex}
|
||||
\import{\sectiondir}{presentation.tex}
|
||||
\import{\sectiondir}{writing.tex}
|
||||
\import{\sectiondir}{committees.tex}
|
||||
|
||||
\end{document}
|
13
examples/resume/committees.tex
Normal file
13
examples/resume/committees.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\cvsection{Program Committees}
|
||||
\begin{cvhonors}
|
||||
\cvhonor
|
||||
{Organizer \& Co-director}
|
||||
{1st POSTECH Hackathon}
|
||||
{S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{Staff \& Problem Writer}
|
||||
{JFF(Just for Fun) Hacking Competition}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
\end{cvhonors}
|
13
examples/resume/education.tex
Normal file
13
examples/resume/education.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\cvsection{Education}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{B.S. in Computer Science and Engineering}
|
||||
{POSTECH(Pohang University of Science and Technology)}
|
||||
{Pohang, S.Korea}
|
||||
{Mar. 2010 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\end{cventries}
|
72
examples/resume/experience.tex
Normal file
72
examples/resume/experience.tex
Normal file
|
@ -0,0 +1,72 @@
|
|||
\cvsection{Experience}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Software Engineer \& Security Researcher (Compulsory Military Service)}
|
||||
{R.O.K Cyber Command, MND}
|
||||
{Seoul, S.Korea}
|
||||
{Aug. 2014 - Exp. Apr. 2016}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Implemented a military cooperation system which is web based real time messenger in Scala on Lift.}
|
||||
\item {Improved functionality on military command and control system for incident response with Java Servlet.}
|
||||
\item {Lead engineer on agent-less backtracking system that allows to backtrack client device surfing prepared web site independently of the Proxy, VPN and NAT.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Game Developer Intern at Global Internship Program}
|
||||
{NEXON}
|
||||
{Seoul, S.Korea \& LA, U.S.A}
|
||||
{Jan. 2013 - Feb. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Developed in Cocos2d-x an action puzzle game(Dragon Buster) targeting U.S. market. Implemented API server which is communicating with game client and In-App Store, along with two other team members who wrote the game logic, designed game graphics.}
|
||||
\item {Won the 2nd prize in final evaluation.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Researcher for <Detecting video’s torrents using image similarity algorithms>}
|
||||
{Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)}
|
||||
{Pohang, S.Korea}
|
||||
{Sep. 2012 - Feb. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Researched means of retrieving a corresponding video based on image contents using image similarity algorithm.}
|
||||
\item {Implemented prototype that users can obtain torrent magnet links of corresponding video relevant to an image on web site.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Software Engineer Trainee}
|
||||
{Software Maestro (funded by Korea Ministry of Knowledge and Economy)}
|
||||
{Seoul, S.Korea}
|
||||
{Jul. 2012 - Jun. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Performed research memory management strategies of OS and implemented in Python an interactive simulator for Linux kernel memory management.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Software Engineer}
|
||||
{ShitOne Corp. (Start-up company)}
|
||||
{Seoul, S.Korea}
|
||||
{Dec. 2011 - Feb. 2012}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Developed a proxy drive smartphone application which connects proxy driver and customer. Implemented overall Android application logic and wrote API server for community service, along with lead engineer who designed bidding protocol on raw socket and implemented API server for bidding.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Freelance Penetration Tester}
|
||||
{SAMSUNG Electronics}
|
||||
{S.Korea}
|
||||
{Sep. 2013, Mar. 2011 - Oct. 2011}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
38
examples/resume/extracurricular.tex
Normal file
38
examples/resume/extracurricular.tex
Normal file
|
@ -0,0 +1,38 @@
|
|||
\cvsection{Extracurricular Activity}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Core Member \& President at 2013}
|
||||
{PoApper (Developers' Network of POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Jun. 2010 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
||||
{PLUS (Laboratory for UNIX Security in POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Sep. 2010 - Oct. 2011}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
||||
{MSSA (Management Strategy Club of POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Sep. 2013 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\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}
|
33
examples/resume/honors.tex
Normal file
33
examples/resume/honors.tex
Normal file
|
@ -0,0 +1,33 @@
|
|||
\cvsection{Honors \& Awards}
|
||||
\cvsubsection{International}
|
||||
\begin{cvhonors}
|
||||
\cvhonor
|
||||
{Finalist}
|
||||
{DEFCON 22nd CTF Hacking Competition World Final}
|
||||
{Las Vegas, U.S.A}
|
||||
{2014}
|
||||
\cvhonor
|
||||
{Finalist}
|
||||
{DEFCON 21st CTF Hacking Competition World Final}
|
||||
{Las Vegas, U.S.A}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{Finalist}
|
||||
{DEFCON 19th CTF Hacking Competition World Final}
|
||||
{Las Vegas, U.S.A}
|
||||
{2011}
|
||||
\cvhonor
|
||||
{6th Place}
|
||||
{SECUINSIDE Hacking Competition World Final}
|
||||
{Seoul, S.Korea}
|
||||
{2012}
|
||||
\end{cvhonors}
|
||||
|
||||
\cvsubsection{Domestic}
|
||||
\begin{cvhonors}
|
||||
\cvhonor
|
||||
{Silver Prize}
|
||||
{KISA HDCON Hacking Competition Final}
|
||||
{Seoul, S.Korea}
|
||||
{2013}
|
||||
\end{cvhonors}
|
13
examples/resume/presentation.tex
Normal file
13
examples/resume/presentation.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\cvsection{Presentation}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Presenter for <DEFCON 20th : The way to go to Las Vegas>}
|
||||
{6th CodeEngn (Reverse Engineering Conference)}
|
||||
{Seoul, S.Korea}
|
||||
{Jul. 2012}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
|
||||
\end{cvitems}
|
||||
}
|
||||
\end{cventries}
|
23
examples/resume/writing.tex
Normal file
23
examples/resume/writing.tex
Normal file
|
@ -0,0 +1,23 @@
|
|||
\cvsection{Writing}
|
||||
\begin{cventries}
|
||||
\cventry
|
||||
{Founder \& Writer}
|
||||
{A Guide for Developers in Start-up}
|
||||
{Facebook Page}
|
||||
{Jan. 2015 - PRESENT}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\cventry
|
||||
{Undergraduate Student Reporter}
|
||||
{AhnLab}
|
||||
{S.Korea}
|
||||
{Oct. 2012 - Jul. 2013}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.}
|
||||
\end{cvitems}
|
||||
}
|
||||
\end{cventries}
|
Loading…
Reference in a new issue