All Posts

Fix for google search console 'sitemap could not be read'

Another little fix that’s taken me weeks to figure out.

Scaling Postgres for Dynamic Schema Search on Billions of Rows

Table of Contents Introduction The Challenge The Problem Scale / Shape of The Data Things that didn’t work Iteration 1: DynamoDB Iteration 2: Elasticsearch Iteration 3: Postgres The Data Pipeline...

How to get DigitalOcean Spaces Presigned Uploads Working (In SvelteKit or any JS frontend)

This has bugged me a couple of times when setting up uploads directly from a client to DigitalOcean Spaces. The error path is: You have a backend that generates a...

How to deploy a SvelteKit app to Heroku

Another day, another interesting little bit of knowledge. This time, it’s how to deploy a SvelteKit app to Heroku.

How to get svelte to save a JWT cookie

This has been plaguing me all day, so I’m saving some instructions here for future reference.