Solo-built production web app for a NYC physical therapy clinic — Go backend, HTML/CSS/JS frontend, deployed on AWS, with Stripe integration.
뉴욕 물리치료 클리닉의 실제 운영 웹앱 (단독 개발) - Go 백엔드 | HTML/CSS/JS 프론트엔드 | Docker와 AWS 호스팅 | Stripe 결제 연동
chanwu@~ $ whoami
> Chanwu Oh오찬우
> Go, JS, HTML+CSS, Docker, AWS, Git+GitHub, MySQL, MongoDB
> Bilingual full-stack developer · Seongnam · 2026 · available
> 영어 원어민 풀스택 개발자 · 성남 · 2026 · 근무 가능
> Hello, I am Chanwu Oh. I taught myself web development in 2025 after pivoting from a different career path.
> 안녕하세요, 저는 오찬우입니다. 2025년에 웹개발로 커리어 전환을 결심하고 독학을 시작했습니다.
> I’ve built and deployed a production web app for a New York PT clinic, working solo on a Go backend and an HTML/CSS/JS frontend hosted on AWS, with Stripe integration.
> 뉴욕 물리치료 클리닉을 위한 웹사이트를 Go 백엔드와 HTML/CSS/JS 프론트엔드로 개발했으며, Docker와 AWS로 호스팅하고, Stripe 결제 연동을 구현했습니다.
> I’ve also built a portfolio site for a French architect and merged a PR to the open-source project freeCodeCamp.
> 프랑스 건축가의 포트폴리오 사이트도 개발했고, freeCodeCamp 오픈소스 프로젝트에 PR을 머지(병합)하여 기여한 경험도 있습니다.
> I’m currently looking for entry-level backend or full-stack roles in Korea.
> 현재 저는 한국에서 백엔드/풀스택 신입 개발자 자리를 찾고 있습니다.
Solo-built production web app for a NYC physical therapy clinic — Go backend, HTML/CSS/JS frontend, deployed on AWS, with Stripe integration.
뉴욕 물리치료 클리닉의 실제 운영 웹앱 (단독 개발) - Go 백엔드 | HTML/CSS/JS 프론트엔드 | Docker와 AWS 호스팅 | Stripe 결제 연동
Hand-coded portfolio site for architect Alix Chaput — vanilla HTML/CSS/JS, no frameworks. My first real client project.
직접 개발한 건축가 Alix Chaput의 포트폴리오 사이트 - HTML/CSS/JS | 프레임워크 없음 | 첫 클라이언트 프로젝트
Corrected a WeakSet example in the JavaScript curriculum that
incorrectly used object literals as
.add() arguments and a string as a
.has() argument.
JavaScript 커리큘럼의 WeakSet 예제에서 .add()에 전달된 객체 리터럴과 .has()에 전달된 문자열이 WeakSet 예제가 실제로 작동하지 않던 문제를 수정했습니다.