jeff-mitchell.dev

mostly mis-adventures with programming languages...mostly...

Blog




Here are my blog articles. I mostly write about topics related to Rust, but will from time to time tackle general programming topics.

Result-ful Thinking

An introduction to the Result type in Rust.

{ Word Count: 317 words | Reading Time: 2 minutes }

Do you want to know more?

Matchy Matchy

An introduction to match syntax for flow control.

{ Word Count: 615 words | Reading Time: 4 minutes }

Do you want to know more?

Is it Something or Nothing: The Option Type

An introduction to Rust's Option type.

{ Word Count: 575 words | Reading Time: 3 minutes }

Do you want to know more?

The Memory Doesn't Remain

An introduction of how memory is handled in Rust, including the concepts of ownership and borrowing.

{ Word Count: 1275 words | Reading Time: 7 minutes }

Do you want to know more?

Method to the Madness

An introduction to the method syntax.

{ Word Count: 593 words | Reading Time: 3 minutes }

Do you want to know more?

Bigger Building Blocks: Structs Reloaded

A continuation of the discussion on structs, bringing in advanced concepts.

{ Word Count: 667 words | Reading Time: 4 minutes }

Do you want to know more?

Bigger Building Blocks: Intro to Enumerations

An introduction to Rust's enum data type.

{ Word Count: 652 words | Reading Time: 4 minutes }

Do you want to know more?

Bigger Building Blocks: Intro to Structs

An introduction to Rust's struct data type.

{ Word Count: 554 words | Reading Time: 3 minutes }

Do you want to know more?

Building Something - Saying Hello

An example program which demonstrates how to obtain user input, transform it, and output the result.

{ Word Count: 995 words | Reading Time: 5 minutes }

Do you want to know more?