CrustyRustacean Hero

All Articles

mindset Oct 27, 2025
What to Do When You're Completely Stuck: A Developer's Field Guide to Paralysis

I struggle a lot with problem solving. I've spent several weeks back and forth with LLMs on how to improve.

Read More crusty.rustacean
rust-installation Oct 25, 2025
Start Coding in Rust: Your First Program in 15 Minutes

New to Rust? Learn to write your first working program in under 15 minutes. Step-by-step guide for beginners with zero Rust experience. Start building today.

Read More crusty.rustacean
best-practices Oct 24, 2025
Stop Using Magic Numbers: A Rust Constants Guide

Magic numbers make code impossible to maintain. Learn how Rust constants solve this problem in 5 minutes with practical examples you'll actually use.

Read More crusty.rustacean
variables Oct 24, 2025
Pouring the Footings

An introduction to the fundamental, foundational concepts in Rust, including variables, mutability, and shadowing

Read More crusty.rustacean
single-value Oct 24, 2025
Pouring the Footings: Single Value Data Types

An introduction to the fundamental, foundational single value data types in Rust

Read More crusty.rustacean
rust Oct 24, 2025
Pouring the Footings: Compound Data Types

An introduction to the compound data types in Rust

Read More crusty.rustacean
functions Oct 24, 2025
Let's Get Functional

An introduction to functions in Rust

Read More crusty.rustacean
rust Oct 24, 2025
Decisions, Decisions

An introduction to basic control flow in Rust

Read More crusty.rustacean
rust Oct 24, 2025
Controlling the Flow

An introduction to basic control flow in Rust

Read More crusty.rustacean
types Oct 22, 2025
Bigger Building Blocks: Intro to Structs

An introduction to Rust's struct data type

Read More crusty.rustacean
types Oct 22, 2025
Bigger Building Blocks: Introduction to the Enum Type

An introduction to Rust's enum data type

Read More crusty.rustacean
types Oct 21, 2025
Bigger Building Blocks: Structs Reloaded

More that you can do with the struct type

Read More crusty.rustacean
rust Oct 21, 2025
Method to the Madness

An introduction to the method syntax in Rust

Read More crusty.rustacean
programming Oct 21, 2025
The Memory Doesn't Remain

An introduction to memory management in Rust

Read More crusty.rustacean
rust Oct 21, 2025
The Option Type: Is it Something, or Nothing?

An introduction to the option type in Rust

Read More crusty.rustacean
rust Oct 21, 2025
Matchy, Matchy

An introduction to the option type in Rust

Read More crusty.rustacean
rust Oct 21, 2025
Result-ful Thinking: Error Handling in Rust

An introduction to the Result type in Rust

Read More crusty.rustacean
Article Oct 21, 2025
Packages, Modules, and Crates...Oh My!

Or...how to make your Rust programs neat and tidy

Read More crusty.rustacean
rust Oct 21, 2025
The Mighty Vector

An introduction to the vector collection type in Rust

Read More crusty.rustacean
rust Oct 21, 2025
String Theory

An introduction to string types in Rust

Read More crusty.rustacean

Showing latest 20 articles