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

Software Testing in Rust for Developers
rust2023-09-23
talenttalent

Software Testing in Rust for Developers

Introduction In this guide, we will learn what tests are and how to write and run them in...

ESP Embedded Rust: Multithreading with FreeRTOS Bindings
rust2023-09-22
Omar HiariOmar Hiari

ESP Embedded Rust: Multithreading with FreeRTOS Bindings

Introduction In the Rust ESP std ecosystem, different levels of abstraction allow for...

Writing Rust bindings for Node.js with Neon
rust2023-09-21
Matt AngelosantoMatt Angelosanto

Writing Rust bindings for Node.js with Neon

Written by Oduah Chigozie✏️ While Node.js is a powerful JavaScript runtime environment, it has its...

Managing Application Config in Rust
rust2023-09-18
MilesMiles

Managing Application Config in Rust

One of the tenets of a Twelve-Factor app is to store application configs in the environment the...

starting overview of my new project animal_game
rust2023-09-21
dexterdexter

starting overview of my new project animal_game

The goal is to create an ecosystem simulator similar to Rainworld. Maybe turned into a game if I get...

Rust Tutorial 2: Let's make a Guessing Game!
programming2023-09-21
Khair AlanamKhair Alanam

Rust Tutorial 2: Let's make a Guessing Game!

Reading time: 20 minutes Welcome back to the Rust Tutorial series! In this tutorial, I will be...

Exploring Modding Systems: A Journey With Lua and Rust
lua2023-09-19
KaiKai

Exploring Modding Systems: A Journey With Lua and Rust

Making a cargo project and integrating Lua Let’s embark on this journey by creating a new...

You’re in Good Company with OSS: CrabNebula and Impierce Technologies
opensource2023-09-18
CrabNebulaCrabNebula

You’re in Good Company with OSS: CrabNebula and Impierce Technologies

There are so many great reasons for loving open source software (OSS). Some people love being valued...

Rust & MySQL: executing MySQL stored procedures which return multiple result sets using crate sqlx.
rust2023-09-17
Be Hai NguyenBe Hai Nguyen

Rust & MySQL: executing MySQL stored procedures which return multiple result sets using crate sqlx.

MySQL stored procedures can return multiple result sets. In this post, we’re looking at calling such...

Learning Rust 🦀: 14 - Option Enum: An Enum and Pattern matching use case
learning2023-09-15
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 14 - Option Enum: An Enum and Pattern matching use case

We will finish off our Enum and pattern matching discussion that was started here by a case study on...

Introduction to graphs - BFS algorithm
algorithms2023-09-14
wrongbytewrongbyte

Introduction to graphs - BFS algorithm

Imagine we have a game in which the characters can move in a 2D grid, just like the image...

Rust Tutorial 1: Writing Hello World
programming2023-09-14
Khair AlanamKhair Alanam

Rust Tutorial 1: Writing Hello World

Reading time: 3 minutes Hey everyone! Recently I started learning the Rust programming language for...

Building a PinePhone App With React and Tauri
rust2023-09-14
Ed RutherfordEd Rutherford

Building a PinePhone App With React and Tauri

Ed Rutherford /...

Why Rust Is the Optimal Choice for Deep Learning, and How to Start Your Journey with the Burn Deep Learning Framework
deeplearning2023-09-07
Louis Fortier-DuboisLouis Fortier-Dubois

Why Rust Is the Optimal Choice for Deep Learning, and How to Start Your Journey with the Burn Deep Learning Framework

The comprehensive, open-source deep learning framework in Rust, Burn, has recently undergone...

Rust & MySQL: delete, insert data using crate sqlx.
rust2023-09-13
Be Hai NguyenBe Hai Nguyen

Rust & MySQL: delete, insert data using crate sqlx.

We'll look at: how to delete data from and insert data into MySQL tables using crate sqlx. This post...

Rust & MySQL: connect, execute SQL statements and stored procs using crate sqlx.
rust2023-09-12
Be Hai NguyenBe Hai Nguyen

Rust & MySQL: connect, execute SQL statements and stored procs using crate sqlx.

We'll discuss: ⓵ how to connect to a MySQL server, ⓶ run queries to select some data and display...