When I speak about spending the last few years “building infrastructure”, you might be wondering what sorts of things I’m talking about.
Here are some examples:
• JSDB: an in-memory, in-process database that writes to a JavaScript append-only transaction log and which you can use as if you were interacting with regular JavaScript objects.
https://codeberg.org/small-tech/jsdb
(I’ve been developing it for the last four years and it is integrated into Kitten.)