Here’s my take on getting started with @bevy — a fairly long read that covers the most important concepts and ideas to help you in the very beginning.
https://blog.jetbrains.com/rust/2025/02/04/first-steps-in-game-development-with-rust-and-bevy/
Developer Advocate at JetBrains (Rust, Kotlin, IntelliJ IDEA/CLion/Fleet). Former university lecturer teaching programming languages and other topics in CS. Author of Haskell in Depth (Manning publications, 2021).
Here’s my take on getting started with @bevy — a fairly long read that covers the most important concepts and ideas to help you in the very beginning.
https://blog.jetbrains.com/rust/2025/02/04/first-steps-in-game-development-with-rust-and-bevy/
Folks, here’s my newsletter featuring technical book reviews. I read a lot of them, so why not share my thoughts with others? Please subscribe!
And you can even win a prize!
https://blog.jetbrains.com/rust/2024/11/29/solve-advent-of-code-2024-puzzles-in-rust-and-win-prizes/
Here's a blog post on solving Advent of Code puzzles in Rust! I provide a lightweight template for your solutions and also give my recommendations: https://blog.jetbrains.com/rust/2024/11/29/advent-of-code-in-rust-for-the-rest-of-us/
Rust is fast, but I/O is slow. How does it work and how do we do I/O efficiently?
New #eurorust24 video is live! Learn how Rust handles I/O at the device and OS levels, plus tips to optimize async I/O using `io_uring` on Linux! Join @bravit from Jet Brains for this essential talk.
Watch video ➡️ https://youtu.be/PBV_AZPbhq4
Master I/O in Rust! 🔄 🖥️ @bravit, Developer Advocate at Jet Brains, will guide you through the details of I/O in #rustlang at #eurorust24. 🦀 Welcome aboard, Vitaly Bragilevsky!
➡️ Full schedule and tickets: https://eurorust.eu
@rafaelldi @khalidabuhakmeh @maartenballiauw Khalid has a library of all the memes with his face image inserted.
@maartenballiauw @khalidabuhakmeh I heard that you have a good beer in Copenhagen. That should help!
@maartenballiauw @khalidabuhakmeh It's not necessary anymore
I’ll be on a #Livestream today with Let’s Get Rusty’s Bogdan and @bravit talking about #RustRover and some big #rustlang community news. Come hang out, and let's talk about Rust.
🙏 Boosts are appreciated.
https://www.youtube.com/live/UmAWPUGYeL0?si=-dfOUQ9BGj6sSobC
@khalidabuhakmeh Using that stuff in the video has nothing to do with my answers!
They usually lie when they promise practical examples, right? I don’t! I give examples from the real sources, including Ruff, Deno, Bevy Engine, Tauri, Clippy, redis-rs, Meilisearch, and Bloop.AI!
The third part concerns lesser-known #rustlang iterator functionality and practical examples. Where do we get our iterators? How do we build iterators with successors and from_fn? What’s zipping and chaining? What’s by_ref? How to debug iterators?
The second part answers several questions. How to deal with memory ownership? How to structure code to avoid long unreadable iterator chains and deep nesting? How to store iterators as variables and struct members? How to squeeze performance?
This is a short thread about my blog post series, “Rust Iterators Beyond the Basics,” published in the RustRover blog. Most teaching materials don’t cover the whole picture, focusing on “getting the job done” instead. I tried to do it differently.
I introduce the iterator concept in the first part by presenting the triad of iterator traits, iterator adapters, and structs. I explain the origins (Liskov’s CLU!) and the reasoning behind the idea (we get declarativity, generality, and uniformity).
Cool #rustlang post about iterators by @bravit
https://blog.jetbrains.com/rust/2024/03/12/rust-iterators-beyond-the-basics-part-i-building-blocks/
@khalidabuhakmeh @yopox But this "Learn Rust" course is there forever! We even had a promo campaign a year ago with crossposting and all that. It's kind of awkward to promote the same content without updating it.
I had a nice discussion recently about learning programming languages: https://www.youtube.com/watch?v=ZIsCFYYhWos
New blog post: Code review in the Rust compiler
https://nnethercote.github.io/2024/03/05/code-review-in-the-rust-compiler.html