I've been programming for about 5 years now, mostly using Python and JavaScript. I'm looking to level up my skills in Rust and want some suggestions for projects I could start working on. Any ideas?
4 Answers
If you want something more unique, you could consider building a long-distance connected device, like a smart chastity cage that allows users to interact remotely. It's definitely a creative challenge!
How about creating a bash shell? It might sound a bit complex, but it's a great way to dig into system programming with Rust and understand how things work under the hood.
Have you thought about building a simple calculator? It's a classic project that can really help you grasp the basics of Rust while also giving you a practical tool you can use.
The key is writing good code, not just getting something working. So focus on clean, efficient Rust code, and that will really boost your skills in the long run.

Yeah, I've done a calculator before! It was really helpful.