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

Implementing Practical Byzantine Fault Tolerance
distributedsystems2023-10-05
Szymon GibałaSzymon Gibała

Implementing Practical Byzantine Fault Tolerance

Part 1: The Foundation Practical Byzantine Fault Tolerance is one of the seminal papers in...

Rust & MySQL: JSON serialisation of result sets retrieved using crate sqlx.
rust2023-10-05
Be Hai NguyenBe Hai Nguyen

Rust & MySQL: JSON serialisation of result sets retrieved using crate sqlx.

We run a MySQL stored procedure which returns a result set which has date columns. Using crates serde...

Beginner Guide To Memory Management In Rust: Ownership
rust2023-10-03
Confidence OkoghenunConfidence Okoghenun

Beginner Guide To Memory Management In Rust: Ownership

Learn how memory management works in Rust

📈 Boosting Developer Mojo: Why I Prefer Linux (NixOS), Terminal, and Modal Text Editors + LSP🚀
linux2023-10-03
IAmIllusionIAmIllusion

📈 Boosting Developer Mojo: Why I Prefer Linux (NixOS), Terminal, and Modal Text Editors + LSP🚀

Hey there, fellow developers! 🖥️ In today's tech-savvy world, we're constantly on the lookout for...

Learning Rust 🦀: 15 - How you can organize your Rust code with "Modules"
learning2023-10-01
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 15 - How you can organize your Rust code with "Modules"

In this article we will see how the Rust's Module system works and how we can group related code...

berg: um CLI para Codeberg
git2023-10-01
Yuri Ximenes MartinsYuri Ximenes Martins

berg: um CLI para Codeberg

Neste post apresentamos berg, um CLI para Codeberg similar ao gh para Github e glab para Gitlab

Taking an input and printing stuff in rust
rust2023-10-01
nikhilraojlnikhilraojl

Taking an input and printing stuff in rust

In python taking input from the user is as simple as using the built-in input function, assigning it...

IoT with Rust on ESP: Connecting WiFi
rust2023-09-29
Omar HiariOmar Hiari

IoT with Rust on ESP: Connecting WiFi

Introduction This post is the first in a new IoT series for using Rust on the ESP32. This...

Side by Side Series: Rust & Go - The Builder
go2023-09-27
Joshua Newell DiehlJoshua Newell Diehl

Side by Side Series: Rust & Go - The Builder

Welcome to the very first episode in my side-by-side series! Our work is to explore the unique...

Send the logs of your Shuttle-powered backend to Datadog
rust2023-09-29
Roberto HuertasRoberto Huertas

Send the logs of your Shuttle-powered backend to Datadog

Learn how to send logs to Datadog from your Shuttle powered backend. Some words about...

Rust Tutorial 3: Handling Errors and Other Concepts
rust2023-09-29
Khair AlanamKhair Alanam

Rust Tutorial 3: Handling Errors and Other Concepts

Reading time: 11 minutes Welcome to the Rust Tutorial 3! This will be a short tutorial and is a...

Unlocking the Power of Native Modules in JavaScript: An Introductory Guide
javascript2023-09-29
Daniel BollDaniel Boll

Unlocking the Power of Native Modules in JavaScript: An Introductory Guide

You may also read this blog post in my blog for a better experience Disclaimer ⚠️ The topic of...

Deprecated dispatchables removed from Polkadot SDK
web32023-09-28
Aaron BassettAaron Bassett

Deprecated dispatchables removed from Polkadot SDK

What’s happening? In December last year, a PR was opened to to deprecate Currency and...

Building a scheduler for a Rust application
buildinpublic2023-09-26
Aleh ZasypkinAleh Zasypkin

Building a scheduler for a Rust application

The original post was published on my blog on August 8, 2023, long before I realized it might be...

A Comprehensive OverView of Rust, How Rust can elevate your software development
rust2023-09-30
NEYAZ NAFIZNEYAZ NAFIZ

A Comprehensive OverView of Rust, How Rust can elevate your software development

Regarding modern programming languages, Rust has emerged as a compelling choice for developers...

A Cautionary Rust Tale About IO Redirection
rust2023-09-24
knutknut

A Cautionary Rust Tale About IO Redirection

(Cross-posted from my main blog) Yesterday I hit an absolutely baffling bug with some Rust code I'm...