You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en-US/current.ts
+23-34Lines changed: 23 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,40 @@
1
1
constcurrent={
2
2
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
+
},
3
22
{
4
23
name: "GIST Student Council Information Bureau",
5
24
isImportant: true,
6
25
color: "#EB6263",
7
26
url: "https://introduce.gistory.me/",
8
-
job: "Team Leader",
27
+
job: "Senior Member; Team Lead (H2 2024)",
9
28
startedAt: "2022-09",
10
29
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
-
},
21
30
{
22
31
name: "Ziggle Frontend",
23
32
isImportant: true,
24
33
url: "https://github.com/gsainfoteam/ziggle-fe",
25
34
startedAt: "2023-04",
35
+
endedAt: "2025-02",
26
36
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.",
28
38
whatIDid: [
29
39
"Developed the initial version with React and migrated to Next.js",
30
40
"Introduced various technologies including GraphQL and Apollo Client",
@@ -49,35 +59,14 @@ const current = {
49
59
isImportant: false,
50
60
url: "https://idp.gistory.me",
51
61
startedAt: "2024-03",
62
+
endedAt: "2024-12",
52
63
description:
53
64
"Maintaining the frontend of the IdP, the OAuth2.0 authentication system used at GIST.",
0 commit comments