this post was submitted on 11 Jun 2023
25 points (100.0% liked)

Programming

13215 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I’m currently going through the process of teaching myself Rust as a fun summer project, especially since it’s different enough from the Java/Spring stack I use at work regularly. What are some interesting projects I can work on in Rust to get some familiarity with how the language works, and get an idea of some of the libraries I can use with it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

What are some interesting projects I can work on in Rust to get some familiarity with how the language works

My recommendation is always the same, regardless of the language:

https://adventofcode.com

(And here is some dogfood: I've created [email protected], so you can ask questions there and/or share your solutions)