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

Rust - Reqwest examples
rust2021-03-11
pintuchpintuch

Rust - Reqwest examples

Introduction There are 3 things that need to happen: Building a client that can be reuse...

1.1 Comments
rust2021-03-11
Quinn LashinskyQuinn Lashinsky

1.1 Comments

This week we're gonna explore comments in Rust. Commenting in Rust serves a couple of purposes. Using...

Consuming high-throughput Redis streams with Rust
rust2021-03-10
Jean-Paul BonnetoucheJean-Paul Bonnetouche

Consuming high-throughput Redis streams with Rust

Today I’d like to share a small rust library that helps you produce and consume Redis stream data. B...

Replacing FastAPI with Rust: Part 6 - AWS Lambda
rust2021-03-04
Dylan AnthonyDylan Anthony

Replacing FastAPI with Rust: Part 6 - AWS Lambda

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. The last...

Generic `impl` blocks are kinda like macros...
rust2021-02-27
Basti OrtizBasti Ortiz

Generic `impl` blocks are kinda like macros...

As strange as it may seem, generic `impl` blocks actually have macro-like capabilities. When coupled with the trait system, Rust offers a powerful mental framework for composition-based polymorphism. In this article, we will explore how treating generic `impl` blocks like macros can be an insightful shift in perspective when dealing with generics and trait bounds.

MoonZoon Dev News (1): CLI, Build pipeline, Live-reload, HTTPS
webdev2021-03-01
Martin KavíkMartin Kavík

MoonZoon Dev News (1): CLI, Build pipeline, Live-reload, HTTPS

It's alive! It runs! It... doesn't do anything useful yet. Just like an average kitten. We have to...

Introducing The Calypso Chronicles
calypso2021-03-02
Wren [Undefined]Wren [Undefined]

Introducing The Calypso Chronicles

Edit: Apparently this got featured in TWIR! Thanks editors! :) If you don't already know what Calypso...

Temporal RDO update optimization
rav1e2021-02-28
Luca BarbatoLuca Barbato

Temporal RDO update optimization

This is the second story of a specific optimization that gave a significant speed-up in rav1e. For th...

Create a project template with ffizer and TDD
template2021-02-26
David BernardDavid Bernard

Create a project template with ffizer and TDD

ffizer is a files and folders initializer. It can be used as a project generator. It provides some un...

Fix rustup failed with "error: linker `cc` not found" (Rust 1.50 on Alpine Linux 3.13)
rust2021-02-24
nabbisennabbisen

Fix rustup failed with "error: linker `cc` not found" (Rust 1.50 on Alpine Linux 3.13)

Summary Today, I made a Dockerfile for Rust development on Alpine Linux. I met the error...

What would SQLite look like if written in Rust? — Part 2
database2021-02-23
João Henrique Machado SilvaJoão Henrique Machado Silva

What would SQLite look like if written in Rust? — Part 2

What would SQLite look like if written in Rust? — Part 2 Writing a SQLite clone from scrat...

Replacing FastAPI with Rust: Part 5 - Rocket 0.5
rust2021-02-20
Dylan AnthonyDylan Anthony

Replacing FastAPI with Rust: Part 5 - Rocket 0.5

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. In the pr...

Handling Unix Kill Signals in Rust
rust2021-02-20
TalTal

Handling Unix Kill Signals in Rust

Intro Like many of you, I am a software developer. For the past few years, I've been worki...

Building a telnet chat server with Rust and Lunatic
rust2021-02-22
Bernard KolobaraBernard Kolobara

Building a telnet chat server with Rust and Lunatic

I love the aesthetics of terminals and I’m not the only one, there is a whole subreddit dedicated to...

Cure for Web Development
webdev2021-02-19
Martin KavíkMartin Kavík

Cure for Web Development

Imagine you have a small business. You sell flowers in your brick-and-mortar store. Everything goes w...

Running ML models in a game (and in Wasm!)
rust2021-02-19
FrançoisFrançois

Running ML models in a game (and in Wasm!)

Using Tract and Bevy, guess the number being drawn. TL;DR: Try it here - Read the code here One of...