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.

String Theory

An article highlighting the two important string types in Rust.

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

Do you want to know more?

markdown-html-rs - Converting Markdown Content to HTML

Highlighting markdown-to-html, a Rust CLI program which helps you convert markdown content to HTML.

{ Word Count: 83 words | Reading Time: 1 minute }

Do you want to know more?

nf - An Empty File Maker

Highlighting nf, a Rust program which makes an empty, new file.

{ Word Count: 74 words | Reading Time: 1 minute }

Do you want to know more?

Jeff Mitchell Dev - Re-Re-Loaded

Some thoughts from the author regarding this latest iteration of this blog.

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

Do you want to know more?

How I Learned to Stop Worrying and Love Tailwind

The author eats crow...and embraces Tailwind in his Rust mis-adventures.

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

Do you want to know more?

The Mighty Vector

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

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

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

Do you want to know more?

Packages, Modules, and Crates..Oh My!

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

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

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

Do you want to know more?