what we blog

Rust Lifetimes for the Uninitialised

Heard of Rust? Then you may have heard of "lifetimes". They are one of the languages hallmark features, but sometimes also one of the most cursed. This isn't necessary.

Lifetimes are a interesting subject: a lot of people seem to gain a day-to-day...

Read more

Getting started with Rust on the command line

This post is intended for people with no previous knowledge in Rust. It assumes some knowledge about programming, but none about Rust.

Rust has come a long way in the recent 2 years, from a promising new language to a practical day-to-day tool. Indeed...

Read more

The beginners track

The beginners track is another category that we want to turn into a regular one on this blog. Helping beginners is my hobby (granted, sometimes it pays the bills, too) and I still see a lack of high-level resources about programming techniques. While...

Read more