5 pages tagged with "intermediate"
Run Any Project with 'r'
July 28, 2025 - 1394 words - 7 mins
Add an 'r' abbreviation to your fish shell config,
that will run (or build, or test) your project,
no matter what technology it's built with.
Using Fortune to Reinforce Habits
July 23, 2025 - 1449 words - 8 mins
A tutorial showing how I use fortune to remind me what tools I have installed on my computer.
Rust Trait Implementations and References
February 22, 2023 - 1475 words - 8 mins
If you implement a trait on a type,
and then take a reference to that type,
does the reference *also* implement the trait?
For a while I thought so! Let me explain why.