개발자의 애증의 대상인 문서화를 도와주는 방법 중 하나인 Docs as Code와 그 예로 API 문서화를 코드에 결합하는 방법에 대해서 소개합니다. OpenApi Spec같은 정형화된 스펙 도구와, 거기에 스키마 검증을 해주는 특별한 기능을 더한 `open_api_spex` 를 통해 개발자는 'DRY' 하지 않고 효율적으로 API 개발을 할 수 있습니다.
⏰ 12min
I did clone coding of my recent favorite app using Phoenix LiveView.
⏰ 1min
Using GenServer and DynamicSupervisor, make dynamic game server process and build supervision tree
⏰ 6min
하나의 예시를 통해 상황을 가정해보고 어떤 결과가 나오는지, 그리고 나라면 어떻게 할지를 사고실험 해보자
⏰ 4min
I moved my blog again, and now I make it using my favorites tech stacks!
⏰ 2min
요구사항 분석 및 프로젝트 초기 세팅
⏰ 5min
I decided to do "clone coding" a "wordle" which was trending recently, by using only Phoenix LiveView, not JS.
⏰ 1min