Dependency Resolution| doc.rust-lang.org
Overview ¶| pkg.go.dev
This post explains why Rust made sense for Discord to reimplement: how it was done, and the resulting performance improvements.| discord.com
Try the new Rust IDE from JetBrains with a debugger, on-the-fly analysis, and quick-fixes.| JetBrains
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
The `Option` type. See the module level documentation for more.| doc.rust-lang.org
Language Server Protocol documentation and specification page.| microsoft.github.io
A tutorial about WebAssembly and how to cross compile and run Go programs in the browser using WebAssembly.| golangbot
This post is part of the Languages Opinion series. In this short series of articles, I want to talk about programming languages. I love learning them, and I always try to read up a bit whenever any new language gains significant traction. In these posts, I want to focus on which programming languages I believe have had the most impact in the past decade. Note that this will be a highly opinionated piece, based on my experiences - you might have a lot of different opinions, and that’s fine!| andreabergia.com