Posts from 2025
20 posts published in 2025
- 2025-09 회고록:9월
- 2025-09 meetup에 푹 절여진(?) 한주
- 2025-09 vim에서 esc를 누르면 자동으로 영문으로 바꿔주기 with hammerspoon
- 2025-09 claude code를 활용한 vim cheatsheet vscode extension 개발기
- 2025-09 바이브 코딩이란 단어는 적절하지 않다
- 2025-09 백엔드 개발자의 ai로 아주 작은 dapp 만들기
- 2025-09 개발자라면 이 책을 꼭 읽어보세요
- 2025-09 스테이블코인에 대한 개인적인 생각
- 2025-08 컨텍스트 엔지니어링: ai를 효과적으로 사용하는 방법
- 2025-08 스테이블코인의 현주소: 시장의 구성과 주요 플레이어
- 2025-08 sqlite fts의 토크나이저와 인덱싱에 대해서
- 2025-08 채권 가격과 금리의 관계: 왜 반대로 움직일까?
- 2025-06 go 에러 처리: fmt.errorf는 언제, 어떻게 사용해야 할까요?
- 2025-03 맥북 10년 차 개발자가 전하는 구매 가이드
- 2025-03 understanding inline functions in c: when and how they work
- 2025-03 defer in go doesn’t always reflect the latest value
- 2025-03 using sync.cond for goroutine synchronization in go
- 2025-03 understanding gaskvstore in cosmos sdk
- 2025-03 understanding channel iteration in go: for range vs. select vs. switch
- 2025-03 understanding slice initialization and capacity in go