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.

This Week in Rust Highlight: Don't Use Preludes and Globs

An article highlighting an interesting piece from This Week in Rust about preludes and globs...

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

Do you want to know more?

rust-pdf-extractor - Turning PDF Documents into Plain Text

My Rust program of the week takes a pdf file as input and converts it to a plain text file as output.

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

Do you want to know more?

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: 1824 words | Reading Time: 10 minutes }

Do you want to know more?