-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume_ENG.html
235 lines (235 loc) · 9.22 KB
/
resume_ENG.html
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>resume of Kim Sung Hyun</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<main>
<h1 class="margin-bottom-sm">Kim Sung Hyun</h1>
<hr>
<p>
One day I saw some developers saying they love what they do without any hesitation. I was indeed inspired from their passion and decided to become a developer.
I have been with them ever since and wish to pursue such brilliance for the following years as well.
</p>
<section>
<h2>Info</h2>
<ul>
<li>
blog : <a href="https://witch.work">https://witch.work</a>
</li>
<li>
github : <a href="https://github.com/witch-factory">https://github.com/witch-factory</a>
</li>
<li>
contact
<address>
Email : <a href="mailto:soakdma37@gmail.com">soakdma37@gmail.com</a>
<br>
Phone : <a href="tel:+821076769194">(+82)010-7676-9194</a>
</address>
</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm">Personal Blog(2023.05 ~ Current)</h3>
</li>
<li class="no-marker"><hr></li>
<li class="no-marker">
Page : <a target="_blank" href="https://witch.work/">
https://witch.work
</a>
</li>
<li class="no-marker">
GitHub : <a target="_blank" href="https://github.com/witch-factory/witch-next-blog">
https://github.com/witch-factory/witch-next-blog
</a>
</li>
<li class="no-marker">
<ul>
<li>
Built a personal blog with NextJS. It is responsive and has a dark mode.
</li>
<li>
Wrote a remark plugin to generate TOC, modify image paths, and generate post thumbnails with canvas.
</li>
<li>
Implemented search function, debouncing optimization for search, and serverless DB-based view counter.
</li>
<li>
Improvement of Lighthouse performance score from 60~70 to 90~99 by optimizing computation and image optimization by compression, CDN and DOM tree reduction.
</li>
<li>
Aimed to write code that had a reason for every decision. <a target="_blank" href="https://witch.work/posts?search=%EB%B8%94%EB%A1%9C%EA%B7%B8">And documented the entire process on my blog.</a>
</li>
</ul>
</li>
</ul>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm">BandWagon / SW Maestro 13th course(2022.07~2022.11)</h3>
</li>
<li class="no-marker"><hr></li>
<li class="no-marker">
GitHub : <a href="https://github.com/swm-broccoli/bandwagon-frontend-revise">https://github.com/swm-broccoli/bandwagon-frontend-revise</a>
</li>
<li class="no-marker">
<ul>
<li>
Developed a platform "bandwagon" to help social bands stay active.
</li>
<li>
Using React and TailwindCSS, created over 10 pages with responsive layouts.
</li>
<li>
Built the carousel component myself to match the design of the site <a href="https://witch.work/carousel-1/">and blogged about the process.</a>
</li>
<li>
Solved the race condition in server communication and <a href="https://witch.work/front-bug-1/">blogged about the process.</a>
</li>
</ul>
</li>
</ul>
</section>
<section>
<h2>Activities</h2>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm"><a href="https://www.gdschongik.com/">GDSC Hongik</a></h3>
</li>
<li class="no-marker">
<small>Presented as an external speaker in the developer community in Hongik University, GDSC Hongik.</small>
</li>
<li class="no-marker"><hr></li>
<li>On the topic "What I learned from Software Maestro",
talked about things to consider when working on a project in a team.
</li>
<li>
Youtube record(GDSC Hongik channel) : <a href="https://www.youtube.com/watch?v=RXpOaKQES-g">https://www.youtube.com/watch?v=RXpOaKQES-g</a>
</li>
</ul>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm"><a href="https://icpc-sinchon.io/suapc">Sinchon Regional University Programming Club Union</a></h3>
</li>
<li class="no-marker">
<small>Active in the programming club association of five universities in the Sinchon region.</small>
</li>
<li class="no-marker"><hr></li>
<li>
Instructor for the 2022 Winter Algorithm Camp Novice class. About 100 student participated.(<a href="https://github.com/witch-factory/2022-winter-sinchon-lecture">Lecture material(Korean)</a>)
</li>
<li>
Made problems for the 2023 Winter Algorithm Camp Contest for Intermediate.(<a href="https://www.acmicpc.net/contest/view/948">Contest link</a>)
</li>
</ul>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm"><a href="https://icpc.team/">Sogang ICPC Team</a></h3>
</li>
<li class="no-marker">
<small>Worked for problem solving club in Sogang University.</small>
</li>
<li class="no-marker"><hr></li>
<li>
Served as the club officer as double major student for the first time in the history of the club in 2022.
</li>
<li>
2022 Sogang Programming Contest(SPC) Operator(<a href="https://www.acmicpc.net/contest/view/897">Contest link</a>)
</li>
<li>
2022 Sogang University Clean Cup Contest Problem Setter/Operator(<a href="https://www.acmicpc.net/contest/view/796">Contest link</a>)
</li>
<li>
Operated a problem solving study group in the club from 2020 to 2022.
</li>
</ul>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm"><a href="https://bbconf.kr/">BBConf</a></h3>
</li>
<li class="no-marker">
<small>Present at BBConf, an open conference started by the chatroom community.</small>
</li>
<li class="no-marker"><hr></li>
<li>
Attended the conference since 2020 under the nickname 'Witch' and has presented on topics such as 'Making Terminal Text Editor', 'Software Maestro Review'.
</li>
<li>
Presentation Archive : <a href="https://bbconf.kr/archive">https://bbconf.kr/archive</a>
</li>
</ul>
</section>
<section>
<h2>Awards</h2>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm"><a href="https://icpc-sinchon.io/suapc">Sinchon Regional University Programming Club Union</a></h3>
</li>
<li class="no-marker">
<small>Awards in the programming club association of five universities in the Sinchon region.</small>
</li>
<li class="no-marker"><hr></li>
<li>
2022 Winter Sinchon University Association Programming Contest 5th place(Team name : ECM)
</li>
<li>
2021 Summer Sinchon University Association Programming Contest 9th place(Team name : ECM)
</li>
<li>
2021 Summer ICPC Sinchon Algorithm Camp Contest 3rd place(Novice)
</li>
</ul>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm"><a href="https://ucpc.me/">Union of Clubs for Programming Contests</a></h3>
</li>
<li class="no-marker"><hr></li>
<li>
2022 Summer UCPC honorable mention(Team name : 축하합니다 김준호)
</li>
</ul>
</section>
<section>
<h2>Education</h2>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm">Sogang University Mechanical Engineering/Computer Science(Double Major)</h3>
</li>
<li class="no-marker"><hr></li>
<li>
2015.03 ~ 2023.02
</li>
<li>
Credits for Computer Science Majors 4.03/4.3
</li>
</ul>
<ul>
<li class="no-marker">
<h3 class="margin-bottom-sm">Software Maestro 13th course</h3>
</li>
<li class="no-marker"><hr></li>
<li>
2022.07 ~ 2022.11
</li>
<li>
Team "브로콜리 소마저" leader/front-end developer
</li>
</ul>
</section>
<section>
<h2>Language Skills</h2>
<ul>
<li>
OPIc(English) IM2(2023.03.10)
</li>
</ul>
</section>
</main>
</body>
</html>