Development

Lately, I've been getting really into APIs.

I like that I'm learning a language commuters can use to talk to each other under the right conditions.

I branched out from creating my Android API into doing it through curl in bash. Then (as one does, I suppose) kinda fell into python.

I'd already been playing around a lot with json as a data structure, so the transition felt tailor-made. And while I was sifting through concepts, I stumbled across sqlite3, which fit naturally.

It's also been forcing me to work my git skills with my self-hosted Forgejo.

Before I'd realized it, I'd been building all those desirable skills for a while.

And it's fun.