📰 Dev.to · icsboyx
Articles from Dev.to · icsboyx · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (21256)
ArXiv cs.AIDev.to AIForbes InnovationMedium · AIMedium · ProgrammingMedium · Cybersecurity

Dev.to · icsboyx
1h 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
1h 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
1h 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
⚡ AI Lesson
1h 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