Explore >> Select a destination


You are here

radu-matei.com
| | www.dgendill.com
3.4 parsecs away

Travel
| |
| | rust-lang.github.io
3.3 parsecs away

Travel
| | `bindgen` automatically generates Rust FFI bindings to C and C++ libraries.
| | adventures.michaelfbryan.com
4.1 parsecs away

Travel
| | Have you ever been in a situation where, because of how the code is structured, it's practically impossible to inject a dependency into the component that needs it? Even global variables - ubiquitously reviled for their ability to do "spooky action at a distance" - weren't spooky enough. In this article, I'll share a technique I discovered while working on a WebAssembly-based CAD package that allows for dependency injection at link time. This technique is particularly useful when traditional dependency injection methods aren't available or practical.
| | dusted.codes
25.0 parsecs away

Travel
| Building a secure note sharing service in Go