Skip to content

Commit c147d8a

Browse files
committed
feat: add channel corp, is-an.ai, trax
1 parent 8758da8 commit c147d8a

File tree

9 files changed

+134
-80
lines changed

9 files changed

+134
-80
lines changed

.DS_Store

8 KB
Binary file not shown.

src/locales/en-US/current.ts

Lines changed: 23 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,40 @@
11
const current = {
22
organizations: [
3+
{
4+
name: "Channel Corp.",
5+
isImportant: true,
6+
color: "#5E56F0",
7+
url: "https://channel.io/",
8+
job: "Software Engineer",
9+
startedAt: "2025-01",
10+
projects: [
11+
{
12+
name: "ALF Frontend",
13+
isImportant: true,
14+
startedAt: "2025-04",
15+
description:
16+
"Developing the frontend for ALF, Channel Corporation's chat solution.",
17+
whatIDid: ["Frontend development"],
18+
techStacks: ["React", "TypeScript"],
19+
},
20+
],
21+
},
322
{
423
name: "GIST Student Council Information Bureau",
524
isImportant: true,
625
color: "#EB6263",
726
url: "https://introduce.gistory.me/",
8-
job: "Team Leader",
27+
job: "Senior Member; Team Lead (H2 2024)",
928
startedAt: "2022-09",
1029
projects: [
11-
{
12-
name: "AMS Frontend",
13-
isImportant: false,
14-
startedAt: "2022-11",
15-
endedAt: "2023-02",
16-
description:
17-
"Developed the frontend for AMS, the GIST club application system. Implemented a drag-and-drop UI for easier interview schedule management and introduced a mono-repo to reduce code duplication.",
18-
whatIDid: ["Frontend development", "UI design"],
19-
techStacks: ["React", "TypeScript", "mono-repo"],
20-
},
2130
{
2231
name: "Ziggle Frontend",
2332
isImportant: true,
2433
url: "https://github.com/gsainfoteam/ziggle-fe",
2534
startedAt: "2023-04",
35+
endedAt: "2025-02",
2636
description:
27-
"Serving as the team leader and developing the frontend for Ziggle, GIST's integrated notification platform.",
37+
"Serving as team lead and developing the frontend for Ziggle, GIST's integrated notification platform.",
2838
whatIDid: [
2939
"Developed the initial version with React and migrated to Next.js",
3040
"Introduced various technologies including GraphQL and Apollo Client",
@@ -49,35 +59,14 @@ const current = {
4959
isImportant: false,
5060
url: "https://idp.gistory.me",
5161
startedAt: "2024-03",
62+
endedAt: "2024-12",
5263
description:
5364
"Maintaining the frontend of the IdP, the OAuth2.0 authentication system used at GIST.",
5465
whatIDid: ["Frontend maintenance"],
5566
techStacks: ["React", "TypeScript", "Tailwind CSS"],
5667
},
5768
],
5869
},
59-
{
60-
name: "Wing: GIST Computing Club",
61-
isImportant: false,
62-
color: "rgb(151, 123, 242)",
63-
url: "https://wing-homepage.vercel.app/",
64-
job: "Senior Member",
65-
startedAt: "2023-03",
66-
projects: [
67-
{
68-
name: "Wing Session",
69-
isImportant: true,
70-
startedAt: "2023-03",
71-
description:
72-
"Conducting development knowledge exchange and sessions at Wing.",
73-
whatIDid: [
74-
"Led a session on introducing mono-repo",
75-
"Led a session on React.cpp",
76-
"Led a session on writing code like a UI library: Compound Components",
77-
],
78-
},
79-
],
80-
},
8170
],
8271
};
8372

src/locales/en-US/experience.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,30 @@ const experience = {
121121
},
122122
],
123123
},
124+
{
125+
name: "Wing: GIST Computing Club",
126+
isImportant: false,
127+
color: "rgb(151, 123, 242)",
128+
url: "https://wing-homepage.vercel.app/",
129+
job: "Senior Member",
130+
startedAt: "2023-03",
131+
endedAt: "2024-12",
132+
projects: [
133+
{
134+
name: "Wing Session",
135+
isImportant: true,
136+
startedAt: "2023-03",
137+
endedAt: "2024-12",
138+
description:
139+
"Conducting development knowledge exchange and sessions at Wing.",
140+
whatIDid: [
141+
"Led a session on introducing mono-repo",
142+
"Led a session on React.cpp",
143+
"Led a session on writing code like a UI library: Compound Components",
144+
],
145+
},
146+
],
147+
},
124148
{
125149
name: "GDSC-GIST",
126150
isImportant: false,

src/locales/en-US/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,26 @@ export const main = {
3939
experience,
4040
sideProject: {
4141
sideProjects: [
42+
{
43+
name: "is-an.ai",
44+
isImportant: true,
45+
url: "https://is-an.ai",
46+
startedAt: "2025-05",
47+
endedAt: "2025-09",
48+
description:
49+
"A free domain service for AI services. PSL registration was attempted but failed.",
50+
whatIDid: ["Frontend Development", "Research"],
51+
},
52+
{
53+
name: "Trax Music: GitHub for Musicians",
54+
isImportant: true,
55+
url: "https://trax-music.com",
56+
startedAt: "2024-09",
57+
description:
58+
"A VCS service for music editing. Provides region-wise feedback features.",
59+
whatIDid: ["Frontend Development"],
60+
techStacks: ["React", "TypeScript", "WaveSurfer.js"],
61+
},
4262
{
4363
name: "React-Atoms: React Component Library",
4464
isImportant: true,

src/locales/ko-KR/current.ts

Lines changed: 22 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,38 @@
11
const current = {
22
organizations: [
3+
{
4+
name: "채널코퍼레이션",
5+
isImportant: true,
6+
color: "#5E56F0",
7+
url: "https://channel.io/",
8+
job: "Software Engineer",
9+
startedAt: "2025-01",
10+
projects: [
11+
{
12+
name: "Front ALF 개발",
13+
isImportant: true,
14+
startedAt: "2025-04",
15+
description:
16+
"채널코퍼레이션의 채팅 솔루션인 ALF의 프론트엔드를 개발하고 있습니다.",
17+
whatIDid: ["프론트엔드 개발"],
18+
techStacks: ["React", "TypeScript"],
19+
},
20+
],
21+
},
322
{
423
name: "GIST 학생회 정보국",
524
isImportant: true,
625
color: "#EB6263",
726
url: "https://introduce.gistory.me/",
8-
job: "팀장",
27+
job: "시니어 부원, 2024년 하반기 팀장",
928
startedAt: "2022-09",
1029
projects: [
11-
{
12-
name: "AMS 프론트엔드",
13-
isImportant: false,
14-
startedAt: "2022-11",
15-
endedAt: "2023-02",
16-
description:
17-
"GIST 동아리 신청 시스템인 AMS의 프론트엔드를 개발했습니다. 면접 일정 관리 편의성을 위해 drag-and-drop 위주의 UI를 구현하였으며, 비슷한 코드의 재작성을 줄이기 위해 mono-repo를 도입했습니다.",
18-
whatIDid: ["프론트엔드 개발", "UI 디자인"],
19-
techStacks: ["React", "TypeScript", "mono-repo"],
20-
},
2130
{
2231
name: "Ziggle 프론트엔드",
2332
isImportant: true,
2433
url: "https://github.com/gsainfoteam/ziggle-fe",
2534
startedAt: "2023-04",
35+
endedAt: "2025-02",
2636
description:
2737
"GIST 통합 공지 플랫폼인 Ziggle의 팀장 및 프론트엔드를 개발하고 있습니다.",
2838
whatIDid: [
@@ -49,34 +59,14 @@ const current = {
4959
isImportant: false,
5060
url: "https://idp.gistory.me",
5161
startedAt: "2024-03",
62+
endedAt: "2024-12",
5263
description:
5364
"GIST에서 사용하는 OAuth2.0 인증 시스템 IdP의 프론트엔드를 유지보수하고 있습니다.",
5465
whatIDid: ["프론트엔드 유지보수"],
5566
techStacks: ["React", "TypeScript", "Tailwind CSS"],
5667
},
5768
],
5869
},
59-
{
60-
name: "Wing: GIST 전산 동아리",
61-
isImportant: false,
62-
color: "rgb(151, 123, 242)",
63-
url: "https://wing-homepage.vercel.app/",
64-
job: "시니어 부원",
65-
startedAt: "2023-03",
66-
projects: [
67-
{
68-
name: "Wing Session",
69-
isImportant: true,
70-
startedAt: "2023-03",
71-
description: "Wing에서 개발 상황 교류 및 세션을 진행합니다.",
72-
whatIDid: [
73-
"모노레포에 도입기 세션 진행",
74-
"React.cpp 세션 진행",
75-
"UI 라이브러리처럼 코드 짜기: Compound Components 세션 진행",
76-
],
77-
},
78-
],
79-
},
8070
],
8171
};
8272

src/locales/ko-KR/experience.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,29 @@ const experience = {
119119
},
120120
],
121121
},
122+
{
123+
name: "Wing: GIST 전산 동아리",
124+
isImportant: false,
125+
color: "rgb(151, 123, 242)",
126+
url: "https://wing-homepage.vercel.app/",
127+
job: "시니어 부원",
128+
startedAt: "2023-03",
129+
endedAt: "2024-12",
130+
projects: [
131+
{
132+
name: "Wing Session",
133+
isImportant: true,
134+
startedAt: "2023-03",
135+
endedAt: "2024-12",
136+
description: "Wing에서 개발 상황 교류 및 세션을 진행합니다.",
137+
whatIDid: [
138+
"모노레포에 도입기 세션 진행",
139+
"React.cpp 세션 진행",
140+
"UI 라이브러리처럼 코드 짜기: Compound Components 세션 진행",
141+
],
142+
},
143+
],
144+
},
122145
{
123146
name: "GDSC-GIST",
124147
isImportant: false,

src/locales/ko-KR/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,26 @@ export const main = {
4242
experience,
4343
sideProject: {
4444
sideProjects: [
45+
{
46+
name: "is-an.ai",
47+
isImportant: true,
48+
url: "https://is-an.ai",
49+
startedAt: "2025-05",
50+
endedAt: "2025-09",
51+
description:
52+
"AI 서비스들을 위한 무료 도메인 서비스입니다. PSL 등록을 시도했으나 실패했습니다.",
53+
whatIDid: ["프론트엔드 개발", "리서치"],
54+
},
55+
{
56+
name: "Trax Music: 음악인들을 위한 github",
57+
isImportant: true,
58+
url: "https://trax-music.com",
59+
startedAt: "2024-09",
60+
description:
61+
"음악 편집을 위한 VCS 서비스입니다. 음악 구간별 피드백 기능을 제공합니다.",
62+
whatIDid: ["프론트엔드 개발"],
63+
techStacks: ["React", "TypeScript", "WaveSurfer.js"],
64+
},
4565
{
4666
name: "React-Atoms: React Component Library",
4767
isImportant: true,

src/pages/resume/sections/MetaSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const MetaSection = ({}: MetaSectionProps) => {
99
<Content>
1010
<Flex>
1111
<Text font={Font.Thin} size={"1.25rem"}>
12-
Last update: 2024-09-22
12+
Last update: 2025-10-13
1313
</Text>
1414
</Flex>
1515
</Content>

src/pages/resume/sections/SkillSection.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,11 @@ const skills = [
5555
name: "C++",
5656
level: 2,
5757
},
58-
{
59-
name: "Kotlin",
60-
level: 1,
61-
},
6258
{
6359
name: "Docker",
6460
level: 1,
6561
},
66-
{
67-
name: "Rust",
68-
level: 1,
69-
},
70-
{
71-
name: "Assembly",
72-
level: 1,
73-
},
74-
]
62+
];
7563

7664
const SkillSection = ({}: SkillSectionProps) => {
7765
const { t } = useTranslation();

0 commit comments

Comments
 (0)