Event Time
2025. 9. 23. 19:00
-
25. 09. 23. 21:00
Location
Yonsei University Engineering Hall 1 A685
Contents
T19 Session is the main session of GDGoC Yonsei.
✔️ APT Update
Cloud Member – Seokwon Lee
Introduced MCP, a protocol that connects LLMs with external programs through a standard interface and returns tool execution results as context. He demonstrated projects such as React integration with Context7, screen flow design with Figma, browser automation using Playwright, and scheduling with Task Master. At the same time, he pointed out several security vulnerabilities of MCP.
✔️ Tech Session
1st Gen Front-End Lead – Minseo Kang
Outlined the four core aspects of UX for front-end: speed, interactivity, stability, and accessibility. Speed: SSR & Hydration, code splitting, image optimization, caching, preload (for fast initial rendering); prefetch and CSR (for instant navigation). Interactivity: throttle & debounce, React concurrent model (Fiber), Optimistic UI. Stability: font-swap, image aspect-ratio, placeholder, and transitions to ensure predictable UI. Accessibility: localization (L10N), tab index, and image alt text to ensure inclusive usage.
1st Gen Lead – Giwoong Jeong
Explained PyTorch’s eager mode (immediate execution) and graph mode (optimized execution through computation graphs). He introduced modern DNN workloads where manual dispatch coexists with compiler-generated methods, and how stacks like TVM accelerate models such as ResNet through kernel fusion and scheduling optimization. He also emphasized how DSLs like Triton and CuTe allow developers to write high-performance GPU kernels concisely in Python syntax, achieving both performance and productivity.
2nd Gen Back-End Lead – Hoesung Yoo
Presented best practices for server architecture. Starting with separating web servers and application servers for different workloads, he explained that traffic surges are generally addressed through scale-out and that load balancers handle routing, health checks, SSL termination, and balancing across servers. For reliability, removing Single Points of Failure (SPOF) is key—achieved by configuring active-active or standby load balancers. He also discussed solutions for databases, such as locks for single DBs and read replicas for scaling.
Google Developer Group
Yonsei University
Copyright ⓒ 2025. GDG on Campus Yonsei
All rights reserved.