TIL
Short things I learned — Today I Learned.
- Operational และ Analytics Systems คืออะไร และแต่แบบเหมาะกับ data ประเภทไหน
Note สั้นๆ จากที่อ่านหนังสือ Designing Data-Intensive Applications, Edition 2
- Tips ในการเขียน Claude Code Skills
Tips ในการเขียน Claude Code Skills จาก @Thariq (ทีมที่ทำ Claude Code)
- What is ClickHouse?
ClickHouse is a columnar OLAP database built for fast ingestion and analytical queries at scale.
- git worktree lets you check out multiple branches at once
Instead of stashing and switching branches, git worktree creates a separate working directory for another branch — both exist on disk simultaneously.