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

Demola MalomoCreate a GraphQL-powered project management endpoint in Rust and MongoDB - Rocket version
This post will discuss building a project management application with Rust using the Async-graphql library and MongoDB.

SoYounJeongSubstrate Pallet Code Analysis: Sudo
Overview In substrate-based chain, there is a god-like account who can call a privileged...

IvanInfrastructure from code - not 'as', but 'from'
In the early days of Facebook (back when it was still called thefacebook.com), Mark Zuckerberg hosted...

Antonov MikeA hundred ways to say “Hello!”
Intro Today I will try to show you on several examples how to organize several projects in...

Demola MalomoCreate a GraphQL-powered project management endpoint in Rust and MongoDB - Actix web version
This post will discuss building a project management application with Rust using the Async-graphql library and MongoDB.

Omar HiariSTM32F4 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement
This blog post is the fifth of a multi-part series of posts where I explore various peripherals in...

565.ee10R polkadot substrate : Use maps for storing values
• introduce • Initialize a mapping • Identifying the contract caller • Using the contract caller •...

NathanHow to Contribute to a Open-Source Rust Project as Beginner
Rust has become a popular programming language and, according to Stack Overflow, has been the most...

Basti OrtizDipping Toes into Unsafe Code
In this article, we implement a safe implementation of a direct-address table using unsafe code in Rust. In doing so, we explore the mindset and thought processes involved when upholding safety.

Praveen ChaudharyScheduling Async Tasks made easy with Actix Cron.
Cron is simply a scheduling daemon that executes the task at a specified interval. We usually use...

greenhandatsjtuA Tutorial on How to Integrate Casbin with Poem Web Services
Introduction Casbin-rs is an authorization library that supports access control models...

Ilori JoshuaCarbon successor for c++
Carbon by Google is said to be the successor to c++ C++ upgrading have been in play since but too...

Antonov MikeMove data out of closure
Finally solved this issue! Entry works, I can type some text with application buttons. This is in...

Tobie Morgan HitchcockBuilding the database of tomorrow
WE ARE LIVE!!! After years of building cloud-based SaaS systems, with realtime APIs, complicated...

Gabriel GrubbaAs facilidades de criar um programa de linha de comando com Rust
Por onde começar ? Tudo que falarei nesse post está nesse link do github, se quiser...

Carlos Armando Marcano VargasGetting Started with Axum | Rust
I'm a newbie in Rust and I was looking for a web framework to use and build a server or an API, and I...