I'm on Discord too: I'm A5rocks#9289, and you can find me on Discord Bots, Discord API, and Discord Developers. Feel free to drop me a DM!
Last built—including Webmentions—on Sunday, March 19.
Discord components are a strange mix of stateless and stateful programming. In this blog post, I will cover many different library's implementations.
Recently, I wanted a semaphore for Rust to limit the number of requests at once to a thread-based server. Sadly, there is none in the standard library, and so I have to write my own.
Maybe you want to meme around with the new JAMStack "innovation" or whatever. Anyways, for some reason, you decided to use Next.js in Cloudflare Pages.
Word of warning: I'm mainly talking about Python's type checking landscape. Things I talk about might or might not apply to your programming language of choice.
I've seen a few sites using Zola (well, more like a single), and it looks pretty good in my opinion - and hey, if that's what it takes to prevent myself from reinventing the wheel, great!