@RuslanZavacky@chatsidhartha Hi there! I am. Things haven’t gotten according to plan but I’m finishing this and definitely going to ship before the end of the year.
@nerdess@chatsidhartha It’s fast, safer and compiles down to little binaries. It’s a tool like any other so not necessary the right one for every job but is for many.
@TheLarkInn@rustlang Given that any one of these fail, I’d do Vec<Result<Data>>
So you always return a collection of responses, whether Result or Error
Rust’s ownership rules
1. Every value in Rust must have a single owner
2. A value can have any number of immutable references
3. You can only create a single mutable reference to a value
4. If there’s a mutable reference to a value, you cannot have an immutable reference to it
Rust is re-defining Infrastructure engineering. We're seeing the foundations of our tools and services get refactored to it, from CLI to Cloud.
Very excited about resources like @rustforjsdev that make it more accessible to everyone!
I'm beyond excited to announce that CodeSandbox now has support for the most loved language... @rustlang!! 🦀🦀
Start a new Rust VM in 2 seconds, with:
📦 https://t.co/Qiz3no9h7d support
🦀 @rust_analyzer autocomplete
💡 code actions
💅 auto-formatting
https://t.co/P1fygJKdiL
It’s exciting how much of modern JavaScript tooling is adopting Rust!
There’s swc, turbopack, turborepo rewrite (nice work @vercel friends), the new parcel CSS compiler and now the new Tailwind compiler.
It’s great to see.
Whipped up a tiny abstraction to make it easier to run the Tailwind test suite against both our stable engine and the new Rust stuff... Couldn't resist the name 🏒🥅
Getting the finishing touches in on the Building an API server module.
We’re going to build an API that runs on @flydotio and persists answers to Postgres for quiz questions for the course.
Coming next week!
@BahlulHasanli@chatsidhartha Thank you for the feedback! You should check out the rest of the course if you enjoyed the language.
There will be video lessons indeed!