All
Articles 166,806Blog Posts 159,167Tech Tutorials 44,201Research Papers 32,482News 21,323
⚡ AI Lessons

Dev.to · icsboyx
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
My Tiny Rust Utils, Part 5: mod.rs
The quiet module file that ties my utils crate together, and a more personal note on why I keep doing this kind of coding.

Dev.to · icsboyx
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
My Tiny Rust Utils, Part 4: web.rs
A small project-level HTTP layer over reqwest, mostly to keep API code a bit calmer and easier to read.

Dev.to · icsboyx
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
My Tiny Rust Utils, Part 3: save_load.rs
How I handle saving and loading typed config-like data in a small Rust app without turning it into a big abstraction.

Dev.to · icsboyx
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
My Tiny Rust Utils, Part 2: helpers.rs
A humble little helpers file: caller-aware errors, JSON conversion, and one tiny tracked error type.

DeepCamp AI