Hi! Long time no see. Hope your summer is going well.
I'm Anton, Go developer and SQLite enthusiast. I work on open source and blog about programming.
You're receiving this email because you subscribed to my updates at antonz.org/subscribe. If you'd like to unsubscribe, use the link at the bottom of this email.
Since the last issue, I continued working on Redka — Redis re-implemented with SQLite. With strings, lists, sets, hashes and sorted sets implemented, Redka is now functionally ready for 1.0. Feel free to try it in non-critical production scenarios and provide feedback in the issues.
Speaking of SQLite, I've published more short notes about handy SQLite features you might not know about: generated columns, secure delete and delete limit.
I've also been exploring the depths of timers in Go (spoiler alert: a lot will change in the upcoming Go 1.23).
Finally, I was so impressed by the recent UUIDv7 specification (time-sortable UUID with 1 ms precision), that I implemented it (with a lot of help from the community) in 33 languages.
That's all for now! See you in about a month.
P.S. If you find any of my projects useful, please consider sponsoring me on GitHub. It really helps.
Anton