Don't get me wrong, the learning curve is real!
However Python devs have a head start — you already think in types, you already care about elegance + clean code.
Which tip would've helped you most? Or any other ones?
#Python #Rust #LearnRust #PythonTips #SoftwareDevelopment
The full agenda is now on our website 🔥
👉 Visit www.rustikon.dev/agenda for all the details!
Don't have your ticket yet? Grab it here: www.rustikon.dev/tickets
We can't wait to see you in Warsaw this March!
#rustikon #rustlang #rustprogramming #learnrust
/2026 checklist: gentle, intentional, consistent.
fn main() {
let checklist_2026 = [
"Self-love",
"Self-care",
"Forgiveness",
"Gratitude",
"Clear-priorities"
];
println!("2026 checklist: {checklist_2026:?}");
}
#rustlang #buildinpublic #learnrust
In JavaScript: console.log()
In Rust: dbg!() 🦀
Same curiosity. More safety.
#buildinpublic #rust #rustlang #learnrust #devtools #javascript #coder
Rust is a good alternative to c/c++ in many domains. While it is not killing c/c++ , it is widely preferred in new projects due to its high safety, memory optimization, high performance.🦀
#rust #learnrust
Today is an very special day for us.
After a lot of hard work and failed attempts, we got our 1st paying customer 🥳
This is EVERYTHING to us and we're buzzing to see the hard work and evolving with 100+ devs feedback, pay off!
#buildinpublic #rustlang #learnrust #devtools
Very big day for us :)
First paying customer, many to come
#buildinpublic #rustlang #learnrust
🦀 Rust Tip:
If you’ve been curious about diving deeper, this month is your moment.
📘 All Rust bundles are 40% off this month.
Learn to build confidently with Rust & let the compiler work for you.
🛒: ardanlabs.com/blackfriday
#rustlang #learnRust #BlackFridayDeals #developerlife
medium.com/@simon.swart...
Started learning Rust - will be posting updates on Medium. If you aren't a medium member, and want to read the article, just send me a message and I'll get it to you.
#Rust #RustLang #LearnRust #BorrowChecker #CodeOwnership #MemorySafety #SystemsProgramming #BackendDev
Stop memorizing Rust
Start reasoning in it
🦀👇 rust-skill.com
Daily challenges that test your logic, not only syntax
#rustlang #learnrust #devtools #buildinpublic
Most Rust learners stop at ‘it compiles.’
Senior devs explain why it works.
🦀 RustSkill forces you to do that.
Take the challenge → rust-skill.com
#rustlang #learnrust #devtools #buildinpublic
🚨Tomorrow!
Still using unwrap() in your Rust code? Let’s fix that.
Join @nathanstocks.bsky.social for a FREE live webinar and learn to stop panicking, literally. 🦀
🧠 Mastering Error Handling in Rust
📅 Nov 5 | 12pm EST
🎟️ www.eventbrite.com/e/mastering-...
#Rust #RustLang #Webinar #LearnRust
We've spent the whole week revamping our entire UX/UI
Landing + challenge page, ready for launch
Any feedback is appreciated!
#buildinpublic #learnrust #rustlang
Closed beta finished! 🦀
> 100 developers invited
> 75% participated
> 45% completed feedback
> 10% signups (expected, as the CTA was feedback)
Very grateful. We've worked hard on the feedback.
📢 LAUNCHING MVP TOMORROW MORNING! 🥳
#rustlang #buildinpublic #learnrust
"Stop gninnipS My sdroW!"
Any idea how you would implement spinning words in a scentence like this? Could you also do it in Rust?
Find out how to do it here: youtu.be/PiWbY9KzQw8
Or tell me how you would do it in the YT comments!
#Coding #RustLang #Programming #CodingChallenge #LearnRust
AIMindUpdate News!
Just starting with Rust? Avoid these common mistakes & boost your learning! Stay up-to-date and learn the native Rust way. #RustBeginner #RustProgramming #LearnRust
Click here↓↓↓
aimindupdate.com/2025/06/06/r...
Day 42 of learning Rust as a C# dev:
Rust didn’t just teach me a new language; it taught me to think differently.
Ownership, safety, simplicity... and some hard compiler love.
Final reflections here:
woodruff.dev/final-reflec...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs
Day 41 of learning Rust as a C# dev:
I finally ran the performance tests.
Rust starts faster, uses less memory, and feels... sharp.
It doesn’t just run. It flies.
Here’s what I found:
woodruff.dev/performance-...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs
Day 40 of learning Rust as a C# dev:
Packaging and releasing a CLI tool with Cargo is way easier than I expected.
One config file. One command. Done.
Here’s how it works:
woodruff.dev/packaging-an...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs
Day 39 of learning Rust as a C# dev:
Writing tests in Rust is simple, fast, and built right in.
No frameworks, no fluff, just #[test] and cargo test.
Here’s how it compares to .NET:
woodruff.dev/writing-test...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs
I'm creating a #RustLang tutorial, and I asked #ChatGPT and #Gemini which should come first: functions or math.
Gemini says functions should come before math. ChatGPT says the opposite. So I went to Grok to break the tie: "For a Rust tutorial, teach functions first."
Agree?
#LearnRust #GeminiAI
Day 38 of learning Rust as a C# dev:
Reading, writing, and creating files and directories. Rust lends a sense of cleanliness and deliberation.
No magic, just std::fs, ?, and a lot of compiler support.
Here’s what I learned:
woodruff.dev/working-with...
#RustLang #CSharp #DotNet #LearnRust
Day 37 of learning Rust as a C# dev:
Parsing CLI arguments with clap is clean, fast, and surprisingly fun.
Add a little match, sprinkle in some ?, and boom, real logic.
Here’s what I built:
woodruff.dev/parsing-argu...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs
Day 36 of learning Rust as a C# dev:
I built my first CLI app in Rust!
Used clap, wrangled modules, and finally saw it all click together.
It was fast, clean, and honestly? Kinda fun.
Here’s the story:
woodruff.dev/building-a-c...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs
Week 5 of learning Rust as a C# dev is done.
Traits blew my mind. Lifetimes melted it.
It was powerful, painful, and pretty awesome once it all started to click.
Here’s the recap:
woodruff.dev/week-5-refle...
#RustLang #CSharp #DotNet #LearnRust #RustForCSharpDevs