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.

Controlling the Flow

An introduction to the flow control tools and syntax in Rust.

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

Do you want to know more?

Decisions Decisions

An introduction to the decision making tools and syntax in Rust.

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

Do you want to know more?

Pillars

Thoughts from the author on the state of software development.

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

Do you want to know more?

Let's Get Functional

An introduction to functions in Rust and their associated syntax.

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

Do you want to know more?

Pouring the Footings: Compound Data Types

A continued study of the basics in Rust, focusing on compound data types.

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

Do you want to know more?

Pouring the Footings: Single Value Data Types

A continued study of the basics in Rust, focusing on the single value data types.

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

Do you want to know more?

Pouring the Footings

An overview of basical foundational concepts, including comments, variables, mutability and shadowing.

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

Do you want to know more?

Just Say No to Magic Values

Declaring variables as constants are important in any programming language. In this post we'll take a look at how they're handled in Rust.

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

Do you want to know more?

Baby Steps with Rust

Every journey starts with small steps, this is an introduction to the Rust programming language.

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

Do you want to know more?