Haochen Xu

Archive

Writing on software, frontend craft, and things I want to understand better.

This is where I keep my notes, experiments, and longer write-ups. Some posts come from work, some from side projects, and some from going deep on a topic until it finally makes sense.

Agent

2 posts

Thoughts

1 posts
Thoughts 2 min read

🧠 What Should LLM-Facing Developers Know?

If building for the internet was the mainstream in the past 20 years, building for LLMs might be the future. Just like how web developers don't need to know the low-le...

Thoughts

DB

1 posts
DB 2 min read

DynamoDB

It is a key-value store like an object. Primary key It is a unique identifier for a item in a table. It is the "key" of the item. It must contain a partition key and a...

DB