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

Configurar un entorno de desarrollo para Rust y Python
python2019-07-30
Mario GarcíaMario García

Configurar un entorno de desarrollo para Rust y Python

Hace unos meses escribí sobre cómo Integrar Rust a tus proyectos Python usando PyO3, un crate con el...

Genetic Algorithm in Rust
rust2019-07-28
Daniel BuddenDaniel Budden

Genetic Algorithm in Rust

Recently I've been learning Rust and experimenting with compiling it to WebAssembly. In this series o...

I am a rusty frog
rust2019-07-27
Dimitri MerejkowskyDimitri Merejkowsky

I am a rusty frog

Originally published on my blog Do you know the fable of the frog and the boiling water? It goes...

Practical Rust Web Development - CI Travis
rust2019-07-24
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - CI Travis

Tools like Travis can be really helpful to figure it out the stability of our software, specially whe...

Rust - first impressions
rust2019-07-22
Magnus StråleMagnus Stråle

Rust - first impressions

I have started playing with Rust and here are some observations from a newbie point-of-view. My reaso...

Practical Rust Web Development - Macros
rust2019-07-20
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - Macros

One thing someone might notice is how boilerplate we need to write comparing to other programming lan...

The Trials and Tribulations of actix-web and the OSS community
rust2019-07-17
Ben LovyBen Lovy

The Trials and Tribulations of actix-web and the OSS community

EDIT: The crate maintainer has now merged the offending PR and acknowledged an understanding gap rega...

Rust Ownership and Borrowing
rust2019-07-18
sai umeshsai umesh

Rust Ownership and Borrowing

Introduction to Rust Ownership and Borrowing

Overview
rust2019-07-18
Shreevari SPShreevari SP

Overview

Overview of Rate-Distortion Optimization in rav1e

Practical Rust Web Development - Associations
rust2019-07-14
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - Associations

As web developers we are used to some facilities provided by most frameworks, however, when we choose...

Should I keep Go in my tool box?
go2019-07-09
jasonishjasonish

Should I keep Go in my tool box?

In any given day I may write C, JavaScript/TypeScript, Rust and Go... Due to my job, Rust and C are a...

Create Dev's offline page with Rust and WebAssembly 🦄💡✨
rust2019-07-03
Sendil KumarSendil Kumar

Create Dev's offline page with Rust and WebAssembly 🦄💡✨

Dev's offline page is fun. Can we do that with Rust and WebAssembly? The answer is yes. Let us do i...

Rust-scales Python: Some examples (1)
rust2019-07-07
Lorenzo (Mec-iS)Lorenzo (Mec-iS)

Rust-scales Python: Some examples (1)

a continuation of Rust-scales Python: Basic Experiment

Rust, Iterators, and Skill Regression
rust2019-07-04
Ryan PaloRyan Palo

Rust, Iterators, and Skill Regression

Some cool Rust code and how I learn to code the same way my dog learns things.

Increase Rust and WebAssembly performance 🚀🚀🚀
javascript2019-07-02
Sendil KumarSendil Kumar

Increase Rust and WebAssembly performance 🚀🚀🚀

The dream of running native code in the browser is not something new. There were many failed attempts...

Practical Rust Web Development - Pagination
rust2019-07-05
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - Pagination

As you might know, the default pagination mechanism provided in PostgreSQL is not very efficient, act...