Sawadee! 👋
I'm Jade — part data practitioner, part poker player, always learning. This is my corner of the internet.
Recent Posts
- 2 min read
Stop using load_dotenv(). Let’s use Pydantic to manage your environment variables and create settings.
Today I Learned
-
Tips ในการเขียน Claude Code Skills
2 min readTips ในการเขียน Claude Code Skills จาก @Thariq (ทีมที่ทำ Claude Code)
-
What is ClickHouse?
1 min readClickHouse is a columnar OLAP database built for fast ingestion and analytical queries at scale.
-
git worktree lets you check out multiple branches at once
1 min readInstead of stashing and switching branches, git worktree creates a separate working directory for another branch — both exist on disk simultaneously.