• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Self-Aligning Satellite Dish in Rust: Pan Application
rust2024-11-29
Ian NdedaIan Ndeda

Self-Aligning Satellite Dish in Rust: Pan Application

In this part we'll implement the relays we tested in the previous example in the project. ...

Self-Aligning Satellite Dish in Rust: Pan Example
rust2024-11-29
Ian NdedaIan Ndeda

Self-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....

Self-Aligning Satellite Dish in Rust: Pan Motor
rust2024-11-29
Ian NdedaIan Ndeda

Self-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,...

Self-Aligning Satellite Dish in Rust: Servo Application
rust2024-11-28
Ian NdedaIan Ndeda

Self-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...

Self-Aligning Satellite Dish in Rust: Servo
rust2024-11-28
Ian NdedaIan Ndeda

Self-Aligning Satellite Dish in Rust: Servo

We'll use servo motors, specifically the SG90, to actuate our PTZ kit. Servo motors are driven by...

My First Publish to crates.io (and cross compilation)
opensource2024-11-28
TheoForgerTheoForger

My 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...

TrailBase: Fast & Open FireBase Alternative
firebase2024-11-28
TrailBaseTrailBase

TrailBase: Fast & Open FireBase Alternative

TrailBase is a fast, single-file, open-source application server with type-safe APIs, built-in...

Running Your First Solana Project with Anchor
rust2024-11-27
RealACJoshuaRealACJoshua

Running 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...

sgrep 1.0 released
linux2024-11-27
Thiago Massari GuedesThiago Massari Guedes

sgrep 1.0 released

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

Setting Up Local Solana Environment
web32024-11-26
RealACJoshuaRealACJoshua

Setting Up Local Solana Environment

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

An interpreter inside an interpreter
rust2024-11-25
Tyler GreenTyler Green

An interpreter inside an interpreter

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

Open-Source Development is Amazing!
opensource2024-11-25
Amir MullagalievAmir Mullagaliev

Open-Source Development is Amazing!

Table of Contents Introduction First Bad Issue How I tried to fix it? Help Each...

Zero-Cost Abstractions in Rust: Asynchronous Programming Without Breaking a Sweat
rust2024-11-24
PRANTA DuttaPRANTA Dutta

Zero-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...

How to Iterate Over a String in Rust
rust2024-11-24
Prashant SharmaPrashant Sharma

How to Iterate Over a String in Rust

In Rust, strings (String and &str) are UTF-8 encoded, which means characters can be multiple...

Self-Aligning Satellite Dish in Rust: Compass Application
rust2024-11-24
Ian NdedaIan Ndeda

Self-Aligning Satellite Dish in Rust: Compass Application

In the previous part we were able to receive raw magnetometer data from the HMC5833L module and...

Self-Aligning Dish in Rust: GPS Example
rust2024-11-24
Ian NdedaIan Ndeda

Self-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...