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

Ian NdedaSelf-Aligning Satellite Dish in Rust: Pan Application
In this part we'll implement the relays we tested in the previous example in the project. ...

Ian NdedaSelf-Aligning Satellite Dish in Rust: Pan Example
Open the examples file, create a relays.rs file, and copy the last iteration of the project code....

Ian NdedaSelf-Aligning Satellite Dish in Rust: Pan Motor
To pan the PTZ kit through 360°, one could simply use a servo motor that spans 360°. In that case,...

Ian NdedaSelf-Aligning Satellite Dish in Rust: Servo Application
The tilt motion of our PTZ kit will be controlled by PWM. We shall discuss the mechanics of the pan...

Ian NdedaSelf-Aligning Satellite Dish in Rust: Servo
We'll use servo motors, specifically the SG90, to actuate our PTZ kit. Servo motors are driven by...

TheoForgerMy First Publish to crates.io (and cross compilation)
Finally, the time has come! This week we were tasked to release our code on GitHub and publish to a...

TrailBaseTrailBase: Fast & Open FireBase Alternative
TrailBase is a fast, single-file, open-source application server with type-safe APIs, built-in...

RealACJoshuaRunning Your First Solana Project with Anchor
In this post, we’ll continue from where we left off in the last guide Setting Up Local Solana...

Thiago Massari Guedessgrep 1.0 released
Have you ever wanted to see the top line when running: ❯ ps -ef | grep bash 501 56821 56820 0...

RealACJoshuaSetting Up Local Solana Environment
Hello and welcome! In this guide, we'll explore how to set up a development environment for Solana....

Tyler GreenAn interpreter inside an interpreter
A few months into development, I decided my north star for Memphis would be to run a Flask server...

Amir MullagalievOpen-Source Development is Amazing!
Table of Contents Introduction First Bad Issue How I tried to fix it? Help Each...

PRANTA DuttaZero-Cost Abstractions in Rust: Asynchronous Programming Without Breaking a Sweat
Imagine you're an efficiency-obsessed chef. You want to cook dinner for 20 guests, but you’ve only...

Prashant SharmaHow to Iterate Over a String in Rust
In Rust, strings (String and &str) are UTF-8 encoded, which means characters can be multiple...

Ian NdedaSelf-Aligning Satellite Dish in Rust: Compass Application
In the previous part we were able to receive raw magnetometer data from the HMC5833L module and...

Ian NdedaSelf-Aligning Dish in Rust: GPS Example
In this part of the series we'll receive raw data from the Neo-6M GPS module and process it to give...