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

From and Into Traits in Rust Programming Language
rust2023-02-16
AnkitAnkit

From and Into Traits in Rust Programming Language

If you are new to Rust then From (From) and Into (into) traits might sound confusing to you, but they...

Consider Rust for cloud computing.
rust2023-03-17
Philipp RenothPhilipp Renoth

Consider Rust for cloud computing.

The costs from the big public cloud providers went down every year till today, but it looks like 2023...

I Created a Screen Time Limiter with Rust
rust2023-03-16
Liftoff StudiosLiftoff Studios

I Created a Screen Time Limiter with Rust

Feedback would be greatly appreciated! :https://github.com/Liftoff-Studios/screentime I would also...

How to build an AI Chatbot using Amazon Lex and Lambda, and Integration with ReactJS
rust2023-03-15
The ERINThe ERIN

How to build an AI Chatbot using Amazon Lex and Lambda, and Integration with ReactJS

Introduction Chatbots have emerged as one of the latest trends in modern-day technology,...

Building a Chord Ring with Rust
rust2023-03-14
Kamil CzerwińskiKamil Czerwiński

Building a Chord Ring with Rust

Step by step guide on how to implement the Chord protocol in Rust

Rustling Up Cross-Platform Development
rust2023-03-12
complexityclasscomplexityclass

Rustling Up Cross-Platform Development

My experience with cross-platform mobile development lacks some important elements, such as Flutter...

Trace Through a Kafka Cluster with Rust and OpenTelemetry
rust2023-03-13
Jan SchulteJan Schulte

Trace Through a Kafka Cluster with Rust and OpenTelemetry

OpenTelemetry is a fantastic approach to observability, providing additional insight into your...

MAGE Got One More Wizard Called Rust
memgraph2023-03-13
MemgraphMemgraph

MAGE Got One More Wizard Called Rust

MAGE Got One More Wizard Called Rust MAGE is an open-source repository that contains many...

Request location and telegram bot
rust2023-03-12
Antonov MikeAntonov Mike

Request location and telegram bot

Back in the spring/summer of sad 2022 I made a bot for an advertising agency in Tbilisi. (I did the...

Making TLS client with Chrome-like SSL Handshake (Rust, Boring SSL, H2)
rust2023-03-11
Alexander GusevAlexander Gusev

Making TLS client with Chrome-like SSL Handshake (Rust, Boring SSL, H2)

An overview guide to building a TLS client in Rust that can simulate Chrome's SSL handshake. Plus...

Revamped Rust: Faster, Safer, and More Stable with Latest Updates!
rust2023-03-11
Joel JaisonJoel Jaison

Revamped Rust: Faster, Safer, and More Stable with Latest Updates!

Exciting news for Rust developers! Rust 1.68.0 stable has been released, bringing with it a number of...

sqlite / sqlx + async
rust2023-03-10
Antonov MikeAntonov Mike

sqlite / sqlx + async

I am working on geolocation bot. This bot should send to users nearest showplaces in Tashkent. I...

How to check if character is uppercase in Rust?
rust2023-03-10
Vinish KapoorVinish Kapoor

How to check if character is uppercase in Rust?

In Rust, the char data type represents a Unicode Scalar Value. Unicode defines a unique numeric value...

How to create a web app in Rust with Rocket and Diesel
rust2023-03-09
Matt AngelosantoMatt Angelosanto

How to create a web app in Rust with Rocket and Diesel

Written by Eze Sunday✏️ For seven years now, the Rust programming language has been voted the most...

Using error-stack with Tauri
tauri2023-03-09
David RickardDavid Rickard

Using error-stack with Tauri

The problem Rust's built-in error handling is rather bare-bones and requires a whole lot...

STM32F4 Embedded Rust at the PAC: UART Communication
rust2023-03-07
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the PAC: UART Communication

🎬 Introduction UART (Universal Asynchronous Receiver/Transmitter) is a communication...