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

Creating a dApp using PHP and a house purchase soroban smart contract
soroban2023-08-20
Nacho Colomina TorregrosaNacho Colomina Torregrosa

Creating a dApp using PHP and a house purchase soroban smart contract

In this post, I will try to show you how we could build a dapp using php and a house purchase smart...

Learning Rust 🦀: 10 - The Struct
learning2023-08-18
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 10 - The Struct

Now we will have our first look at how we can make our own custom types in Rust. Let's jump in! ...

Appwrite + Rust: Build APIs without technical overhead
rust2023-08-18
Demola MalomoDemola Malomo

Appwrite + Rust: Build APIs without technical overhead

In every stage of the Sofware Development Lifecycle (SDLC), developers must make strategic decisions...

ESP32 Standard Library Embedded Rust: Analog Temperature Sensing using the ADC
rust2023-08-18
Omar HiariOmar Hiari

ESP32 Standard Library Embedded Rust: Analog Temperature Sensing using the ADC

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

Introducing Fuzzing with Alexandre
tauri2023-07-19
CrabNebulaCrabNebula

Introducing Fuzzing with Alexandre

Welcome to the first of our ‘Meet the CrabNebula Team’ series. Each installment will feature a new...

Do your Values align with FP Values?
functional2023-08-16
ZelenyaZelenya

Do your Values align with FP Values?

📹 Hate reading articles? Check out the complementary video, which covers the same content. I saw...

ReductStore 1.6.0 has been released with new license and client SDK for Rust
news2023-08-15
Alexey TiminAlexey Timin

ReductStore 1.6.0 has been released with new license and client SDK for Rust

We are pleased to announce the release of the latest minor version of ReductStore, 1.6.0. ReductStore...

Mastering Rust's Ownership: The Key to Memory Safety and Efficiency
rust2023-08-14
Son DotCom 🥑💙Son DotCom 🥑💙

Mastering Rust's Ownership: The Key to Memory Safety and Efficiency

The ownership mechanism in Rust is a unique feature that sets it apart from other mainstream...

Port a project from C++ to Rust
cpp2023-08-14
LenaLena

Port a project from C++ to Rust

The differences I noticed between the Rust version and its C++ equivalent, about the code and the experience as a dev

Driving Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism in Rust
rust2023-08-15
GabiGabi

Driving Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism in Rust

The main goal of this article is making some comments about mb64 implementation of the Complete and...

How to load dynamic libraries in Rust?
rust2023-08-14
Gaurav GahlotGaurav Gahlot

How to load dynamic libraries in Rust?

What is Dynamic Library Loading? Dynamic library loading, also known as dynamic loading or...

Learning Rust 🦀: 09 - Ownership: The Slice type
learning2023-08-12
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 09 - Ownership: The Slice type

This is the last article for Ownership in this 4-article mini-series. We will close our references...

Why I prefer Rust over Go
rust2023-08-06
Livio RibeiroLivio Ribeiro

Why I prefer Rust over Go

Recently I decided to learn Go and my first impressions were quite good. Go is a very nice language...

GADT-like types in Rust
rust2023-08-11
GabiGabi

GADT-like types in Rust

GADT-like types in Rust I think that GADTs are a very powerful feature of Haskell, and I...

ESP32 Standard Library Embedded Rust: PWM Servo Motor Sweep
rust2023-08-11
Omar HiariOmar Hiari

ESP32 Standard Library Embedded Rust: PWM Servo Motor Sweep

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

A Weekly Rust🦀 Pill #4
rust2023-08-11
Antonio PerroneAntonio Perrone

A Weekly Rust🦀 Pill #4

A Weekly Rust🦀 Pill is a post series where on a weekly base, I share some implementations of the most...