Month: July 2022
-
Matrix is a Distributed Real-time Database Video
Curious to know a bit more about Matrix? This video goes into the details of what kinds of requests you need to send to write a Matrix client, and why it’s interesting to write a Matrix server. Slides: Matrix is a Distributed Real-time Database Slides…
-
Building cross-platform Rust for Web, Android and iOS – a minimal example
One of the advantages of writing code in Rust is that it can be re-used in other places. Both iOS and Android allow using native libraries within your apps, and Rust compiles to native. Web pages can now use WebAssembly (WASM), and Rust can compile to …