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

WTF is Rust? The Illustrated Notes
rust2020-11-23
Maggie AppletonMaggie Appleton

WTF is Rust? The Illustrated Notes

Illustrated notes on the basics of the Rust language

Rocket Tutorial 03 part II: Proper testing.
rust2020-11-22
Davide Del PapaDavide Del Papa

Rocket Tutorial 03 part II: Proper testing.

Rocket Tutorial 03 part II: Proper testing. [Photo by Kyle Glenn on Unsplash, modified (cr...

Testing your crate C-API
rust2020-11-22
Luca BarbatoLuca Barbato

Testing your crate C-API

I wrote previously about cargo-c. It is a good solution if you want to use your rust crates from C:...

Basic Interactions with Yew
rust2020-11-21
KK

Basic Interactions with Yew

Somehow the last article about Yew got more traction than I anticipated. Not much, but still! That's...

Log clustering in Rust
rust2020-11-20
Benjamin TrentBenjamin Trent

Log clustering in Rust

log clustering library for rust using the drain algorithm

First Lines of Rust
rust2020-11-19
Aaron SchlesingerAaron Schlesinger

First Lines of Rust

After ~8 years of Go as the end-all-be-all of programming languages in my life, I started writing Rus...

Intro to Yew, a Rust Frontend Framework
frontend2020-11-16
KK

Intro to Yew, a Rust Frontend Framework

Everyone is talking about Rust lately, and it seems to be delivering what other C/C++ killers didn't....

Rust vs Go - Load testing  webserv (>400k req/s)
rust2020-11-16
Martin AndréMartin André

Rust vs Go - Load testing webserv (>400k req/s)

TLDR: Go can reach 270k req/s where Rust can hit 400k req/s. Go server Let's go straight...

Rocket Tutorial 03: Proper routing
rust2020-11-17
Davide Del PapaDavide Del Papa

Rocket Tutorial 03: Proper routing

[Photo by Denys Nevozhai on Unsplash, modified (cropped)] We will continue to explore Rocket's capab...

Rust in 2021
rust2020-11-17
T.J. TelanT.J. Telan

Rust in 2021

I missed the official call for blog post submissions, I still want to share some ramblings of my hope...

Why Rust is good for Web Assembly and path to learning it...
rust2020-11-10
Sahil GargSahil Garg

Why Rust is good for Web Assembly and path to learning it...

Introduction to Web Assembly WebAssembly is a new type of code that can be run in modern w...

Neofetch for Git repositories
rust2020-11-08
o2sho2sh

Neofetch for Git repositories

Here is a fun little tool you might enjoy. It doesn't do much other than displaying a bunch of info a...

Get simple IO stats using Rust (throughput, ...)
linux2020-11-11
Martin AndréMartin André

Get simple IO stats using Rust (throughput, ...)

The other day I wanted to grab some information about my disk performance in real-time. I saw the rea...

AWS Lambda + Rust
devops2020-11-10
Valentin RaduValentin Radu

AWS Lambda + Rust

This article was first published on techpilot.dev TL;DR: There's an example repo here for those who...

Rocket Tutorial 02: Minimalist API
rust2020-11-10
Davide Del PapaDavide Del Papa

Rocket Tutorial 02: Minimalist API

[ Photo by Adetunji Paul on Unsplash ] In this installment we will create a minimalist CRUD API serv...

A Gemini Client in Rust - 01 The Specification
rust2020-11-09
NivethanNivethan

A Gemini Client in Rust - 01 The Specification

Hello! In this series we're going to build a Gemini client. What is Gemini you ask? Before we look at...