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

Demola MalomoExploring Yew, the rust-based frontend framework as a Vue Developer
Learn how to build a web application using open API data from DummyJSON and Yew as a Vue developer.

Omar HiariSTM32F4 Embedded Rust at the HAL: SPI with the MAX7219 LED Dot Matrix
Introduction This blog post is the start of a new series where I explore the creation of...

Meditating SlothSolana Program Snippets
I've compiled a list of Solana program snippets that I thought could be useful for any project. These...

Rodrigo SantiagoImplementing the Display Trait on a Generic Array using Newtype Pattern
Edit: In the original post I said that the PartialEq trait bound was required in the generic Display...

OscarDOMFaster and colourful Command-Line tools 🌈⚡
Tired of boring plain outputs when running commands in your Command-Line? And want to get better performance numbers?

ThousandthStarRust devlog: Part 1
Hello readers! Welcome to the week 1 devlog of my multiplayer game using Rust and the Bevy game...

NathanCherrybomb for OWASP Conference 😁 🥳
API Security Testing into your CI Pipeline Right now, your web app is most likely...

Mirek SedzinskiLearning Rust - Merkle Tree
Recently, in my spare time, I've started to learn Rust and as an exercise I've decided to implement a...

Eakamrost_gen - A simple static site generator
This is a project that I created as part of my course in open-source development. rost_gen is a basic...

Roman RightAnnouncing AnnaDB - next-gen NoSQL database
I'm excited to introduce AnnaDB - the next-generation developer-first NoSQL data store. I work with...

Hunter JohnsonRust vs C++: an in-depth language comparison
Rust versus C++ is a recent trending topic for developers. There are many similarities between Rust...

Ervin SzilagyiBuilding Super Slim Containerized Lambdas on AWS
Motivation AWS Lambda functions should be fast, slim and they should do one thing. At...

Rodrigo SantiagoHow to Use Rust Traits, Generics and Bounds
Every time I am developing the question I am always asking myself is "is this code idiomatic,...

VuWriting a smart contract with CosmWasm (Part 4)
Introduction Continue with my series, we will perform query. The query is an action in...

Posandu Creating a todo CLI with Rust 🔥
Hey! in this article, we'll build a to-do CLI application with Rust. Local JSON files are used to...

Omar HiariSTM32F4 Embedded Rust at the HAL: DMA Controllers
Introduction To be honest, this was not a post I was planning on at first. However, I was...