-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv_kr.html
684 lines (596 loc) · 27.1 KB
/
cv_kr.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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>강희정 / HeeJung Kang</title><style>
/* cspell:disable-file */
/* webkit printing magic: print all background colors */
html {
-webkit-print-color-adjust: exact;
}
* {
box-sizing: border-box;
-webkit-print-color-adjust: exact;
}
html,
body {
margin: 0;
padding: 0;
}
@media only screen {
body {
margin: 2em auto;
max-width: 900px;
color: rgb(55, 53, 47);
}
}
body {
line-height: 1.5;
white-space: pre-wrap;
}
a,
a.visited {
color: inherit;
text-decoration: underline;
}
.pdf-relative-link-path {
font-size: 80%;
color: #444;
}
h1,
h2,
h3 {
letter-spacing: -0.01em;
line-height: 1.2;
font-weight: 600;
margin-bottom: 0;
}
.page-title {
font-size: 2.5rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0.75em;
}
h1 {
font-size: 1.875rem;
margin-top: 1.875rem;
}
h2 {
font-size: 1.5rem;
margin-top: 1.5rem;
}
h3 {
font-size: 1.25rem;
margin-top: 1.25rem;
}
.source {
border: 1px solid #ddd;
border-radius: 3px;
padding: 1.5em;
word-break: break-all;
}
.callout {
border-radius: 3px;
padding: 1rem;
}
figure {
margin: 1.25em 0;
page-break-inside: avoid;
}
figcaption {
opacity: 0.5;
font-size: 85%;
margin-top: 0.5em;
}
mark {
background-color: transparent;
}
.indented {
padding-left: 1.5em;
}
hr {
background: transparent;
display: block;
width: 100%;
height: 1px;
visibility: visible;
border: none;
border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}
img {
max-width: 100%;
}
@media only print {
img {
max-height: 100vh;
object-fit: contain;
}
}
@page {
margin: 1in;
}
.collection-content {
font-size: 0.875rem;
}
.column-list {
display: flex;
justify-content: space-between;
}
.column {
padding: 0 1em;
}
.column:first-child {
padding-left: 0;
}
.column:last-child {
padding-right: 0;
}
.table_of_contents-item {
display: block;
font-size: 0.875rem;
line-height: 1.3;
padding: 0.125rem;
}
.table_of_contents-indent-1 {
margin-left: 1.5rem;
}
.table_of_contents-indent-2 {
margin-left: 3rem;
}
.table_of_contents-indent-3 {
margin-left: 4.5rem;
}
.table_of_contents-link {
text-decoration: none;
opacity: 0.7;
border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}
table,
th,
td {
border: 1px solid rgba(55, 53, 47, 0.09);
border-collapse: collapse;
}
table {
border-left: none;
border-right: none;
}
th,
td {
font-weight: normal;
padding: 0.25em 0.5em;
line-height: 1.5;
min-height: 1.5em;
text-align: left;
}
th {
color: rgba(55, 53, 47, 0.6);
}
ol,
ul {
margin: 0;
margin-block-start: 0.6em;
margin-block-end: 0.6em;
}
li > ol:first-child,
li > ul:first-child {
margin-block-start: 0.6em;
}
ul > li {
list-style: disc;
}
ul.to-do-list {
padding-inline-start: 0;
}
ul.to-do-list > li {
list-style: none;
}
.to-do-children-checked {
text-decoration: line-through;
opacity: 0.375;
}
ul.toggle > li {
list-style: none;
}
ul {
padding-inline-start: 1.7em;
}
ul > li {
padding-left: 0.1em;
}
ol {
padding-inline-start: 1.6em;
}
ol > li {
padding-left: 0.2em;
}
.mono ol {
padding-inline-start: 2em;
}
.mono ol > li {
text-indent: -0.4em;
}
.toggle {
padding-inline-start: 0em;
list-style-type: none;
}
/* Indent toggle children */
.toggle > li > details {
padding-left: 1.7em;
}
.toggle > li > details > summary {
margin-left: -1.1em;
}
.selected-value {
display: inline-block;
padding: 0 0.5em;
background: rgba(206, 205, 202, 0.5);
border-radius: 3px;
margin-right: 0.5em;
margin-top: 0.3em;
margin-bottom: 0.3em;
white-space: nowrap;
}
.collection-title {
display: inline-block;
margin-right: 1em;
}
.simple-table {
margin-top: 1em;
font-size: 0.875rem;
empty-cells: show;
}
.simple-table td {
height: 29px;
min-width: 120px;
}
.simple-table th {
height: 29px;
min-width: 120px;
}
.simple-table-header-color {
background: rgb(247, 246, 243);
color: black;
}
.simple-table-header {
font-weight: 500;
}
time {
opacity: 0.5;
}
.icon {
display: inline-block;
max-width: 1.2em;
max-height: 1.2em;
text-decoration: none;
vertical-align: text-bottom;
margin-right: 0.5em;
}
img.icon {
border-radius: 3px;
}
.user-icon {
width: 1.5em;
height: 1.5em;
border-radius: 100%;
margin-right: 0.5rem;
}
.user-icon-inner {
font-size: 0.8em;
}
.text-icon {
border: 1px solid #000;
text-align: center;
}
.page-cover-image {
display: block;
object-fit: cover;
width: 100%;
max-height: 30vh;
}
.page-header-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.page-header-icon-with-cover {
margin-top: -0.72em;
margin-left: 0.07em;
}
.page-header-icon img {
border-radius: 3px;
}
.link-to-page {
margin: 1em 0;
padding: 0;
border: none;
font-weight: 500;
}
p > .user {
opacity: 0.5;
}
td > .user,
td > time {
white-space: nowrap;
}
input[type="checkbox"] {
transform: scale(1.5);
margin-right: 0.6em;
vertical-align: middle;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.image {
border: none;
margin: 1.5em 0;
padding: 0;
border-radius: 0;
text-align: center;
}
.code,
code {
background: rgba(135, 131, 120, 0.15);
border-radius: 3px;
padding: 0.2em 0.4em;
border-radius: 3px;
font-size: 85%;
tab-size: 2;
}
code {
color: #eb5757;
}
.code {
padding: 1.5em 1em;
}
.code-wrap {
white-space: pre-wrap;
word-break: break-all;
}
.code > code {
background: none;
padding: 0;
font-size: 100%;
color: inherit;
}
blockquote {
font-size: 1.25em;
margin: 1em 0;
padding-left: 1em;
border-left: 3px solid rgb(55, 53, 47);
}
.bookmark {
text-decoration: none;
max-height: 8em;
padding: 0;
display: flex;
width: 100%;
align-items: stretch;
}
.bookmark-title {
font-size: 0.85em;
overflow: hidden;
text-overflow: ellipsis;
height: 1.75em;
white-space: nowrap;
}
.bookmark-text {
display: flex;
flex-direction: column;
}
.bookmark-info {
flex: 4 1 180px;
padding: 12px 14px 14px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bookmark-image {
width: 33%;
flex: 1 1 180px;
display: block;
position: relative;
object-fit: cover;
border-radius: 1px;
}
.bookmark-description {
color: rgba(55, 53, 47, 0.6);
font-size: 0.75em;
overflow: hidden;
max-height: 4.5em;
word-break: break-word;
}
.bookmark-href {
font-size: 0.75em;
margin-top: 0.25em;
}
.sans { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; }
.code { font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace; }
.serif { font-family: Lyon-Text, Georgia, ui-serif, serif; }
.mono { font-family: iawriter-mono, Nitti, Menlo, Courier, monospace; }
.pdf .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK JP'; }
.pdf:lang(zh-CN) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC'; }
.pdf:lang(zh-TW) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK TC'; }
.pdf:lang(ko-KR) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK KR'; }
.pdf .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.pdf .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK JP'; }
.pdf:lang(zh-CN) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK SC'; }
.pdf:lang(zh-TW) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK TC'; }
.pdf:lang(ko-KR) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK KR'; }
.pdf .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.highlight-default {
color: rgba(55, 53, 47, 1);
}
.highlight-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.highlight-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.highlight-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.highlight-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.highlight-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.highlight-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.highlight-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.highlight-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.highlight-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.highlight-gray_background {
background: rgba(241, 241, 239, 1);
}
.highlight-brown_background {
background: rgba(244, 238, 238, 1);
}
.highlight-orange_background {
background: rgba(251, 236, 221, 1);
}
.highlight-yellow_background {
background: rgba(251, 243, 219, 1);
}
.highlight-teal_background {
background: rgba(237, 243, 236, 1);
}
.highlight-blue_background {
background: rgba(231, 243, 248, 1);
}
.highlight-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.highlight-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.highlight-red_background {
background: rgba(253, 235, 236, 1);
}
.block-color-default {
color: inherit;
fill: inherit;
}
.block-color-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.block-color-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.block-color-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.block-color-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.block-color-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.block-color-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.block-color-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.block-color-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.block-color-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.block-color-gray_background {
background: rgba(241, 241, 239, 1);
}
.block-color-brown_background {
background: rgba(244, 238, 238, 1);
}
.block-color-orange_background {
background: rgba(251, 236, 221, 1);
}
.block-color-yellow_background {
background: rgba(251, 243, 219, 1);
}
.block-color-teal_background {
background: rgba(237, 243, 236, 1);
}
.block-color-blue_background {
background: rgba(231, 243, 248, 1);
}
.block-color-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.block-color-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.block-color-red_background {
background: rgba(253, 235, 236, 1);
}
.select-value-color-pink { background-color: rgba(245, 224, 233, 1); }
.select-value-color-purple { background-color: rgba(232, 222, 238, 1); }
.select-value-color-green { background-color: rgba(219, 237, 219, 1); }
.select-value-color-gray { background-color: rgba(227, 226, 224, 1); }
.select-value-color-translucentGray { background-color: rgba(255, 255, 255, 0.0375); }
.select-value-color-orange { background-color: rgba(250, 222, 201, 1); }
.select-value-color-brown { background-color: rgba(238, 224, 218, 1); }
.select-value-color-red { background-color: rgba(255, 226, 221, 1); }
.select-value-color-yellow { background-color: rgba(253, 236, 200, 1); }
.select-value-color-blue { background-color: rgba(211, 229, 239, 1); }
.checkbox {
display: inline-flex;
vertical-align: text-bottom;
width: 16;
height: 16;
background-size: 16px;
margin-left: 2px;
margin-right: 5px;
}
.checkbox-on {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.checkbox-off {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
</style></head><body><article id="ea0403ae-c037-4d50-8649-88f4daf7af87" class="page sans"><header><h1 class="page-title">강희정 / HeeJung Kang</h1></header><div class="page-body"><div id="d687a21e-ded8-4dd6-b6f3-689de3aee1d7" class="column-list"><div id="b16da96a-da5d-4da0-8ac8-450c2df9a0c9" style="width:37.5%" class="column"><figure id="ab66dfa0-bbf5-484a-b8b1-f7aec9d23caa" class="image">
<a href="./img/profile.jpg">
<img style="width:240px" src="./img/profile.jpg"/></a></figure></div><div id="ca624460-3cdf-40e4-b38e-ba6d954478e6" style="width:62.5%" class="column"><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="173bc795-24ec-47fc-aae5-9ad3f36ad314"><div style="font-size:1.5em"><span class="icon">👩🏻💻</span></div><div style="width:100%">다양한 방면에 관심이 많습니다.</div></figure><p id="1ffe6a75-fd35-414e-85b5-7e52e1a87e36" class=""><strong><mark class="highlight-red">Email</mark></strong> tentasys@gmail.com</p><p id="7e21cf32-4a45-406a-9611-afffb4790906" class=""><mark class="highlight-red"><strong>Github</strong></mark> <a href="https://github.com/tentasys">https://github.com/tentasys</a></p><p id="001e148b-17ba-46da-9543-fb0efeed5554" class=""><mark class="highlight-red"><strong>Blog</strong></mark> <a href="https://tentasys.tistory.com/">https://tentasys.tistory.com/</a></p><p id="bb711c3f-66ee-4cb8-9cc8-7c2feb5747d6" class=""><mark class="highlight-red"><strong>Today I Learned</strong></mark> <a href="https://tentasys.github.io/TIL/">https://tentasys.github.io/TIL/</a></p><p id="96dd8401-331f-4c8b-aec6-43e8c2ef9a8e" class="">
</p><p id="9903ce5e-8562-4095-93df-ae465756c46c" class="">
</p></div></div><hr id="2e7547c7-8eaa-4fc4-a69a-184f5ededf47"/><h2 id="a5ffe064-7a35-4029-b401-32a4fcc6414f" class=""><mark class="highlight-red">Introduce</mark></h2><p id="65099fae-9f1e-4f12-8ef9-371cce31c8ef" class="">세상 만물에 관심이 많으며, 금융, 음악, 게임, 어학, 환경을 비롯한 여러 관심사를 어떻게 하면 융합할 수 있을지, 어떻게 하면 프로그래밍의 세계로 끌어들일 수 있을지 고민하는 것을 즐깁니다.</p><p id="d72dd86d-7215-4b42-b489-4ecbccd45ed6" class="">끊임없이 배우고 지식을 습득하는 것을 좋아합니다. 출퇴근 길에서는 독서를 통해, 퇴근 후에는 인터넷 강의 및 자격증 공부 등을 하며 새로운 지식을 습득하는 것을 게을리하지 않고 있습니다.</p><p id="1aacaebd-96f0-4aba-8d6a-497899104b34" class="">
</p><hr id="1f24a9e3-8a6a-46e3-81e7-c70722b6dc2d"/><h2 id="b33f40f9-fea1-464c-90e3-8b4717a4f68c" class=""><mark class="highlight-red">Experience</mark></h2><h3 id="b652a889-22bf-49b2-91fb-157b70850933" class="block-color-red_background">근무 경력</h3><h3 id="5d43ce6c-6474-42a8-b19a-f68481c35b91" class="">지마켓 / Shopping Service API팀 / 매니저 / 2022.06.27 ~ 재직중</h3><ul id="1082d8b7-f847-4c4d-b47b-7bbbffe07990" class="bulleted-list"><li style="list-style-type:disc">지마켓 홈 화면 모듈화 플랫폼 운영 (Java, Spring boot)</li></ul><ul id="8d088245-5f7b-4518-9a1f-b528a43d5569" class="bulleted-list"><li style="list-style-type:disc">대기열 시스템 운영 (Node.js, Redis)</li></ul><ul id="b1901cea-6d8a-4cf8-9c98-7b0dbcfcd427" class="bulleted-list"><li style="list-style-type:disc">2023년 상반기 테크에디터</li></ul><p id="de7ba8db-6b1c-4197-be38-2a45089b148f" class="">
</p><h3 id="b596a0a3-9595-4f7b-b6d7-e299529de677" class="">신한DS / 그룹웨어 운영 / 선임 / 2019.09.09 - 2022.06.24</h3><ul id="7c3f89da-c80d-4279-a089-fe3d56326ee0" class="bulleted-list"><li style="list-style-type:disc">13개의 국내 자회사, 17개의 해외법인의 그룹공통 그룹웨어 운영</li></ul><ul id="b8ad90cb-b12a-4bf5-940b-e8b5f3c3b259" class="bulleted-list"><li style="list-style-type:disc">전자결재, 전자설문, 메일(Exchange), 그 외 그룹웨어 시스템 전반 운영</li></ul><ul id="d66692cd-a4e3-4c98-8a87-82cfc4bd9286" class="bulleted-list"><li style="list-style-type:disc">2020년 9월 Group Solution Cube 우수직원</li></ul><ul id="86940d89-d879-4863-943b-c531beee2634" class="bulleted-list"><li style="list-style-type:disc">그룹웨어 내부 로직 개발 및 수정 : IIS, .NET, C#</li></ul><ul id="cde42e92-6ae6-4174-9fa5-e111b5e13de1" class="bulleted-list"><li style="list-style-type:disc">전자결재 신청서 화면 및 그룹웨어 화면단 개발 : HTML, CSS, Vanilla JS</li></ul><ul id="d02ee6d7-266b-4dab-b173-5830429490de" class="bulleted-list"><li style="list-style-type:disc">그룹웨어 데이터 관리, 감사 및 통계를 위한 자료 제공 : MSSQL</li></ul><p id="57acc0c7-7d78-4f95-b97e-ed563d86dc65" class="">
</p><h3 id="9f66cc20-a3ac-4d64-9d0d-71cb3fa7d2d1" class="">안랩 / 소프트웨어 QA / 연수생(인턴) / 2016.08.16 ~ 2017.02.17</h3><ul id="73544c4f-2c1b-49f2-a8fe-097553df4e86" class="bulleted-list"><li style="list-style-type:disc">자사 솔루션 테스팅 수행</li></ul><ul id="072798cd-4b64-4a6a-971b-b6c42eecf685" class="bulleted-list"><li style="list-style-type:disc">가상화 망 분리 솔루션(TrusZone), 시스템 및 버그 리포트 프로그램(AhnReport),
업데이트 모듈(MUpdate) 담당</li></ul><ul id="883739f3-5c11-439c-8ad6-dd42386f4f1e" class="bulleted-list"><li style="list-style-type:disc">Windows, Mac OS, Ubuntu, Solaris 등 여러 OS 환경 버전별 테스팅</li></ul><ul id="a2ebc81f-d640-4b89-b1f3-edae77afaeb7" class="bulleted-list"><li style="list-style-type:disc">RIDE, TestFactory를 이용한 자동화 테스팅</li></ul><ul id="648f7670-2137-4574-8647-c369b7e076a4" class="bulleted-list"><li style="list-style-type:disc">JIRA를 통한 이슈 트래킹, SpiraTeam을 이용한 테스트 케이스 관리 진행</li></ul><p id="512cc3c2-d46c-4a58-a28c-c71c83a86401" class="">
</p><h3 id="5899ef5c-f0be-403b-8294-e53056b8b2d5" class="block-color-red_background">프로젝트</h3><h3 id="d9ddab2a-0bc9-4882-bbe5-f356e94ccd97" class="">그룹웨어 재구축 프로젝트 <mark class="highlight-gray">2022.01 ~ 2022.06 (중도퇴사)</mark></h3><ul id="66fee14e-7bee-455e-9399-3dd5273416e5" class="bulleted-list"><li style="list-style-type:disc">그룹웨어 노후화로 인한 재구축</li></ul><ul id="a64734fe-ca5e-44ae-8271-8456d1094c95" class="bulleted-list"><li style="list-style-type:disc">직접 개발을 진행하지 않고, 외부 업체 수주로 진행</li></ul><ul id="d9f975f2-bd99-47b6-b8a3-43f206ccb465" class="bulleted-list"><li style="list-style-type:disc">주요 그룹사별 전자결재 현황 파악 및 공통화</li></ul><ul id="75fe9fd5-db99-4ff2-a29e-5c1a26283f03" class="bulleted-list"><li style="list-style-type:disc">현재 기능 정리 및 새로운 요건 정의</li></ul><p id="4e60af89-b76d-4ef1-9165-44c283dfa769" class="">
</p><h3 id="2d87b343-4da4-4d9e-abd6-98e5ad9d9720" class="">그룹사 내 계열사 통합 프로젝트 <mark class="highlight-gray">2021.03 ~ 2021.06</mark></h3><ul id="2942db20-a5fb-46e9-854e-608e94c750a3" class="bulleted-list"><li style="list-style-type:disc">각 계열사별로 사용중인 전자결재 기능 조사 및 일원화</li></ul><ul id="90bd89fa-b9ca-4580-9a8f-56d01553b939" class="bulleted-list"><li style="list-style-type:disc">통합에 따른 데이터 마이그레이션 및 그룹웨어 개편</li></ul><ul id="9e2e6f72-0963-4075-8a17-03f27e8f4ac2" class="bulleted-list"><li style="list-style-type:disc">파일 이관을 위한 파일 이동 배치 프로그램 개발</li></ul><ul id="01c21d5a-deb2-44d1-a728-35b767e41f2d" class="bulleted-list"><li style="list-style-type:disc">통합 이전 계열사 부서의 문서를 조회할 수 있는 기능 개발</li></ul><ul id="22ff2cd5-bbb9-4dbd-8ecf-b74eabab6403" class="bulleted-list"><li style="list-style-type:disc">메일 수신인 간 이동 기능 개발</li></ul><p id="45285ecf-2774-4f6d-adbd-c74bb532e47c" class="">
</p><h3 id="90c2bb1c-7778-4ddf-a06b-2dbca0f436aa" class="block-color-gray_background">Etc.</h3><p id="d6be4321-5274-425e-85fe-17295907e832" class=""><strong>광운대학교 네트워크 연구회 K-NET</strong></p><ul id="4f174e39-f2ad-4e4b-9e20-a0ea8fc87a42" class="bulleted-list"><li style="list-style-type:disc">2014.03 ~ 2019.02, 2015년도 부회장</li></ul><ul id="98d77ccc-23bc-4253-ad7f-fb3e4f77f35f" class="bulleted-list"><li style="list-style-type:disc">프로그래밍 관련 스터디 및 프로젝트 진행</li></ul><p id="702022fc-cd41-4929-9bf9-df5be8a70893" class=""><strong>광운대학교 컴퓨터공학과 밴드소모임 디딤돌</strong></p><ul id="bafc93ce-c656-4cf7-b0bd-6159fdbdc919" class="bulleted-list"><li style="list-style-type:disc">2014.03 ~ 2016.11, 2015년도 회장, 키보드 세션</li></ul><p id="52601f02-5323-4287-84bd-2e0aa22be438" class=""><strong>숭의여자고등학교 Java/Android Programming Camp 진행</strong></p><ul id="f1272767-e5aa-47a6-884c-5fd261756345" class="bulleted-list"><li style="list-style-type:disc">2016.06 ~ 2016.07</li></ul><p id="4bf71d7b-dcaa-49ef-ae82-d053a664547c" class=""><strong>한국전자통신연구원 WISET 멘토링</strong></p><ul id="827dba05-88a6-48de-b5da-3839ef01598a" class="bulleted-list"><li style="list-style-type:disc">2016.04 ~ 2016.11</li></ul><p id="412fda21-539c-4a7d-90ef-54ed78b81bd7" class="block-color-red">
</p><hr id="027e180d-7319-41a8-ad9e-8a2fa1bfa299"/><h2 id="e2b0bc75-9b31-427e-b232-f880096558fa" class=""><mark class="highlight-red">Education</mark></h2><ul id="260c54eb-a45b-4727-9fa1-e3bf44c856f9" class="bulleted-list"><li style="list-style-type:disc">2014.03 - 2019.02 광운대학교 컴퓨터공학과(학사)</li></ul><ul id="9b46eaaa-77ff-4472-a7fa-43afd85a21d4" class="bulleted-list"><li style="list-style-type:disc">2011.02 - 2014.02 숭의여자고등학교</li></ul><p id="7415339a-497e-49df-924d-17ee79576747" class="">
</p><hr id="32c66b7c-ccb5-43ea-9c0a-8ae7551cf026"/><h2 id="f9ce40f9-5e40-4d4b-8ba6-975f675ad7ca" class=""><mark class="highlight-red">Skills</mark></h2><ul id="7cc0d5d9-5045-4253-9fea-2a46b08bce62" class="bulleted-list"><li style="list-style-type:disc">BackEnd : IIS, .NET, C#, Spring, Java, Node.js</li></ul><ul id="14603ab3-fca9-4273-90e9-70145dbd81a2" class="bulleted-list"><li style="list-style-type:disc">FrontEnd : HTML, CSS, Vanilla JS</li></ul><ul id="896df2d8-76f9-4189-b172-3c240764ff54" class="bulleted-list"><li style="list-style-type:disc">DataBase : MSSQL, Oracle, Redis</li></ul><ul id="c8a98bea-6cc9-4ee1-a970-bd06f72ecbb9" class="bulleted-list"><li style="list-style-type:disc">Etc. : Git, Github, svn, docker</li></ul><p id="93c2a01d-0a63-44a4-a017-f0bbf3f52d6d" class="">
</p><hr id="d609f90b-4f24-4c07-ac16-36b2f73b4ac7"/><h2 id="033cdf33-fe5d-4f88-8343-21ab89efcecf" class=""><mark class="highlight-red">Certifications</mark></h2><table id="7ccad930-0007-42da-a06b-ffc1e8c94744" class="simple-table"><tbody><tr id="d378e1b2-4fc0-4a1e-8204-215de4fd56b8"><td id="ha{E" class="block-color-red_background" style="width:232.66666666666666px"><strong>자격명</strong></td><td id="<kLi" class="block-color-red_background" style="width:232.66666666666666px"><strong>취득일자</strong></td><td id="^q<w" class="block-color-red_background" style="width:232.66666666666666px"><strong>발급기관</strong></td></tr><tr id="54096ac9-9ac9-4469-aba3-4924e580db3b"><td id="ha{E" class="" style="width:232.66666666666666px">SQLD</td><td id="<kLi" class="" style="width:232.66666666666666px">2021.04.16</td><td id="^q<w" class="" style="width:232.66666666666666px">한국데이터산업진흥원</td></tr><tr id="f76b876b-ed75-48a3-a5f1-19cfcdc6b891"><td id="ha{E" class="" style="width:232.66666666666666px">AWS Certified Cloud Practitioner</td><td id="<kLi" class="" style="width:232.66666666666666px">2020.05.14</td><td id="^q<w" class="" style="width:232.66666666666666px">AWS Certification</td></tr><tr id="48d44b39-80ad-4d0f-a4ed-f533b7754e0b"><td id="ha{E" class="" style="width:232.66666666666666px">정보처리기사</td><td id="<kLi" class="" style="width:232.66666666666666px">2018.08.17</td><td id="^q<w" class="" style="width:232.66666666666666px">한국산업인력공단</td></tr></tbody></table><table id="9441f16a-d53e-4ee2-b291-1c6360f81a08" class="simple-table"><tbody><tr id="33cb72c1-ca5d-4a7b-a217-b17f1776d701"><td id="[CV]" class="block-color-pink_background" style="width:174.5px"><strong>자격명</strong></td><td id="GeNc" class="block-color-pink_background" style="width:174.5px"><strong>점수/등급</strong></td><td id="domD" class="block-color-pink_background" style="width:174.5px"><strong>응시일자</strong></td><td id="S<ho" class="block-color-pink_background" style="width:174.5px"><strong>발급기관</strong></td></tr><tr id="74aab9b2-35ef-4057-96fe-2c3bca7edea4"><td id="[CV]" class="" style="width:174.5px">TOEIC</td><td id="GeNc" class="" style="width:174.5px">850</td><td id="domD" class="" style="width:174.5px">2021.03.14</td><td id="S<ho" class="" style="width:174.5px">ETS</td></tr><tr id="7c19df92-ad3e-4cc7-b3ad-b6990c8ca253"><td id="[CV]" class="" style="width:174.5px">OPIc(영어)</td><td id="GeNc" class="" style="width:174.5px">IM2</td><td id="domD" class="" style="width:174.5px">2020.09.12</td><td id="S<ho" class="" style="width:174.5px">ACTFL</td></tr></tbody></table><p id="c7cd0b89-8b0c-4b42-bf69-8d21a3202d95" class="">
</p></div></article></body></html>