auszeph | 8 months ago | on: Most RESTful APIs aren't really RESTful
auszeph's comments
auszeph | 10 months ago | on: Bloat is still software's biggest vulnerability (2024)
Something I've felt is missing is a developer orchestration layer that makes it really easy to define the set of services like a docker-compose but just as easy to switch implementations between container, source, or remote.
Sometimes you need them all from source to debug across the stack, when you don't you might need a local container to avoid pollution from a test env, sometimes it is just fine to port-forward to a test env and save yourself the local resources.
auszeph | 11 months ago | on: Journey to Optimize Cloudflare D1 Database Queries
My take from reading some docs is that you've got to partition your data properly, likely per-user. Then hopefully most of that users interactions are within the same datacentre.
page 1
Related: https://ijmacd.github.io/rfc3339-iso8601/