Comment on Been a while, thought I’d post
rainy@lemmy.zip 1 month agothat’s some nice insight, thank you. I think I need to think of a project that isn’t like web related, I had done some webserver stuff in rust before but it didn’t help me learn much (rust is kinda a mixed bag for web dev anyway, at least server side) but I’ll try to think of smth in due time
Eaglesrl@lemmy.blahaj.zone 1 month ago
Yeah the book has you do web server stuff which I did find useful for learning async a bit although I think in practice most people use crates like tokio rather than implement their own parallelization. I would def recommend graphics for a project though. Its fun because the results of your work are very visceral and it kinda exercises all of the skills youre learning depending on how much you get into it and try to optimize.