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.

Pouring the Footings: Single Value Data Types

2022-04-14

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

2022-04-12

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

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

Do you want to know more?

Just Say No to Magic Values

2022-04-09

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

2022-04-05 (Last Updated: 2025-01-08)

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

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

Do you want to know more?