this post was submitted on 21 Jan 2025
41 points (100.0% liked)
Programming
17967 readers
211 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I started with rust 2 years back. It has been amazing since. Just build stuff you want to use, even recreate simple apps that you use everyday and have a rough idea on how they work. Getting used to the borrow checker takes time so don't do something massive. Also if you haven't finished the rust book and rustlings, I highly recommend them. They are amazing materials.
You can check out my github for ideas. I have till now as far as I can remember built a notification daemon, an automatic music player, a time management app, a video server, video library manager, a C/C++ build system and lots of other stuff. Reading other people's code will make you get best practices.
PS Don't learn from my builder_cpp project. The code is utter garbage, but it was how I used to do stuff in the early days