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

Pinning - Asynchronous Programming in Rust: Why, What, and How
rust2020-01-13
I am a ProgrammerI am a Programmer

Pinning - Asynchronous Programming in Rust: Why, What, and How

The Why, What, and How of Pinning in Rust With the Future trait stabilized and async/await...

Vonmo Trade Experiment. Part 1: Exchanges and modern technologies
erlang2020-01-05
Maxim MolchanovMaxim Molchanov

Vonmo Trade Experiment. Part 1: Exchanges and modern technologies

This series of articles describes an attempt to create a reactive system performed by one person, with a minimum budget and in the shortest time possible.

Basic Signed Integer Type in Rust
rust2020-01-01
Hirokazu HironoHirokazu Hirono

Basic Signed Integer Type in Rust

all about signed and unsigned integer.

Why devs like GraphQL; common architecture do's; & Rust performance pitfalls
todayilearned2019-12-04
Arpit MohanArpit Mohan

Why devs like GraphQL; common architecture do's; & Rust performance pitfalls

TL;DR style notes from articles I read today. Why developers like GraphQL? Superior deve...

Importance of clean Production Environment.
rust2019-12-03
Maciej ZarębaMaciej Zaręba

Importance of clean Production Environment.

Since the start of my developer career, I was always looking forward to handling projects with a hard...

One more plugin to build Rust for Android
rust2019-11-24
Anton RapetovAnton Rapetov

One more plugin to build Rust for Android

There are already several good articles on how to develop on Rust for Android: Building and Deploying...

Tool to release self-made package to Github at high speed
showdev2019-11-23
nasanasa

Tool to release self-made package to Github at high speed

https://github.com/k-nasa/rgh Using rgh, You can release self-made package easily and fastly to gith...

Async Rust: a gentle introduction
rust2019-11-18
Thomas HartmannThomas Hartmann

Async Rust: a gentle introduction

Hot off the heels of RustFest Barcelona and the stabilization of async/.await, I think it’s safe to s...

Deserializing Doubly Tagged JSON in Rust
rust2019-11-15
Murph MurphyMurph Murphy

Deserializing Doubly Tagged JSON in Rust

I needed to deserialize a JSON data structure that contained versioning and type information. [ {...

How to force Rust compiler to use several x86 instructions (popcount, etc)
rust2019-11-13
Yevhenii BabichenkoYevhenii Babichenko

How to force Rust compiler to use several x86 instructions (popcount, etc)

Sometimes you need tricky operations on your binary data like counting bits, leading or trailing zero...

My share on Rust 2020
rust2019-11-04
AugustoAugusto

My share on Rust 2020

Some weeks ago the rust-lang team made a blog post asking for opinions on what the priorities for the...

Best tech things I read this week - #5
go2019-09-21
Arpit MohanArpit Mohan

Best tech things I read this week - #5

I share TL;DR versions of articles on software engineering that I read every weekday through my newsl...

This Week in Code, for the Week of Sep 26 to Oct 2
rust2016-10-01
Ben HalpernBen Halpern

This Week in Code, for the Week of Sep 26 to Oct 2

Several major releases, a big corporate AI partnership and more

Deploying WASM to Fastly's Edge
rust2019-09-08
Bryan BurgersBryan Burgers

Deploying WASM to Fastly's Edge

Not so long ago, Fastly introduced a new platform for edge programming. Fastly's vision is to use was...

Rust looks awesome
rust2019-09-07
Ivan DlugosIvan Dlugos

Rust looks awesome

Starting to look at Rust and it seems to have hit the nail on the head.

Benchmarking or "How to count words really fast"
rust2019-08-21
Marc Ryan RigindingMarc Ryan Riginding

Benchmarking or "How to count words really fast"

A colleague at work showed me this interesting GitHub repository: github.com/juditacs/wordcount. Th...