I received a very kind email today from someone who had found my page Resources for year 6 teachers on coding and programming helpful, and wanted to s… ...more
Implementing a simplified form of Mutex. To see the exercises code as it was when I recorded the video: git clone https://github.com/t… ...more
Searching across multiple documents in parallel with Rayon. To see the exercises code as it was when I recorded the video: git clone https:/… ...more
Update: I just discussed this with my son and I really want to emphasise: It does make a difference who is in power. The previous Labour government si… ...more
How to spawn threads and deal with lifetimes, how to send or share state across threads, and what Send and Sync mean. Series: Language basics, More s… ...more