Yifan Zhu · Portfolio

Notes

Fast stream of notes—just timestamp and body.

08/03/2024, 24:00

Edge cache should prefer small TTL (e.g., s-maxage=600) because deploys are cheap and static. If you add a CDN, keep Nginx as the origin with gzip/brotli and let the CDN handle TLS.

07/22/2024, 24:00

I draft in Markdown locally, run npm run dev for previews, then push directly from the laptop. Small notes can be added in the GitHub UI on mobile—CI handles the build the same way.