- Replace projects with current work (Hongik, SION, A301, tolelog, No-Ill) - Add project period display - Add SSAFY embedded track to Education and Experience - Add No-Ill PM role to Experience - Update Skills: remove unused (Django, Express.js, Unreal), add actual stack (Redis, WebSocket, JWT, PostgreSQL, LevelDB, CI/CD, Git, Jira) - Update About section to reflect current status Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
54 lines
2.2 KiB
JavaScript
54 lines
2.2 KiB
JavaScript
const projects = [
|
|
{
|
|
name: "Hongik",
|
|
description: "C++ 기반 한국어 프로그래밍 언어 인터프리터. Lexer, Parser, AST, 메모리 관리를 직접 설계·구현. React 기반 온라인 플레이그라운드도 함께 개발.",
|
|
tags: ["C++", "React"],
|
|
links: [
|
|
{ label: "GitHub", url: "https://github.com/tolelom" }
|
|
],
|
|
category: "언어 개발",
|
|
period: "2023.03 ~ 진행 중"
|
|
},
|
|
{
|
|
name: "SION",
|
|
description: "AGV 실시간 경로 제어 시스템. Go Fiber WebSocket 서버로 로봇-웹 실시간 통신, A* 경로 탐색 알고리즘 적용. OpenAI API 연동 실시간 해설과 React 모니터링 대시보드 개발.",
|
|
tags: ["Go Fiber", "WebSocket", "React", "Python", "OpenAI API"],
|
|
links: [
|
|
{ label: "sion.tolelom.xyz", url: "https://sion.tolelom.xyz" },
|
|
{ label: "GitHub", url: "https://github.com/tolelom" }
|
|
],
|
|
category: "IoT",
|
|
period: "2025.12"
|
|
},
|
|
{
|
|
name: "One of the Plans (A301)",
|
|
description: "블록체인 연동 게임 플랫폼. Go 기반 게임 서버와 프라이빗 블록체인(PoA 합의, JSON-RPC, LevelDB)을 직접 구현. Go 게임 런처 개발.",
|
|
tags: ["Go", "LevelDB", "Prometheus", "Docker"],
|
|
links: [
|
|
{ label: "a301.tolelom.xyz", url: "https://a301.tolelom.xyz" },
|
|
{ label: "GitHub", url: "https://github.com/tolelom" }
|
|
],
|
|
category: "게임",
|
|
period: "2026.02 ~ 진행 중"
|
|
},
|
|
{
|
|
name: "tolelog",
|
|
description: "개인 블로그 서비스. Go Fiber REST API 서버(Redis 캐싱, JWT 인증, Swagger 문서화), React 프론트엔드, CI/CD 파이프라인 구축.",
|
|
tags: ["Go Fiber", "Redis", "React", "CI/CD"],
|
|
links: [
|
|
{ label: "blog.tolelom.xyz", url: "https://blog.tolelom.xyz" },
|
|
{ label: "GitHub", url: "https://github.com/tolelom" }
|
|
],
|
|
category: "웹",
|
|
period: "2025.09 ~ 진행 중"
|
|
},
|
|
{
|
|
name: "No-Ill",
|
|
description: "독거노인 낙상 감지 및 케어 서비스. 6인 팀 PM으로 기획·개발 총괄. React 프론트엔드, Java Spring 백엔드(OpenVidu 연동), 인프라(Jira, Git, CI/CD) 담당.",
|
|
tags: ["React", "Java Spring", "OpenVidu", "Jira"],
|
|
links: [],
|
|
category: "헬스케어",
|
|
period: "2026.01 ~ 2026.02"
|
|
}
|
|
];
|