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.

The Mighty Vector

2023-11-07

An article introducing the vector collection type in Rust.

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

Do you want to know more?

Demystifying Middlware in Actix Web

2023-10-11

An article providing an overview and gentle introduction to middleware in Actix Web

{ Word Count: 1824 words | Reading Time: 10 minutes }

Do you want to know more?

Packages, Modules, and Crates..Oh My!

2023-07-31

An overview of to structure a Rust program, using crates, packages, and modules.

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

Do you want to know more?

Simple Website Hosting with Shuttle

2023-06-05 (Last Updated: 2025-01-11)

A brief article on how to host static web site files on Shuttle.

{ Word Count: 1042 words | Reading Time: 6 minutes }

Do you want to know more?

Result-ful Thinking

2023-04-14

An introduction to the Result type in Rust.

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

Do you want to know more?

Matchy Matchy

2022-09-30

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

2022-09-13 (Last Updated: 2025-01-02)

An introduction to Rust's Option type.

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

Do you want to know more?

The Memory Doesn't Remain

2022-07-14

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

2022-07-01

An introduction to the method syntax.

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

Do you want to know more?