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

Create a GraphQL-powered project management endpoint in Rust and MongoDB - Rocket version
rust2022-07-25
Demola MalomoDemola Malomo

Create a GraphQL-powered project management endpoint in Rust and MongoDB - Rocket version

This post will discuss building a project management application with Rust using the Async-graphql library and MongoDB.

Substrate Pallet Code Analysis: Sudo
substrate2022-07-28
SoYounJeongSoYounJeong

Substrate Pallet Code Analysis: Sudo

Overview In substrate-based chain, there is a god-like account who can call a privileged...

Infrastructure from code - not 'as', but 'from'
rust2022-07-26
IvanIvan

Infrastructure from code - not 'as', but 'from'

In the early days of Facebook (back when it was still called thefacebook.com), Mark Zuckerberg hosted...

A hundred ways to say “Hello!”
rust2022-07-27
Antonov MikeAntonov Mike

A hundred ways to say “Hello!”

Intro Today I will try to show you on several examples how to organize several projects in...

Create a GraphQL-powered project management endpoint in Rust and MongoDB - Actix web version
rust2022-07-25
Demola MalomoDemola Malomo

Create a GraphQL-powered project management endpoint in Rust and MongoDB - Actix web version

This post will discuss building a project management application with Rust using the Async-graphql library and MongoDB.

STM32F4 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement
rust2022-07-26
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement

This blog post is the fifth of a multi-part series of posts where I explore various peripherals in...

10R polkadot substrate : Use maps for storing values
rust2022-07-14
565.ee565.ee

10R polkadot substrate : Use maps for storing values

• introduce • Initialize a mapping • Identifying the contract caller • Using the contract caller •...

How to Contribute to a Open-Source Rust Project as Beginner
rust2022-07-24
NathanNathan

How to Contribute to a Open-Source Rust Project as Beginner

Rust has become a popular programming language and, according to Stack Overflow, has been the most...

Dipping Toes into Unsafe Code
rust2022-07-21
Basti OrtizBasti Ortiz

Dipping Toes into Unsafe Code

In this article, we implement a safe implementation of a direct-address table using unsafe code in Rust. In doing so, we explore the mindset and thought processes involved when upholding safety.

Scheduling Async Tasks made easy with Actix Cron.
rust2022-07-24
Praveen ChaudharyPraveen Chaudhary

Scheduling Async Tasks made easy with Actix Cron.

Cron is simply a scheduling daemon that executes the task at a specified interval. We usually use...

A Tutorial on How to Integrate Casbin with Poem Web Services
rust2022-07-24
greenhandatsjtugreenhandatsjtu

A Tutorial on How to Integrate Casbin with Poem Web Services

Introduction Casbin-rs is an authorization library that supports access control models...

Carbon successor for c++
discuss2022-07-23
Ilori JoshuaIlori Joshua

Carbon successor for c++

Carbon by Google is said to be the successor to c++ C++ upgrading have been in play since but too...

Move data out of closure
rust2022-07-22
Antonov MikeAntonov Mike

Move data out of closure

Finally solved this issue! Entry works, I can type some text with application buttons. This is in...

Building the database of tomorrow
database2022-07-20
Tobie Morgan HitchcockTobie Morgan Hitchcock

Building the database of tomorrow

WE ARE LIVE!!! After years of building cloud-based SaaS systems, with realtime APIs, complicated...

As facilidades de criar um programa de linha de comando com Rust
rust2022-07-21
Gabriel GrubbaGabriel Grubba

As facilidades de criar um programa de linha de comando com Rust

Por onde começar ? Tudo que falarei nesse post está nesse link do github, se quiser...

Getting Started with Axum | Rust
rust2022-07-20
Carlos Armando Marcano VargasCarlos Armando Marcano Vargas

Getting Started with Axum | Rust

I'm a newbie in Rust and I was looking for a web framework to use and build a server or an API, and I...