|
| 1 | +const experience = { |
| 2 | + experiences: [ |
| 3 | + { |
| 4 | + name: "GIST Data Science Lab", |
| 5 | + isImportant: true, |
| 6 | + color: "#b509ac", |
| 7 | + url: "https://sundong.kim/members/", |
| 8 | + job: "Intern", |
| 9 | + startedAt: "2024-01-02", |
| 10 | + endedAt: "2024-05-31", |
| 11 | + projects: [ |
| 12 | + { |
| 13 | + name: "O2ARC 3.0", |
| 14 | + isImportant: true, |
| 15 | + url: "https://o2arc.com/", |
| 16 | + startedAt: "2024-01", |
| 17 | + endedAt: "2024-05", |
| 18 | + description: |
| 19 | + "Developed O2ARC 3.0, a tool for collecting human solution data for the Abstract and Reasoning Corpus ([ARC](https://github.com/fchollet/ARC)), a benchmark for evaluating AI reasoning abilities. The data collected by the existing tool was not suitable for training, so I restricted user actions to collect over 10,000 data points in a format favorable for AI training. Co-authored a paper published at IJCAI 2024 as a co-first author.", |
| 20 | + whatIDid: [ |
| 21 | + "Developed the overall frontend UI and grid manipulation logic", |
| 22 | + "Developed backend APIs related to events", |
| 23 | + "Designed UX and collected user data to improve data quality", |
| 24 | + ], |
| 25 | + techStacks: [ |
| 26 | + "React", |
| 27 | + "TypeScript", |
| 28 | + "Tailwind CSS", |
| 29 | + "i18next", |
| 30 | + "NestJS", |
| 31 | + "Prisma", |
| 32 | + ], |
| 33 | + }, |
| 34 | + { |
| 35 | + name: "Introductory RL Study", |
| 36 | + isImportant: false, |
| 37 | + url: "https://www.coursera.org/specializations/reinforcement-learning", |
| 38 | + startedAt: "2024-01", |
| 39 | + endedAt: "2024-02", |
| 40 | + description: |
| 41 | + "Studied the basics of reinforcement learning through Coursera's Reinforcement Learning Specialization.", |
| 42 | + whatIDid: ["Studied basics of reinforcement learning (~Q-Learning)"], |
| 43 | + }, |
| 44 | + ], |
| 45 | + }, |
| 46 | + { |
| 47 | + name: "Sigor Inc.", |
| 48 | + isImportant: true, |
| 49 | + color: "#FEAA17", |
| 50 | + url: "https://introduce.sigor.company/", |
| 51 | + job: "Web Developer", |
| 52 | + startedAt: "2022-02-23", |
| 53 | + endedAt: "2023-12-22", |
| 54 | + projects: [ |
| 55 | + { |
| 56 | + name: "Doggly Frontend", |
| 57 | + isImportant: true, |
| 58 | + url: "https://doggly.co.kr/", |
| 59 | + startedAt: "2022-08", |
| 60 | + endedAt: "2023-03", |
| 61 | + description: |
| 62 | + "Developed the frontend for Doggly, an e-commerce that measures dog sizes and recommends fitting clothes based on AI. I developed all the key features of the shopping mall, including the payment module, seller pages, admin pages, and also developed PWA and webview Android/iOS apps. Additionally, I performed logging and A/B testing to improve the user funnel.", |
| 63 | + whatIDid: [ |
| 64 | + "Developed and maintained the overall frontend of the shopping mall", |
| 65 | + "Developed Android & iOS webview apps and integrated payment modules", |
| 66 | + "Conducted A/B testing to improve the user funnel", |
| 67 | + ], |
| 68 | + techStacks: [ |
| 69 | + "React", |
| 70 | + "TypeScript", |
| 71 | + "Jetpack Compose", |
| 72 | + "SwiftUI", |
| 73 | + "i18next", |
| 74 | + "PWA", |
| 75 | + ], |
| 76 | + }, |
| 77 | + { |
| 78 | + name: "Rush Hour Frontend", |
| 79 | + isImportant: true, |
| 80 | + url: "https://introduce.rushhourkorea.com/", |
| 81 | + startedAt: "2023-05", |
| 82 | + endedAt: "2023-07", |
| 83 | + description: |
| 84 | + "Developed the frontend and webview app for Rush Hour, a service that informs about available subway seats. I focused on providing a user experience indistinguishable from native apps, despite it being a webview.", |
| 85 | + whatIDid: [ |
| 86 | + "Developed Rush Hour webview frontend", |
| 87 | + "Developed Rush Hour Android & iOS webview apps", |
| 88 | + ], |
| 89 | + techStacks: ["React", "TypeScript", "Jetpack Compose", "SwiftUI"], |
| 90 | + }, |
| 91 | + { |
| 92 | + name: "Rush Hour App", |
| 93 | + isImportant: true, |
| 94 | + url: "https://introduce.rushhourkorea.com/", |
| 95 | + startedAt: "2023-07", |
| 96 | + endedAt: "2023-10", |
| 97 | + description: |
| 98 | + "Participated in the development of the Flutter version of Rush Hour. Collected user logs through GA, Amplitude, Smartlook, and an in-house logging system, and developed an in-house log analysis tool capable of calculating retention and funnel metrics.", |
| 99 | + whatIDid: [ |
| 100 | + "Developed Rush Hour Flutter app", |
| 101 | + "Recorded app user logs", |
| 102 | + ], |
| 103 | + techStacks: ["Flutter", "Firebase"], |
| 104 | + }, |
| 105 | + { |
| 106 | + name: "Rush Hour AI", |
| 107 | + isImportant: true, |
| 108 | + startedAt: "2023-09", |
| 109 | + endedAt: "2023-12", |
| 110 | + description: |
| 111 | + "Developed an AI that predicts real-time subway congestion based on congestion data using machine learning.", |
| 112 | + whatIDid: [ |
| 113 | + "Developed AI for predicting subway congestion and available seats", |
| 114 | + ], |
| 115 | + techStacks: ["Scikit-learn", "Pandas"], |
| 116 | + }, |
| 117 | + { |
| 118 | + name: "Various", |
| 119 | + isImportant: true, |
| 120 | + startedAt: "2022-02", |
| 121 | + endedAt: "2023-12", |
| 122 | + description: |
| 123 | + "Performed various development tasks as a developer in a startup.", |
| 124 | + whatIDid: [ |
| 125 | + "Developed landing pages and admin pages", |
| 126 | + "Analyzed and conducted statistics on user logs", |
| 127 | + "Automated tasks", |
| 128 | + "Integrated mono-repo to improve productivity", |
| 129 | + ], |
| 130 | + techStacks: [ |
| 131 | + "React", |
| 132 | + "TypeScript", |
| 133 | + "Amplitude", |
| 134 | + "AWS Lightsail", |
| 135 | + "AWS Lambda", |
| 136 | + "FastAPI", |
| 137 | + "Pandas", |
| 138 | + "mono-repo", |
| 139 | + ], |
| 140 | + }, |
| 141 | + ], |
| 142 | + }, |
| 143 | + { |
| 144 | + name: "GDSC-GIST", |
| 145 | + isImportant: false, |
| 146 | + color: "#008cff", |
| 147 | + url: "https://gdsc.community.dev/gwangju-institute-of-science-and-technology/", |
| 148 | + job: "2nd Core, Tech Team", |
| 149 | + startedAt: "2022-05", |
| 150 | + endedAt: "2023-07", |
| 151 | + projects: [ |
| 152 | + { |
| 153 | + name: "Study Sessions", |
| 154 | + isImportant: false, |
| 155 | + startedAt: "2022-11", |
| 156 | + endedAt: "2023-05", |
| 157 | + description: |
| 158 | + "Led the frontend study sessions within GDSC. I created and conducted the overall curriculum. Additionally, I participated in the JS Pattern study, learning design patterns and applying them to a side project that involved creating a C++ based React.", |
| 159 | + whatIDid: [ |
| 160 | + "Led React study sessions", |
| 161 | + "Participated in JS Pattern study", |
| 162 | + ], |
| 163 | + }, |
| 164 | + { |
| 165 | + name: "GIST Mini Solution Challenge", |
| 166 | + isImportant: false, |
| 167 | + url: "https://gdsc.community.dev/events/details/developer-student-clubs-gwangju-institute-of-science-and-technology-presents-gist-mini-solution-challenge/", |
| 168 | + startedAt: "2023-04", |
| 169 | + endedAt: "2023-04", |
| 170 | + description: |
| 171 | + "A hackathon hosted by GDSC-GIST within GIST, with a total of 60 participants.", |
| 172 | + whatIDid: ["Prepared and managed the hackathon"], |
| 173 | + }, |
| 174 | + ], |
| 175 | + }, |
| 176 | + { |
| 177 | + name: "GPERI", |
| 178 | + isImportant: false, |
| 179 | + color: "#4c568f", |
| 180 | + url: "https://sites.google.com/view/gperigist", |
| 181 | + job: "Research Member", |
| 182 | + startedAt: "2023-07", |
| 183 | + endedAt: "2024-03", |
| 184 | + projects: [ |
| 185 | + { |
| 186 | + name: "C Language Education", |
| 187 | + isImportant: false, |
| 188 | + startedAt: "2023-07", |
| 189 | + endedAt: "2023-08", |
| 190 | + description: "Provided C language education to club members.", |
| 191 | + whatIDid: ["Conducted C language education"], |
| 192 | + techStacks: ["C"], |
| 193 | + }, |
| 194 | + { |
| 195 | + name: "Rocket Communication Development", |
| 196 | + isImportant: false, |
| 197 | + startedAt: "2023-07", |
| 198 | + endedAt: "2023-11", |
| 199 | + description: |
| 200 | + "Attempted to develop communication systems for rockets but did not succeed.", |
| 201 | + whatIDid: [ |
| 202 | + "Developed flight software", |
| 203 | + "Developed communication system", |
| 204 | + ], |
| 205 | + techStacks: ["C", "Zigbee"], |
| 206 | + }, |
| 207 | + ], |
| 208 | + }, |
| 209 | + ], |
| 210 | +}; |
| 211 | + |
| 212 | +export default experience; |
0 commit comments