-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
88 lines (61 loc) · 2.59 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
% vim: sw=4
\documentclass{resume}
\usepackage{hyperref}
\name{Minseo Kim}
\email{\href{mailto:kimminss0outlook.kr}{[email protected]}}
\github{\href{https://github.com/kimminss0}{kimminss0}}
\blog{\href{https://minseo-kim.net}{minseo-kim.net}}
\begin{document}
\begin{rSection}{Education}
\begin{rSubsection}{POSTECH (Pohang University of Science and Technology)}{Feb 2022 -- Present}
- Majoring in \href{https://cse.postech.ac.kr}{Computer Science and Engineering} \\
\end{rSubsection}
\end{rSection}
\begin{rSection}{Skills}
\begin{tabular}{@{}p{0.25\linewidth}p{0.7\linewidth}}
Programming Languages
& C/C++, Python, Go, Java, JavaScript \\ [0.5em]
Web Development
& HTML/CSS/JavaScript, React.js, Express.js \\ [0.5em]
\raggedright Database and Data Processing
& PostgreSQL, Airflow \\ [1.7em]
\raggedright Containerization and Orchestration
& Docker, Docker Compose \\ [1.7em]
Tools
& Git/GitHub, POSIX shell scripting \\ [0.5em]
Natural Languages
& Korean(Native), English \\ [0.5em]
\end{tabular}
\end{rSection}
\begin{rSection}{Job Experience}
\begin{rSubsection}{\href{https://dslab.postech.ac.kr/}{POSTECH Data
Systems Lab}}{Jan 2023 -- Jan 2024}
{\bfseries\rmfamily{Intern Full-stack Engineer}}
\item Developed an website serving as an integrated database for PVLDB,
an academic conference
\item Full-time during vacation; part-time during semester
\item Worked on:
\vspace{-0.5em}
\begin{list}{--}{}
\itemsep -0.5em
\item Data engineering for data integration and automation of data
pipelines
\item Full-stack development, including client-side, server-side,
and database design/optimization
\end{list}
\item Skills: JavaScript, React.js, Express.js, PostgreSQL, Airflow,
Docker, Docker Compose
\end{rSubsection}
\end{rSection}
\begin{rSection}{Projects}
\begin{rSubsection}{\href{https://github.com/UniD3-Hackathon-Team4/barokey}
{BaroKey}}{Nov 2023}
Team Project submitted to the 3rd UniDThon Hackathon Track
\item Developed a web service supplying users for real-time emergency
keywords, such as safty threats or natural disasters, based on
user's location
\item Skills: React.js, Express.js, PostgreSQL, Docker, Docker Compose
\item Role: Team Leader, Full-stack Developer
\end{rSubsection}
\end{rSection}
\end{document}