Back
Marc Köhlbrugge
Load previous page…
Update Heroku API key in GitHub Actions API for deployments, because it was automatically reset due to security issue at Heroku
#wip
Disable unsubscribe confirmation email because apparently it's not a best-practice anymore ( postmarkapp.com/blog/dont-sen… ) despite still being the default by MailChimp
#betalist
Completely restructure data-model using a more OO approach. All collections/assets get imported from OpenSea API and saved without modification. Afterwards they get "replicated" to a native format. This will allow me to easily replace or mix multiple APIs
#traits
Load everything with Turbo Frames (to simplify controllers and different parts of the page to be loaded in parallel and cached easier)
#traits
Get Cloudflare to add text/vnd.turbo-stream.html to their list of supported content-types for Brotli compression
#life
Significantly speed up importing of new collections (possibly by ~100x) by using bulk insertion and by changing the order of how things are inserted
#traits
Design simple homepage with huge logo because that's what the cool kids do these days?
#traits
Move a lot of the dynamic data like counts to front-end rendering with JS, as it will allow us to re-use the same cached fragments
#traits