🦀 Just built a Multithreaded Web Server in Rust!
Implemented a custom thread pool, HTTP request handling, TCP networking, and graceful shutdown to better understand concurrency and systems programming.
🔗 Repo: https://t.co/X9l5gf8lpi
#Rust#RustLang#Backend#Concurrency
Demo Day 🚀
Pitched RepoDrill (My project) today.
Loved seeing what everyone has been building. The feedback and discussions made the experience even better.
RepoDrill is just getting started. A lot more to build before it's production-ready. ⚡
#BuildInPublic#Rust@_HerDAO
DAY 182/365 OF SCRIBBLING RUST
🦀
DAY 3/7 OF
@WeMakeDevs
' The HangOver PART AI Hackathon with
@cognee_
Project Link: https://t.co/4Ha6cwbrr7
Let me ask you a question: 🧵👇🏼
DAY 174/365 OF SCRIBBLING RUST
🦀
X says I'm a bot and my posts keep going to draft but it's cool.
I spent most of this day looking at the architecture and structure for a good trading bot —the irony!!!.
Done for the day :-)
🦀
Today is the day!
Rust School 🦀 Cohort 02 - the best cohort yet - will start in 1 Hour!
We are honored to have @me256ow + @0xAriessa_ as hosts + @Ijay_js as Cohort facilitator
We are using Meowy’s ‘Zero to Rust materials as the base of the curriculum - it will be epic 🔥
🦀 Rust School Cohort 02 starts tomorrow!
We’re excited to welcome the next generation of Rust builders in partnership with Rust School Philippines 🇵🇭 and @DavaoDefi
Whether you’re completely new to Rust or beginning your developer journey, this cohort is designed to help you learn, build, and grow alongside a global community.
→ Beginner-friendly
→ Global community
→ Hands-on learning
→ Real connections
See you tomorrow
Tried everything but still failed test cases 😭😭 spent more than 2 hours on a single problem @codecraftersio
If anyone can help pleasehttps://github.com/tushar434434/codecrafters-shell-rust
DAY 170/365 OF SCRIBBLING RUST
🦀
Say you have installed and had your 'pkgtrace' globally available, and you run any command for the first time, this is what happens:
It creates a folder at ~/.config/pkgtrace
Currently, there are four files in this folder 👇🏼
🦀
Most of you are familiar with Cow in Rust if you truly know it, trust me, you’re deep into Rust 🦀
Cow = Clone on Write — it borrows by default, only clones when you actually mutate. Zero-cost if you never touch it.
→ Your function might modify data but usually doesn’t
→ You want one return type for both &str and String
I'll spend most of today doing this.
The project is quite straightforward but the problem will be keeping track of package dependencies as it evolves.
We make it open-source (of course) and sure y'all will join hands in maintaining it 👀
VidSpeed speeds up OR slows down your video AND removes sound.
Run:
cd ~ && git clone https://t.co/d1hqFrjUrN && [install ffmpeg] && cd vidspeed && cargo b --release && cp target/release/vidspeed $PREFIX/bin/ && vidspeed <input(dot)ext> -o <output(dot)ext> -s <speed>
🦀