Well, I have written a lot of code today. I have been working on upgrading Hashnode's performance through CDN based caching of resources. This boosts the speed of Hashnode in the following ways:
Instantly load Hashnode homepage for logged out users.
Instantly load individual post pages for logged out users.
Load user feed with < 100ms TTFB.
Load individual posts instantly during client side rendering.