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

# Creating a Token Faucet on Stellar: A Beginner's Tutorial 🚰💧
blockchain2024-08-11
cauhlinscauhlins

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

Most trusted terminal tools for developers
terminal2024-08-11
Rohit GhumareRohit Ghumare

Most trusted terminal tools for developers

I recently came across this tweet post on Twitter/X that inspired me to write this discussion. As a...

I've created command line based todo manager using Rust
cli2024-08-10
Kim Seon WooKim Seon Woo

I'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...

Exploring Rust in a Professional Setting: A C++ Engineer’s Perspective
rust2024-08-07
Richard ZampieriRichard Zampieri

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

Tutorials are great! But something is missing...
programming2024-08-08
Francesco CiullaFrancesco Ciulla

Tutorials are great! But something is missing...

Tutorials are great. They provide insights and help us learn new concepts. But without practical...

Getting familiar with Rust's Syntax
programming2024-07-31
Francesco CiullaFrancesco Ciulla

Getting familiar with Rust's Syntax

So, you've decided to learn Rust. Good choice! Rust is an awesome language that combines the power...

How to Keep a History of MQTT Data With Rust
rust2024-08-09
Alexey TiminAlexey Timin

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

Building a Single-Threaded Web Server | Rust Programming
labex2024-08-09
LabbyLabby

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

Build metrics and budgets with git-metrics
git2024-08-07
Jérémie DrouetJérémie Drouet

Build metrics and budgets with git-metrics

How to monitor some metrics directly from your CI, store them in git and add some budget boundaries.

Build "For you" recommendations using AI on Fastly!
ai2024-08-07
Andrew BettsAndrew Betts

Build "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...

Godot Rust gdext: GDExtension Rust Game Dev Bindings
gamedev2024-08-07
Rodney LabRodney Lab

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

Controlling How Tests Are Run
programming2024-08-06
Francesco CiullaFrancesco Ciulla

Controlling How Tests Are Run

Like cargo run compiles and runs your code, cargo test compiles your code in test mode and then runs...

Building dApps on Stellar
stellarchallenge2024-08-02
Julian MartinezJulian Martinez

Building dApps on Stellar

This is part of a series of livestreams designed to help the community participate in the Build...

Rust Workspaces: A guide to managing your code better
rust2024-08-06
Demola MalomoDemola Malomo

Rust Workspaces: A guide to managing your code better

A common paradigm in most programming languages is the use of files, modules, folders, and packages...

Find Window Handle (HWND) using Rust
rust2024-08-06
RaeisiRaeisi

Find Window Handle (HWND) using Rust

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

3 Common Mistakes Beginners Make When Learning Rust
programming2024-08-04
Francesco CiullaFrancesco Ciulla

3 Common Mistakes Beginners Make When Learning Rust

In 2024, the Stack Overflow Developer Survey voted Rust the most admired language. Rust's unique...