Escaping the Tutorial Loop: Building a CLI ETL Tool in Rust (From Scratch to Generic)
I’ve done the crash courses. I’ve read the book. But like many developers learning Rust, I kept getting stuck in the "tutorial loop". I understood the syntax, but I didn't know how to start a project.
As a Data Engineer, I decided to stop following g...