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

State of Rust Web Frameworks (Server, DB)
rust2020-04-05
Charles GibsonCharles Gibson

State of Rust Web Frameworks (Server, DB)

I've seen two frameworks consistently the most talked about: Rocket and Actix-web. Rocket and Actix-...

YEW Tutorial: 01 Introduction
rust2020-04-07
Davide Del PapaDavide Del Papa

YEW Tutorial: 01 Introduction

Yes, I'm humbling joining the fight to widespread Rust, with a tutorial on Yew. Code to fol...

"try fn" without special-casing Result
rust2020-04-09
Crystal DurhamCrystal Durham

"try fn" without special-casing Result

There has been much talk recently about "try fn" in Rust. This is to add some fuel to the fire and ad...

I had nothing to do, so I built a text editor.
showdev2020-04-07
Syed Faraaz AhmadSyed Faraaz Ahmad

I had nothing to do, so I built a text editor.

What do you do when you have nothing else left to do? I freak out. So there I was, furio...

Write a Tokio 0.2 decoder for a TCP stream and push its events to Apache Kafka
rust2020-04-04
Michael van NiekerkMichael van Niekerk

Write a Tokio 0.2 decoder for a TCP stream and push its events to Apache Kafka

What we'll be making We'll be listening to a port. This port is streaming out some XML eve...

🚀 Visualizing memory management in Rust
rust2020-03-31
Deepu K SasidharanDeepu K Sasidharan

🚀 Visualizing memory management in Rust

Let us take a closer look at how Rust manages memory.

Kmon! Let's manage the Linux kernel modules! 🐧💻
linux2020-04-02
orhunorhun

Kmon! Let's manage the Linux kernel modules! 🐧💻

Unfortunately, it's common to use a technology without knowing the inner workings of it. However, hav...

How to create an API with Rust and Postgres
postgres2020-04-01
Brian Neville-O'NeillBrian Neville-O'Neill

How to create an API with Rust and Postgres

Written by Olasunkanmi John Ajiboye✏️ There are quite a few frameworks that make it easy to create a...

Rust: Deserialize JSON with Serde
rust2020-03-31
Juliano AlvesJuliano Alves

Rust: Deserialize JSON with Serde

JSON can be a complicated format to manipulate, even though it's well structured text. When using sta...

Playing with Rust to solve data-intensive problem
rust2020-03-31
Bruno ClementeBruno Clemente

Playing with Rust to solve data-intensive problem

As programmers, we need to be able to choose the correct tools to solve the problems that we face eve...

Venturing into Rust Land 🤺
rust2020-03-30
Mohit KarekarMohit Karekar

Venturing into Rust Land 🤺

This post was originally published on my blog. Rust is a compiled, type-strict, performant languag...

Rust WebAssembly and AppRun
apprun2020-03-30
yysunyysun

Rust WebAssembly and AppRun

This post describes how to create a WebAssembly package using Rust and use it in the applications

Mastering the File System with Rust
rust2020-03-26
Ian WilsonIan Wilson

Mastering the File System with Rust

Building backend services with Rust can be difficult if you have to keep 10 tabs worth of documentati...

[EN] I am Learning Rust - Exercism Space Age
rust2020-03-30
Bruno RochaBruno Rocha

[EN] I am Learning Rust - Exercism Space Age

Resolving Space Age Exercism in Rust language Used Traits and Macros.

EXOSTAT: minimal system statusbar
opensource2020-03-29
Gergely B. B.Gergely B. B.

EXOSTAT: minimal system statusbar

Minimal system information text bar

Parallel Programming: 1thread per core in Rust
rust2020-03-28
AlanAlan

Parallel Programming: 1thread per core in Rust

This tweet boomed the other days. It's about the rare computation model of the newly released game by...