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

5 Benefits of Substrate Blockchain
blockchain2021-11-08
bright inventionsbright inventions

5 Benefits of Substrate Blockchain

Substrate is an SDK that enables you to build your blockchain from previously built components. Do...

A Prime Iterator in rust
rust2021-11-07
David BerryDavid Berry

A Prime Iterator in rust

Inspired by Alessio Saltarin's Primality Test in Scala, I thought that it would be interesting to...

Self Referential Structs in Rust (Part 1)
rust2021-11-04
Arunanshu BiswasArunanshu Biswas

Self Referential Structs in Rust (Part 1)

TL;DR Use Pin<Box<T>> for the held value (here, Me). Mark Me as unpinnable...

Rust: Must-see from this October
webdev2021-11-03
MeetupFeedMeetupFeed

Rust: Must-see from this October

Take your knowledge in Rust to a whole new level with these educational meetup videos from October...

This little known javascript physics library blew my mind!
javascript2021-11-01
Martin JMartin J

This little known javascript physics library blew my mind!

In my previous game dev attempts with javascript I always struggled with physics engine performance....

Git Internals part 1: The git object model
git2021-10-30
Caleb SanderCaleb Sander

Git Internals part 1: The git object model

This is the first of several posts exploring how git works under the hood. While lots of programmers...

Is Rust going to Replace Java?
rust2021-10-23
Rithik SamanthulaRithik Samanthula

Is Rust going to Replace Java?

Hey Coders!! A lot of you have been telling me that rust is soon going to replace java. Looking at...

How to call C code from Rust
rust2021-10-28
DaveDave

How to call C code from Rust

How FFI works for calling C functions from Rust, and how to link the libraries

Pointer Fu: An adventure in the Tokio code base
rust2021-10-25
senyosenyo

Pointer Fu: An adventure in the Tokio code base

This post was originally posted on my blog In an effort to understand the internals of...

Data types in Rust
rust2021-10-24
James RobbJames Robb

Data types in Rust

Following on from the previous article in this series we will now take a look at the data types rust...

Implementing the Health Check API Pattern with Rust
rust2021-10-25
TJ MaynesTJ Maynes

Implementing the Health Check API Pattern with Rust

This week while I was preparing a Rust-based backend service to be deployed to a Kubernetes cluster,...

Error Handling in Rust
rust2021-10-24
Enoch ChejiehEnoch Chejieh

Error Handling in Rust

Introduction In this article, we're going to take a look at Error handling in Rust and how...

Quick tip: if Rust stopped formatting your code ...
rust2021-10-24
MaxMax

Quick tip: if Rust stopped formatting your code ...

Sometimes Rust Analyzer stops formatting my VS Code document and there is no message or explanation...

Iced.rs tutorial: How to build a simple Rust frontend web app
rust2021-10-22
Matt AngelosantoMatt Angelosanto

Iced.rs tutorial: How to build a simple Rust frontend web app

Written by Mario Zupan ✏️ Previously, we looked at how to create a basic Wasm-based frontend...

Solana teardown: Walkthrough of the example helloworld program
solana2021-10-22
C.OGC.OG

Solana teardown: Walkthrough of the example helloworld program

In this article, we'll walk through the helloworld Rust program line-by-line and begin to unpack how...

Writing a QML Application in Rust (Part 1)
rust2021-10-22
AyushAyush

Writing a QML Application in Rust (Part 1)

Introduction I have been a KDE user for a long time and have been getting into...