Rust news: Dropbox adopts Rust for the core of their product
Source: https://dropbox.tech/infrastructure/rewriting-the-heart-of-our-sync-engine
Source: https://dropbox.tech/infrastructure/rewriting-the-heart-of-our-sync-engine
R-Evolution: A Story of Rust Adoption: https://youtu.be/qCB19DRw_60
Rust playlist: https://www.youtube.com/watch?v=UP4jfJIgPMc&list=PLLXSvz_XUmmxkcjQi78YvS8EnnJNL9RbZ
This is a response video regarding a question of whether we can define Rust traits in the global scope.
Rust playlist: https://www.youtube.com/watch?v=UVEglB_n9aU&list=PLLXSvz_XUmmxkcjQi78YvS8EnnJNL9RbZ
This is a follow up video regarding this video https://youtu.be/w2BKKfcNvMc
I am providing some feedback regarding multi-threaded programming in general, and some elaboration on the Rust vs C++ mutex implementations, to the feedback I received.
In this video, I am comparing the Rust mutex to the C++ mutex, and explaining why the Rust mutex implementation is alot safer than the C++ mutex.
Check the Rust playlist here: https://www.youtube.com/watch?v=UVEglB_n9aU&list=PLLXSvz_XUmmxkcjQi78YvS8EnnJNL9RbZ
In this video, I am showing how the ownership memory model that Rust uses, can protect us from data invalidation (data corruption) errors.
In this video, I am sharing some very interesting information regarding the Rust traits.
Rust traits are very powerful and we will see how we can harness their power to our advantage.