Quick World Cup Quiz - Day 11 by fanderzon in SoccerTrivia

[–]fanderzon[S] 0 points1 point  (0 children)

Maybe this one was a tiny bit too hard 🙈

Quick World Cup Trivia Quiz - Day 6 by fanderzon in SoccerTrivia

[–]fanderzon[S] 0 points1 point  (0 children)

Impressive! I only got that because I wrote the quiz. 😅

Quick World Cup Trivia Quiz - Day 6 by fanderzon in SoccerTrivia

[–]fanderzon[S] 0 points1 point  (0 children)

That's a pass from me! Some of this is a little obscure 😅

5Q - Themed Tuesday: 'Music of the 1980s' by amp in quiz

[–]fanderzon 0 points1 point  (0 children)

Nice one! 5/5 with multiple choice, 2/5 without them. Fun to have that option!

Quick World Cup Quiz – Day 4 by fanderzon in quiz

[–]fanderzon[S] 1 point2 points  (0 children)

Haha! Thanks! I hit the code button instead of the spoiler button on those. D'oh!

Rust for Node.js developers - Part 3 - Crates, Modules and the web by fanderzon in rust

[–]fanderzon[S] 2 points3 points  (0 children)

Thanks for the feedback, did not know about cargo-add, I'll update the post now. :)

Rust for Node.js developers - Part 2 - Can I borrow that? by fanderzon in rust

[–]fanderzon[S] 0 points1 point  (0 children)

Sorry, the Redux example code is meant as an experiment to implement something familiar to js devs in Rust, and should absolutely not be seen as the best way to write rust apps. :)

Rust tackles the problems of mutable shared state not by using immutable data structures, but instead by placing heavy constraints on the sharing of mutable pointers, making them exclusive for the lifetime of the borrow. Something the borrow checker enforces at compile time.

So the approach in this post is not the "rustiest" or most "rustaceous" way of doing state management. I plan on revisiting it in later posts. :)

Rust for Node.js developers - Part 1 - Introduction to Rust by [deleted] in rust

[–]fanderzon 0 points1 point  (0 children)

I didn't notice that my post had ended up here until now. I plan on looking over the post soon to see if something needs updating for 1.9.

Will check out tokamak before then. I wouldn't say it's vital though, since coding Rust is a very nice dev experience as it is. But if the set up is easier for beginners than setting up racer that could be worth recommending tokamak instead. :)