TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Learn Rust by building real-world examples

117 pointsby dohguyover 1 year ago

2 comments

evrimoztamurover 1 year ago
I went through some of the articles and the general format there seems to be loosely annotating the finished code examples piece by piece, instead of building it up piece by piece. With Rust, this approach is going to fail you pretty quickly, getting lost in syntax, types, and colloquialisms. Not a fan, might work just to get things working. Synthesis is more challenging.<p>I recommend going through Advent of Code. After doing the last two years&#x27; challenges, I was able to write a WebAssembly&#x2F;HTML5 game from scratch, and not banging my head against the wall. It&#x27;s a lot more important to understand how to build with the fundamental blocks, managing memory, references, and control flows. AoC gives the platform for that.
评论 #37612692 未加载
评论 #37616816 未加载
mreover 1 year ago
Stefan, the author of the course, is hands down one of the best Rust instructors out there. Huge kudos for getting him on board, shuttle.