DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.
cauhlins# Creating a Token Faucet on Stellar: A Beginner's Tutorial 🚰💧
Welcome, future Stellar developers! Today, we're going to embark on an exciting journey to create a...

Rohit GhumareMost trusted terminal tools for developers
I recently came across this tweet post on Twitter/X that inspired me to write this discussion. As a...

Kim Seon WooI've created command line based todo manager using Rust
As a big fan of Alfred, I am interested in transitioning all of my work from using the mouse to using...

Richard ZampieriExploring Rust in a Professional Setting: A C++ Engineer’s Perspective
With over 23 years of experience as a C++ engineer, I’ve seen a lot of programming languages and...

Francesco CiullaTutorials are great! But something is missing...
Tutorials are great. They provide insights and help us learn new concepts. But without practical...

Francesco CiullaGetting familiar with Rust's Syntax
So, you've decided to learn Rust. Good choice! Rust is an awesome language that combines the power...

Alexey TiminHow to Keep a History of MQTT Data With Rust
The MQTT protocol is an easy way to connect different data sources to applications. This makes it...
LabbyBuilding a Single-Threaded Web Server | Rust Programming
In this lab, we will be building a single-threaded web server that uses the HTTP and TCP protocols to handle client requests and provide responses.

Jérémie DrouetBuild metrics and budgets with git-metrics
How to monitor some metrics directly from your CI, store them in git and add some budget boundaries.

Andrew BettsBuild "For you" recommendations using AI on Fastly!
Forget the hype; where is AI delivering real value? Let's use edge computing to harness the power of...

Rodney LabGodot Rust gdext: GDExtension Rust Game Dev Bindings
Godot Rust gdext 🤖 using Godot 4 Rust bindings via the the gdext crate for adding 🦀 Rust GDExtension shared libraries to your Godot game.

Francesco CiullaControlling How Tests Are Run
Like cargo run compiles and runs your code, cargo test compiles your code in test mode and then runs...

Julian MartinezBuilding dApps on Stellar
This is part of a series of livestreams designed to help the community participate in the Build...
Demola MalomoRust Workspaces: A guide to managing your code better
A common paradigm in most programming languages is the use of files, modules, folders, and packages...

RaeisiFind Window Handle (HWND) using Rust
In this paper, I will explain how to find a specific handle (HWND) for an application running on...

Francesco Ciulla3 Common Mistakes Beginners Make When Learning Rust
In 2024, the Stack Overflow Developer Survey voted Rust the most admired language. Rust's unique...