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

4-Step Primer on Navigating Embedded Rust HAL Documentation
rust2022-11-14
Omar HiariOmar Hiari

4-Step Primer on Navigating Embedded Rust HAL Documentation

The Problem 😱 Starting out with embedded Rust, I found that reading embedded HAL...

Five simple steps to use any Arduino C++ library in a Rust project 🦀
rust2022-11-13
Konstantin GrechishchevKonstantin Grechishchev

Five simple steps to use any Arduino C++ library in a Rust project 🦀

Arduino helps circuit developers to build electronic projects and is, perhaps, the most used...

Generic MongoDB function in Rust
rust2022-11-13
Jorge CastroJorge Castro

Generic MongoDB function in Rust

Hello guys!. As an Android Developer 🤖❤️, I find myself learning Rust and it seems more and more...

3 things you have to get used to when learning Rust
rust2022-11-10
Mathijs VogelzangMathijs Vogelzang

3 things you have to get used to when learning Rust

I've been using Rust for over half a year now. It's an amazing technology. Nevertheless, there are...

What's new in SeaQuery 0.27.0
rust2022-11-10
SeaQLSeaQL

What's new in SeaQuery 0.27.0

🎉 We are pleased to release SeaQuery 0.27.0! Here are some feature highlights 🌟: Dependency...

ML in Rust: smartcore
rust2022-11-09
Lorenzo (Mec-iS)Lorenzo (Mec-iS)

ML in Rust: smartcore

smart algorithms in Rust

Rust-04: More operators and loops
rust2022-11-09
NiclasNiclas

Rust-04: More operators and loops

In the last post we improved the simple program to be extendable with other operators. In this post...

Why Rust?
rust2022-11-08
Emil ErnerfeldtEmil Ernerfeldt

Why Rust?

Why we choose to use Rust

Why do we need configuration? Creating and handling configuration files in Rust 📝
rust2022-11-08
ZofiaZofia

Why do we need configuration? Creating and handling configuration files in Rust 📝

Configuration is nearly always a necessity when it comes to both public and private software. Just...

34 Must Know Terms for Embedded Rust Newbies
rust2022-11-07
Omar HiariOmar Hiari

34 Must Know Terms for Embedded Rust Newbies

When I first started out in embedded Rust and engaged with the community, I found myself in the midst...

Why Rust will replace C++ in the future
programming2022-11-09
RoyRoy

Why Rust will replace C++ in the future

The current state of C++ C++ has been around for a long time and it’s one of the most...

Get Started with Rust: Traits
rust2022-11-07
SerokellSerokell

Get Started with Rust: Traits

Get Started with Rust: Traits A trait is a basic language concept for defining shared...

The dream about avoiding API-Endpoints and API-Calls (is it worth it?)
rust2022-11-06
Gerrit WeiermannGerrit Weiermann

The dream about avoiding API-Endpoints and API-Calls (is it worth it?)

Hey guys, there's this idea stuck with me for a real long time. Imagine you build a small webapp and...

Certificate Parsing with `domain-recon`
rust2022-11-05
Ervin SzilagyiErvin Szilagyi

Certificate Parsing with `domain-recon`

What is Certificate Parsing? Certificate parsing is a way of conducting web hacking...

I cloned a simple VScode using Tauri and ReactJS
react2022-11-04
hudy9xhudy9x

I cloned a simple VScode using Tauri and ReactJS

Hi friends, it's hudy again Recently, i wrote a tutorial about how to build a notebook - desktop...

Adding formatter and linter to rost_gen
rust2022-11-05
EakamEakam

Adding formatter and linter to rost_gen

This week, I added a formatter and linter to rost_gen (a static site generator) to improve the...