@codeWhizperer For rust these are some key points that helped me a lot
- Read the book
- Do AoC challenges using only std
- Do protohackers challenges
- Watch Crust of Rust playlist from @jonhoo
- Follow fellow rustaceans here
- Read @ThisWeekInRust every week
- Practice, practice, practice
Has anyone worked through protohackers problems? Came across it today seems really fun. Series of challenges implementing network protocols.
Will give me an excuse to learn Rust a little more.
Although I’d probably build it in Go first to have some form of a comparison.
Just came across protohackers lately, it's too fun! (doing it in Go)
ref: https://t.co/Jr7xTks37z
Loved going through level 0 (unbelievably passed it in first attempt itself).
But level 1's the place where the real jazz began. Python folks don't know how annoying "big" numbers can become 🥲
PS: It's 5am and I have an exam in 2 days lol
Alright so I finished up my http server with concurrency in C as my first foray back into C in a long time. Overall, a lot of fun.
Next, it's protohackers time.
https://t.co/911gpn2tax
A new video in my "@Protohackerscom in @elixirlang" YouTube series is live: https://t.co/FgWihFMjYt
It's the first one where we talk UDP, so it's a pretty fun one 🧑💻
I'm starting a new video series on @elixirlang 🎥
• I'm solving the @Protohackerscom challenges
• We're learning some network programming along the way
• I'm publishing a new video every few days
The first video is live now, hope you'll enjoy! 📺
https://t.co/1uAahkxizg
@whatyouhide@rustlang Came across https://t.co/fC9tR937xa a while ago, I think it's the perfect match for Rust. Awesome content on your blog on AOC by the way!