mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 15:38:35 +00:00
get rid of examples, init CV based on examples
This commit is contained in:
parent
7d86dde43d
commit
e35c51720e
31 changed files with 53 additions and 672 deletions
24
Makefile
24
Makefile
|
@ -1,22 +1,22 @@
|
|||
.PHONY: examples
|
||||
.PHONY: docs
|
||||
|
||||
CC = xelatex
|
||||
EXAMPLES_DIR = examples
|
||||
RESUME_DIR = examples/resume
|
||||
CV_DIR = examples/cv
|
||||
SRC_DIR = src
|
||||
RESUME_DIR = src/resume
|
||||
CV_DIR = src/cv
|
||||
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
|
||||
CV_SRCS = $(shell find $(CV_DIR) -name '*.tex')
|
||||
|
||||
examples: $(foreach x, coverletter cv resume, $x.pdf)
|
||||
docs: $(foreach x, coverletter cv resume, $x.pdf)
|
||||
|
||||
resume.pdf: $(EXAMPLES_DIR)/resume.tex $(RESUME_SRCS)
|
||||
$(CC) -output-directory=$(EXAMPLES_DIR) $<
|
||||
resume.pdf: $(SRC_DIR)/resume.tex $(RESUME_SRCS)
|
||||
$(CC) -output-directory=$(SRC_DIR) $<
|
||||
|
||||
cv.pdf: $(EXAMPLES_DIR)/cv.tex $(CV_SRCS)
|
||||
$(CC) -output-directory=$(EXAMPLES_DIR) $<
|
||||
cv.pdf: $(SRC_DIR)/cv.tex $(CV_SRCS)
|
||||
$(CC) -output-directory=$(SRC_DIR) $<
|
||||
|
||||
coverletter.pdf: $(EXAMPLES_DIR)/coverletter.tex
|
||||
$(CC) -output-directory=$(EXAMPLES_DIR) $<
|
||||
coverletter.pdf: $(SRC_DIR)/coverletter.tex
|
||||
$(CC) -output-directory=$(SRC_DIR) $<
|
||||
|
||||
clean:
|
||||
rm -rf $(EXAMPLES_DIR)/*.pdf
|
||||
rm -rf $(SRC_DIR)/*.pdf
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 110 KiB |
Binary file not shown.
Before Width: | Height: | Size: 251 KiB |
Binary file not shown.
|
@ -1,133 +0,0 @@
|
|||
%!TEX TS-program = xelatex
|
||||
%!TEX encoding = UTF-8 Unicode
|
||||
% Awesome CV LaTeX Template for Cover Letter
|
||||
%
|
||||
% This template has been downloaded from:
|
||||
% https://github.com/posquit0/Awesome-CV
|
||||
%
|
||||
% Authors:
|
||||
% Claud D. Park <posquit0.bj@gmail.com>
|
||||
% Lars Richter <mail@ayeks.de>
|
||||
%
|
||||
% 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-red}
|
||||
% 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}
|
||||
|
||||
% Set false if you don't want to highlight section with awesome color
|
||||
\setbool{acvSectionColorHighlight}{true}
|
||||
|
||||
% 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[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}
|
||||
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
\email{posquit0.bj@gmail.com}
|
||||
\homepage{www.posquit0.com}
|
||||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
% \gitlab{gitlab-id}
|
||||
% \stackoverflow{SO-id}{SO-name}
|
||||
% \twitter{@twit}
|
||||
% \skype{skype-id}
|
||||
% \reddit{reddit-id}
|
||||
% \extrainfo{extra informations}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% LETTER INFORMATION
|
||||
% All of the below lines must be filled out
|
||||
%-------------------------------------------------------------------------------
|
||||
% The company being applied to
|
||||
\recipient
|
||||
{Company Recruitment Team}
|
||||
{Google Inc.\\1600 Amphitheatre Parkway\\Mountain View, CA 94043}
|
||||
% The date on the letter, default is the date of compilation
|
||||
\letterdate{\today}
|
||||
% The title of the letter
|
||||
\lettertitle{Job Application for Software Engineer}
|
||||
% How the letter is opened
|
||||
\letteropening{Dear Mr./Ms./Dr. LastName,}
|
||||
% How the letter is closed
|
||||
\letterclosing{Sincerely,}
|
||||
% Any enclosures with the letter
|
||||
\letterenclosure[Attached]{Curriculum Vitae}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
||||
% Print the header with above personal informations
|
||||
% Give optional argument to change alignment(C: center, L: left, R: right)
|
||||
\makecvheader[R]
|
||||
|
||||
% Print the footer with 3 arguments(<left>, <center>, <right>)
|
||||
% Leave any of these blank if they are not needed
|
||||
\makecvfooter
|
||||
{\today}
|
||||
{Claud D. Park~~~·~~~Cover Letter}
|
||||
{}
|
||||
|
||||
% Print the title with above letter informations
|
||||
\makelettertitle
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% LETTER CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvletter}
|
||||
|
||||
\lettersection{About Me}
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper neque sit amet lectus facilisis sed luctus nisl iaculis. Vivamus at neque arcu, sed tempor quam. Curabitur pharetra tincidunt tincidunt. Morbi volutpat feugiat mauris, quis tempor neque vehicula volutpat. Duis tristique justo vel massa fermentum accumsan. Mauris ante elit, feugiat vestibulum tempor eget, eleifend ac ipsum. Donec scelerisque lobortis ipsum eu vestibulum. Pellentesque vel massa at felis accumsan rhoncus.
|
||||
|
||||
\lettersection{Why Google?}
|
||||
Suspendisse commodo, massa eu congue tincidunt, elit mauris pellentesque orci, cursus tempor odio nisl euismod augue. Aliquam adipiscing nibh ut odio sodales et pulvinar tortor laoreet. Mauris a accumsan ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse vulputate sem vehicula ipsum varius nec tempus dui dapibus. Phasellus et est urna, ut auctor erat. Sed tincidunt odio id odio aliquam mattis. Donec sapien nulla, feugiat eget adipiscing sit amet, lacinia ut dolor. Phasellus tincidunt, leo a fringilla consectetur, felis diam aliquam urna, vitae aliquet lectus orci nec velit. Vivamus dapibus varius blandit.
|
||||
|
||||
\lettersection{Why Me?}
|
||||
Duis sit amet magna ante, at sodales diam. Aenean consectetur porta risus et sagittis. Ut interdum, enim varius pellentesque tincidunt, magna libero sodales tortor, ut fermentum nunc metus a ante. Vivamus odio leo, tincidunt eu luctus ut, sollicitudin sit amet metus. Nunc sed orci lectus. Ut sodales magna sed velit volutpat sit amet pulvinar diam venenatis.
|
||||
|
||||
\end{cvletter}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% Print the signature and enclosures with above letter informations
|
||||
\makeletterclosing
|
||||
|
||||
\end{document}
|
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
|
@ -1,48 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% 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}
|
Binary file not shown.
Before Width: | Height: | Size: 171 KiB |
Binary file not shown.
Before Width: | Height: | Size: 101 KiB |
Binary file not shown.
|
@ -1,105 +0,0 @@
|
|||
%!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 <posquit0.bj@gmail.com>
|
||||
% 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-red}
|
||||
% 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}
|
||||
|
||||
% Set false if you don't want to highlight section with awesome color
|
||||
\setbool{acvSectionColorHighlight}{true}
|
||||
|
||||
% 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{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}
|
||||
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
\email{posquit0.bj@gmail.com}
|
||||
\homepage{www.posquit0.com}
|
||||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
% \gitlab{gitlab-id}
|
||||
% \stackoverflow{SO-id}{SO-name}
|
||||
% \twitter{@twit}
|
||||
% \skype{skype-id}
|
||||
% \reddit{reddit-id}
|
||||
% \extrainfo{extra informations}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
||||
% Print the header with above personal informations
|
||||
% 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
|
||||
{\today}
|
||||
{Claud D. Park~~~·~~~Résumé}
|
||||
{\thepage}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CV/RESUME CONTENT
|
||||
% Each section is imported separately, open each file in turn to modify content
|
||||
%-------------------------------------------------------------------------------
|
||||
\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/education.tex}
|
||||
\input{resume/extracurricular.tex}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\end{document}
|
|
@ -1,27 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% 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)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cvhonors}
|
|
@ -1,25 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Education}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{B.S. in Computer Science and Engineering} % Degree
|
||||
{POSTECH(Pohang University of Science and Technology)} % Institution
|
||||
{Pohang, S.Korea} % Location
|
||||
{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.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
|
@ -1,85 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Work Experience}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Co-founder \& Software Engineer} % Job title
|
||||
{PLAT Corp.} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Jan. 2016 - PRESENT} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Implemented RESTful API server for car rental booking application(CARPLAT in Google Play).}
|
||||
\item {Built and deployed overall service infrastructure utilizing Docker container, CircleCI, and several AWS stack(Including EC2, ECS, Route 53, S3, CloudFront, RDS, ElastiCache, IAM), focusing on high-availability, fault tolerance, and auto-scaling.}
|
||||
\item {Developed an easy-to-use Payment module which connects to major PG(Payment Gateway) companies in Korea.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Engineer \& Security Researcher (Compulsory Military Service)} % Job title
|
||||
{R.O.K Cyber Command, MND} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Aug. 2014 - Apr. 2016} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Lead engineer on agent-less backtracking system that can discover client device's fingerprint(including public and private IP) independently of the Proxy, VPN and NAT.}
|
||||
\item {Implemented a distributed web stress test tool with high anonymity.}
|
||||
\item {Implemented a military cooperation system which is web based real time messenger in Scala on Lift.}
|
||||
\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
|
||||
{ShitOne Corp. (Start-up company)} % Organization
|
||||
{Seoul, S.Korea} % Location
|
||||
{Dec. 2011 - Feb. 2012} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
\item {Developed a proxy drive smartphone application which connects proxy driver and customer.}
|
||||
\item {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} % 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}
|
|
@ -1,41 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Extracurricular Activity}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\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}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
|
@ -1,83 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Honors \& Awards}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% SUBSECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsubsection{International}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 25th CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2017} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 22nd CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2014} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 21st CTF Hacking Competition World Final} % Event
|
||||
{Las Vegas, U.S.A} % Location
|
||||
{2013} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Finalist} % Award
|
||||
{DEFCON 19th CTF Hacking Competition World Final} % Event
|
||||
{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}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% SUBSECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsubsection{Domestic}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{3rd Place} % Award
|
||||
{WITHCON Hacking Competition Final} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{2015} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Silver Prize} % Award
|
||||
{KISA HDCON Hacking Competition Final} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{2013} % Date(s)
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cvhonors}
|
|
@ -1,25 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Presentation}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} % Role
|
||||
{6th CodeEngn (Reverse Engineering Conference)} % Event
|
||||
{Seoul, S.Korea} % Location
|
||||
{Jul. 2012} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
|
@ -1,14 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Summary}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\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.
|
||||
\end{cvparagraph}
|
|
@ -1,37 +0,0 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Writing}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Founder \& Writer} % Role
|
||||
{A Guide for Developers in Start-up} % Title
|
||||
{Facebook Page} % Location
|
||||
{Jan. 2015 - PRESENT} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.}
|
||||
\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}
|
|
@ -29,7 +29,7 @@
|
|||
% Color for highlights
|
||||
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
|
||||
% awesome-nephritis, awesome-concrete, awesome-darknight
|
||||
\colorlet{awesome}{awesome-red}
|
||||
\colorlet{awesome}{awesome-orange}
|
||||
% Uncomment if you would like to specify your own color
|
||||
% \definecolor{awesome}{HTML}{CA63A8}
|
||||
|
||||
|
@ -52,26 +52,23 @@
|
|||
% Comment any of the lines below if they are not required
|
||||
%-------------------------------------------------------------------------------
|
||||
% 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}
|
||||
% \photo{./src/profile.png}
|
||||
\name{Grigory}{Starinkin}
|
||||
\position{Senior Software Engineer at Alert Logic}
|
||||
\address{London, United Kingdom}
|
||||
|
||||
\mobile{(+82) 10-9030-1843}
|
||||
\email{posquit0.bj@gmail.com}
|
||||
\homepage{www.posquit0.com}
|
||||
\github{posquit0}
|
||||
\linkedin{posquit0}
|
||||
\mobile{+44 747 303 45 16}
|
||||
\email{starinkin@gmail.com}
|
||||
\homepage{velimir.me.uk}
|
||||
\github{velimir0xff}
|
||||
\linkedin{starinkin}
|
||||
\skype{starinkings}
|
||||
% \gitlab{gitlab-id}
|
||||
% \stackoverflow{SO-id}{SO-name}
|
||||
% \twitter{@twit}
|
||||
% \skype{skype-id}
|
||||
% \reddit{reddit-id}
|
||||
% \extrainfo{extra informations}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
||||
|
@ -83,7 +80,7 @@
|
|||
% Leave any of these blank if they are not needed
|
||||
\makecvfooter
|
||||
{\today}
|
||||
{Claud D. Park~~~·~~~Curriculum Vitae}
|
||||
{Grigory Starinkin ~~~·~~~ Curriculum Vitae}
|
||||
{\thepage}
|
||||
|
||||
|
||||
|
@ -91,14 +88,13 @@
|
|||
% CV/RESUME CONTENT
|
||||
% Each section is imported separately, open each file in turn to modify content
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{cv/education.tex}
|
||||
\input{cv/skills.tex}
|
||||
\input{cv/experience.tex}
|
||||
\input{cv/skills.tex}
|
||||
\input{cv/education.tex}
|
||||
\input{cv/extracurricular.tex}
|
||||
\input{cv/honors.tex}
|
||||
\input{cv/presentation.tex}
|
||||
\input{cv/writing.tex}
|
||||
\input{cv/committees.tex}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
|
@ -11,15 +11,11 @@
|
|||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{B.S. in Computer Science and Engineering} % Degree
|
||||
{POSTECH(Pohang University of Science and Technology)} % Institution
|
||||
{Pohang, S.Korea} % Location
|
||||
{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.}
|
||||
\end{cvitems}
|
||||
}
|
||||
{Master in applied mathematics} % Degree
|
||||
{Kuban State University (KubSU)} % Institution
|
||||
{Krasnodar, Russia} % Location
|
||||
{Aug. 2006 - Aug. 2011} % Date(s)
|
||||
{}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
|
@ -103,14 +103,26 @@
|
|||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Freelance Penetration Tester} % Job title
|
||||
{SAMSUNG Electronics} % Organization
|
||||
{S.Korea} % Location
|
||||
{Sep. 2013, Mar. 2011 - Oct. 2011} % Date(s)
|
||||
{Software Engineer} % Job title
|
||||
{Devline Limited} % Organization
|
||||
{Krasnodar, Russia} % Location
|
||||
{Jul. 2008 - Apr. 2013} % 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.}
|
||||
\item {Refactored and maintained a library for video archive export through VFW using C++}
|
||||
\item {Designed and implemented a library for video archive export through ffmpeg using C++}
|
||||
\item {Refactored, maintained and optimized DirectShow source filter}
|
||||
\item {Created software for packaging and reading protected resource container using WinCrypt}
|
||||
\item {Implemented autorun program using C++ and HTMLayout}
|
||||
\item {Created serial number activation application using C++, WinHTTP}
|
||||
\item {Designed, implemented and optimized user log module (client + server sides) using C++ and SQLite}
|
||||
\item {Implemented SQLite tokenizer using C}
|
||||
\item {Created skins support including implementation of a specific one in collaboration with designers}
|
||||
\item {Developed, optimized and maintained the main CCTV client side application using C++ and HTMLayout}
|
||||
\item {Developed localization system for the HTML based application using Python, C++ and HTMLayout}
|
||||
\item {Designed and implemented automatic build system using Python}
|
||||
\item {Designed and maintained internal automation utilities using Python}
|
||||
\item {Wrote developers and integration documentation}
|
||||
\end{cvitems}
|
||||
%\begin{cvsubentries}
|
||||
% \cvsubentry{}{KNOX(Solution for Enterprise Mobile Security) Penetration Testing}{Sep. 2013}{}
|
|
@ -12,17 +12,17 @@
|
|||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Programming} % Category
|
||||
{Python, Node.JS, C/C++, Scala, JAVA, OCaml, LaTeX} % Skills
|
||||
{Erlang, Python, C++, C, Elixir, Ruby, Bash} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Web} % Category
|
||||
{Django, Express, Koa, Redux, React, HTML5, LESS, SASS} % Skills
|
||||
{Technologies} % Category
|
||||
{Cowboy, Mochiweb, NoSQL, SQL, STL, Boost, HTMLayout} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Languages} % Category
|
||||
{Korean, English, Japanese, Chinese} % Skills
|
||||
{Russian, English} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cvskills}
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Loading…
Reference in a new issue