DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Ivy PuckettMy favorite feature in Rust
I use C# in production. It's a great language. It has implemented a lot of really powerful features l...

Anuj KapoorSentiment Analyzer using SSVM
Recently I came across SSVM and WebAssembly on the server-side. It is a new way of development with e...

Nicky MeulemanRust: tuple vs array
Tuples group values with a variety of types. Arrays group values of a single type. They both have a f...

NivethanA Web App in Rust - 11 User Profiles
*** This should be part 11, not sure why it got re-ordered to the first. Ah, it got re-ordered becaus...

Axel NavarroRSLint - A extremely fast JavaScript linter
ESLint is a de facto solution for linting JavaScript code. Also, C is the first thing that comes to o...

R4yanstegbrute - Fast Steganography brute-force tool
stegbrute - stands for steganography and bruteforce is a fast and simple steganography brute-force to...

WafelackWhy i created a package and project manager for C lang
A few months ago, I was wondering why we hoard Makefiles and why it is so painful to use an external...

AtomzwiebackGolang or Rust, that is the question.
Hey, devs around the world, I set the goal of learning Golang about a year ago. But then the Stack...

Nicky MeulemanRust syntax: what the questionmark?
In Rust code, what does that questionmark mean?

Jordan GregorySvelte + Rust WASM = ❤️
A new template for setting up a WASM app with Svelte

YJDoc2Making a Simple Calculator in Rust
Recently I came across lalrpop, a lexer-parser-generator in Rust. I had previously used flex-bison pa...

ImaculateThat's so Rusty! Fearless concurrency
A concurrent program is one which multitasks (or appears to be), that is two or more tasks run in...

Lane WagnerRunning Rust in the Browser with Web Assembly
The post Running Rust in the Browser with Web Assembly first appeared on Qvault. I’ve recently...

Sven Kanoldt🎉 🚀 🍺 New release of Terminal Recorder - t-rec
Blazingly fast terminal recorder that generates animated gif images for the web written in rust

Marco Ieni📽 2 videos about rust code coverage in VSCode
Useless personal stuff It's several years now that I feel the need to share what I learn...

Steve PrydeRust String vs &str
"Why does Rust have different types of Strings? Why not just one String type?" I have seen these que...