Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Rust 101 - 26: Exercises for module C (q1)

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

May 22, 2024 [Programming, Rust, Tech, Videos]
Choosing who to vote for in the 2024 UK General Election

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

May 22, 2024 [Uncategorized]
Rust 101 - 25: Threads, Mutexes, channels, Send and Sync

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

May 16, 2024 [Programming, Rust, Tech, Videos]
Rust 101 - 24: Parallelism and Rayon

What concurrency and parallelism are, a brief intro to Rayon, and a quick note on closures. Series: Language basics, More syntax, Traits and generics… ...more

May 13, 2024 [Async programming, Programming, Rust, Tech, Videos]
Rust 101 - 23 Exercises for module B (q3)

Testing, benchmarking and optimising a small program that plays FizzBuzz. To see the exercises code as it was when I recorded the video: git clone ht… ...more

May 04, 2024 [Performance, Programming, Programming Languages, Rust, Tech, Videos]
1 2 ...89101112 ... 107 108
Recent
Mini-rust in Rust 011: Parsing an assignment plus expression
Mini-rust in Rust 010: Lexing an assignment
Mini-rust in Rust 009: Handling parsing errors
Mini-rust in Rust 008: Refactoring our parser
Mini-rust in Rust 007: Evaluating an operation
Mini-rust in Rust 006: Parsing an operation
Message order in Matrix: right now, we are deliberately inconsistent
Mini-rust in Rust 005: Making our lexer an iterator
Mini-rust in Rust 004: Refactoring our lexer
Mini-rust in Rust 003: Much prettier errors
Mini-rust in Rust 002: Errors while lexing
Mini-rust in Rust 001: Lexing an int
Rust 101 - 53: Exercises for module G (q4)
Rust 101 - 52: Exercises for module G (q3)
Rust 101 - 51: Exercises for module G (q2)
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge