
Rust for JavaScript Developers
@rustforjsdev
A practical Rust course by @chatsidhartha, especially for JavaScript developers. Preorders open!
내가 좋아할 만한 콘텐츠
Rustを始めるなら必ずこれを買いたいとずっと思っている。いつになるかはわからないけど😅 rustforjs.dev @rustforjsdev
Hey you should buy my book: amazon.com/Rust-Atomics-L…
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!
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.
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: 📦 crates.io support 🦀 @rust_analyzer autocomplete 💡 code actions 💅 auto-formatting codesandbox.io/blog/announcin…
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!
🦀 It's "Rust", not "RUST".
A lot of folks have wanted to check out a sample lesson in @rustforjsdev Here's the lesson on Lifetimes in Rust! app.rust-for-js.dev/posts/12-lifet…
Considering making a lesson in @rustforjsdev public so folks can get a taste of it, which one?
In Rust, it is possible to force-ably allocate values on the heap using the Box type, here is an example of an i32 value allocated on the heap. age is now a pointer to a heap allocated i32.

Rust lets you iterate through something iterable using an Iterator. Here's an example of filtering an array for even numbers. We create an Iterator from our array using into_iter in this case, a version of iter that moves ownership of each value into our closure.

I'm quite happy with how search turned out for @rustforjsdev It's fully accessible, works with Command+K as well and is fast as hell Shipping this to production now
🦀📔 What would you want to see in a book titled "Rust for C and C++ programmers"?
Just preordered Rust for JavaScript Developers by @chatsidhartha and I'm excited to start learning 🦀 rustforjs.dev via @rustforjsdev
In Rust, Option<Box<T>> uses the same memory layout as Box<T>, e.g. Option takes no space. The Rust compiler knows that pointers cannot be null, so uses the null bit pattern to encode None.
When someone asks if Rust powers production software
Today we are excited to talk about Pingora, a new HTTP proxy we’ve built in-house using Rust that serves over 1 trillion requests a day, boosts our performance, and enables many new features for Cloudflare customers. Read all the details: cfl.re/3qHoIb3
United States 트렌드
- 1. Flacco 77.8K posts
- 2. Bengals 76K posts
- 3. Bengals 76K posts
- 4. Tomlin 20.5K posts
- 5. Ramsey 17.9K posts
- 6. Chase 104K posts
- 7. Chase 104K posts
- 8. #WhoDey 6,425 posts
- 9. #TNFonPrime 5,379 posts
- 10. Teryl Austin 2,573 posts
- 11. #HereWeGo 10.3K posts
- 12. #PITvsCIN 6,805 posts
- 13. Cuomo 75.5K posts
- 14. Andrew Berry 2,993 posts
- 15. Max Scherzer 13.4K posts
- 16. #criticalrolespoilers 5,486 posts
- 17. Burrow 9,162 posts
- 18. DK Metcalf 3,845 posts
- 19. Zac Taylor 2,465 posts
- 20. Ace Frehley 90.5K posts
내가 좋아할 만한 콘텐츠
-
Effect | TypeScript at Scale
@EffectTS_ -
Paco
@pacocoursey -
Jared Palmer
@jaredpalmer -
Rust Foundation
@rust_foundation -
TANSTACK
@tan_stack -
Linear
@linear -
Bun
@bunjavascript -
Tim
@timneutkens -
Shu
@shuding_ -
Lydia Hallie ✨
@lydiahallie -
Tobias Koppers
@wSokra -
fks
@FredKSchott -
Zig
@ziglang -
Sam Selikoff
@samselikoff -
Jason Miller 🦊⚛
@_developit
Something went wrong.
Something went wrong.