fix: content review - skills, project details, naming fixes
- Change PostgreSQL to MySQL in skills - Add Nginx to infrastructure skills - Remove No-ill PM from Experience (already in Projects) - Add hongik.tolelom.xyz and docs links to Hongik project - Add Unity client mention to One of the Plans - Fix No-Ill → No-ill casing - Fix About: game server instead of multiplayer server - Fix No-ill description: development lead, not planning Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,8 @@ const projects = [
|
||||
description: "C++ 기반 한국어 프로그래밍 언어 인터프리터. Lexer, Parser, AST, 메모리 관리를 직접 설계·구현. React 기반 온라인 플레이그라운드도 함께 개발.",
|
||||
tags: ["C++", "React"],
|
||||
links: [
|
||||
{ label: "hongik.tolelom.xyz", url: "https://hongik.tolelom.xyz" },
|
||||
{ label: "hongik.docs.tolelom.xyz", url: "https://hongik.docs.tolelom.xyz" },
|
||||
{ label: "GitHub", url: "https://github.com/hongik2023graduationproject/" }
|
||||
],
|
||||
category: "언어 개발",
|
||||
@@ -24,7 +26,7 @@ const projects = [
|
||||
},
|
||||
{
|
||||
name: "One of the Plans",
|
||||
description: "블록체인 연동 게임 플랫폼. Go 기반 게임 서버와 프라이빗 블록체인(PoA 합의, JSON-RPC, LevelDB)을 직접 구현. Go 게임 런처 개발.",
|
||||
description: "블록체인 연동 게임 플랫폼. Unity 클라이언트 개발에 참여하고, Go 기반 게임 서버와 프라이빗 블록체인(PoA 합의, JSON-RPC, LevelDB)을 직접 구현. Go 게임 런처 개발.",
|
||||
tags: ["Go", "LevelDB", "Prometheus", "Docker"],
|
||||
links: [
|
||||
{ label: "a301.tolelom.xyz", url: "https://a301.tolelom.xyz" },
|
||||
@@ -46,8 +48,8 @@ const projects = [
|
||||
period: "2025.09 ~ 진행 중"
|
||||
},
|
||||
{
|
||||
name: "No-Ill",
|
||||
description: "독거노인 낙상 감지 및 케어 서비스. 6인 팀 PM으로 기획·개발 총괄. React 프론트엔드, Java Spring 백엔드(OpenVidu 연동), 인프라(Jira, Git, CI/CD) 담당.",
|
||||
name: "No-ill",
|
||||
description: "독거노인 낙상 감지 및 케어 서비스. 6인 팀 PM으로 개발 총괄. React 프론트엔드, Java Spring 백엔드(OpenVidu 연동), 인프라(Jira, Git, CI/CD) 담당.",
|
||||
tags: ["React", "Java Spring", "OpenVidu", "Jira"],
|
||||
links: [],
|
||||
category: "헬스케어",
|
||||
|
||||
Reference in New Issue
Block a user