Wrote up a piece on why I think Generics in Go are a welcome improvement that help bring the language in a better place, even though the Go team doesn't seem to totally agree. Check it out: https://wperron.io/posts/generics-make-go-better.html
Is it possible to have the Go runtime behave like an event loop?
I was having a discussion on Discord about the behaviors of different asynchronous runtime and the question was raised: Is it possible to have the Go scheduler work on a single thread, similar to the JavaScript event loop? And down the rabbit hole I went!
Just gave a presentation titled "Deno: Rethinking Server-Side JavaScript" for https://ui.dev! It was a lot of fun, thanks again to the organizers for inviting me.
Recently it seems I find myself in the same conversation over and over again about how error handling should be done in a programing language, more specifically in how Go and Rust differ, so I've compiled my thoughts into a short blog post, check it out here: https://wperron.io/posts/rust-go-error-handling.html