Building a command-line quiz application to bed in our knowledge about crates, modules and serialisation. All done using test-driven development. To … ...more
Going through an exercise on serialization with serde. To see the exercises code as it was when I recorded the video: git clone https://git… ...more
How to write unit tests in your Rust code, and some quick pointers on writing integration and benchmark tests. Series: Language basics, More syntax, … ...more
I have decided to stand for election to the Matrix Governing Board, which is a brand new body which advises and oversees the work of the Matrix Founda… ...more
Tips and rules for writing good APIs that are easy for other people to use. Try to make them Unsurprising, Flexible, and Obvious. Series: Language ba… ...more