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

Type-Safe Discrete Simulation in Rust
rust2020-11-09
Michał SiedlaczekMichał Siedlaczek

Type-Safe Discrete Simulation in Rust

In this article, I want to share some of my experience from implementing a small discrete-event simul...

A Gemini Client in Rust - 06 Gemini Statuses
rust2020-11-09
NivethanNivethan

A Gemini Client in Rust - 06 Gemini Statuses

Hello! We currently have our Gemini client working not badly. We have a visit function that can conne...

How to debug Rust program
rust2020-11-07
lechatlechat

How to debug Rust program

Why you should know Rust According to Stackoverflow, Rust is the most loved language among...

Orchestration in Rust
rust2020-11-07
Stefanos KouroupisStefanos Kouroupis

Orchestration in Rust

Porting patterns from Object Oriented concepts in Rust do not always work, but there are certain case...

I made a scripting language in Rust for fun
rust2020-11-04
lechatlechat

I made a scripting language in Rust for fun

I wouldn't say my code is beautiful but you can see all the code in the github repository. https://gi...

Rpi 4 meets Flutter and Rust
flutter2020-11-06
AdaShoelaceAdaShoelace

Rpi 4 meets Flutter and Rust

At Charlie foxtrot we aim to stay relevant and keep up with new and exciting tech. So how do we do th...

Building an AWS Lambda extension with Rust
aws2020-11-04
Duarte NunesDuarte Nunes

Building an AWS Lambda extension with Rust

AWS Lambda extensions were recently announced. An extension is a long running process, executed...

Cliff - The rust DBMS
database2020-10-04
Robin LindnerRobin Lindner

Cliff - The rust DBMS

What is Cliff? Cliff is supposed to be a database management system like Microsoft Sql Ser...

Rocket Tutorial 01: Basics
rust2020-11-01
Davide Del PapaDavide Del Papa

Rocket Tutorial 01: Basics

Photo by Jean-Philippe Delberghe on Unsplash, modified(cropped) In this series we are going to explo...

Current state of wasm with rust using an example
rust2020-11-02
Daniel PerssonDaniel Persson

Current state of wasm with rust using an example

We are looking into wasm using rust and creating a small rust example that we then run in wasm context in your browser. We also look into wasm-bindgen in order to use complex types in rust and javascript.

A Gopher Client in Rust - 02 Core Client
rust2020-10-31
NivethanNivethan

A Gopher Client in Rust - 02 Core Client

Alright! After a few days of playing with the Gopher protocol, I have the core of it working and adde...

Mailer sender microservice
mail2020-10-26
Jérémie DrouetJérémie Drouet

Mailer sender microservice

The mail sender microservice done right.

The new reason for creating new languages
codequality2020-10-26
Ivy PuckettIvy Puckett

The new reason for creating new languages

In the beginning there was binary. Binary was not human readable, so then came assembly. Then the "hi...

A Web App in Rust - 01 Getting Started
webdev2020-10-25
NivethanNivethan

A Web App in Rust - 01 Getting Started

Hello, World! Let's build a hacker news clone in rust and see what that entails. I've broken the tuto...

A Web App in Rust - 06 Registering a User
tutorial2020-10-25
NivethanNivethan

A Web App in Rust - 06 Registering a User

Ok! The previous chapter was all set up for this chapter and the next few. We now have a database and...

A Web App in Rust - 02 Templates
webdev2020-10-25
NivethanNivethan

A Web App in Rust - 02 Templates

Welcome back! At this point we have a very bare web application written in rust. All it does so far i...