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

Ian bradburyExplain Rust like I'm five
I see the term RUST here and there and I nod internally to myself that I know it's a development language or something. But I really don't know anything about RUST.

mnivoliezGetting started with Rust: Presentation and installation
Originally posted on my blog. Hello, today we are going to talk about Rust. "You are speaking about...
Tom HouléFixing a silent logger with OSÂ debugging tools
How we debugged a silent logger problem in our production environment using Linux tracing tools.

DavidBoost your productivity with these command-line tools
In this article, I will demonstrate the command-line tools that I use most often. I can almost promis...

NiranjanaMinigrep : grep using Rust
grep (Global Regular Expression Print)is a command-line utility for searching plain-text data sets fo...

Yufan Lou(Ok) Tagless Final in Rust
Rust nightly has Higher-Kinded Type! 🔥 OMG I still don't know what use this has but damn it felt mag...

Yufan Lou(Maybe) Tagless Final in Rust
Why the biggest take away from Tagless Final has been the type class abstraction, I am kinda confused...

Yufan Lou(Not) Finally Tagless in Rust
Tagless Final is a style of programming derived first by Oleg Kiselyov to be used in ML for embedding...

jD91mZM2Comparing error handling in Java, Go and Rust.
Which one does it the best? Let's compare them and see!

Noel WelshScoring Ten-pin Bowling with Algebraic Data and Finite State Machines
I recently led a training session where we implemented the rules for scoring ten-pin bowling in Scala...

flipchanFixing Rust Dependencies Vulnerabilities
Rust is a new fun programming language trying to achieve the trifecta of security, stability and spee...

Yufan LouClojure and Rust are Duals
Clojure is the experiment of how much benefit one can get with immutable data types and unenforced pu...

WenheLIReduce overhead for data serialization between Wasm & JS (Help!)
I am trying to export Rust gif library to js runtime by using wasm to get a high-performance gif enco...

Yasuhiro Yamadateip: "Masking tape" for Shell is what we needed
How would you achieve partial modification of the file on the shell?

NEARNEAR Hackathon Invitation 6th to 13th of May
Following Ready Layer One, the most anticipated upcoming conference in the blockchain space with spea...

sasurau4Wrote a cli tool in Rust
I wrote a simple cli tool in rust, introduce it's usage, explain the motivation and describe the hard point of implementation