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

Making a game in Bevy: An open-source 2D and 3D engine built on Rust
programming2021-04-16
Joseph MaurerJoseph Maurer

Making a game in Bevy: An open-source 2D and 3D engine built on Rust

I earlier wrote about all of the promises that Unity’s Project Tiny brings to the table with the abil...

Late Night Confessions — Building a Website Using Rust, Rocket, Diesel, and Askama — Part 1
tutorial2021-04-15
Johnny TordgemanJohnny Tordgeman

Late Night Confessions — Building a Website Using Rust, Rocket, Diesel, and Askama — Part 1

Cover Photo by Hanbyul Jeong on Unsplash It’s 1:00 AM (🎵 soft jazz music). You’re lying in...

REST API with Rust + Warp 1: Introduction
rust2021-04-14
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

REST API with Rust + Warp 1: Introduction

There are a few good web framework options for Rust: actix, rocket, tide, warp... And they all offer...

Getting started with Kafka and Rust: Part 2
rust2021-04-14
Abhishek GuptaAbhishek Gupta

Getting started with Kafka and Rust: Part 2

This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdka...

REST API with Rust + Warp 3: GET
rust2021-04-14
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

REST API with Rust + Warp 3: GET

Welcome back! Last time we saw each other I wrote: Next in line is the GET method, which means we'l...

REST API with Rust + Warp 2: POST
rust2021-04-14
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

REST API with Rust + Warp 2: POST

Glad to see you back! In this second part, we'll build the first functional method of our API: POST....

REST API with Rust + Warp 4: PUT & DELETE
rust2021-04-14
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

REST API with Rust + Warp 4: PUT & DELETE

That's it, the last methods. In the beginning, I thought it would be the end of the series, but then...

REST API with Rust + Warp 5: Beyond test utilities
rust2021-04-14
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

REST API with Rust + Warp 5: Beyond test utilities

Last part, folks! Time to say goodbye. Warp 5. The code for this part is available...

An Alternative to NPM and Yarn Scripts - Bonnie!
rust2021-04-13
arctic_hen7arctic_hen7

An Alternative to NPM and Yarn Scripts - Bonnie!

arctic-hen7 / bonnie Super-fast...

Setting Up a gRPC Protobuf Server With Tonic
rust2021-04-12
Kevin WuKevin Wu

Setting Up a gRPC Protobuf Server With Tonic

Recently I've been starting to work with gRPC and protobuf. Before this, I was used to using just pla...

Deconstructing SPF with Rust using Generics
rust2021-04-10
Adam.SAdam.S

Deconstructing SPF with Rust using Generics

As I mentioned in my previous article Deconstructing SPF Records with Rust. There is a case for using...

Debugging Rust with VS Code
rust2021-04-09
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

Debugging Rust with VS Code

(There's a translation to portuguese here) At the very beginning of my career (2008), I became an Or...

Why Rust for Robots?
rust2021-04-09
Adam RodnitzkyAdam Rodnitzky

Why Rust for Robots?

Robotics largely runs on C++. Or at least it does for now. Here at Tangram Vision, we believe that th...

Debugando Rust no VS Code
rust2021-04-09
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

Debugando Rust no VS Code

Versão em inglês aqui. Bem no começo da minha carreira (2008), consegui um trampo de desenvolvedor O...

What would SQLite look like if written in Rust? — Part 3
database2021-04-07
João Henrique Machado SilvaJoão Henrique Machado Silva

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

Writing a SQLite clone from scratch in Rust ← Part 0 — Overview ← Part 1 — Understanding SQLite and...

Deconstructing SPF Records with Rust
rust2021-04-08
Adam.SAdam.S

Deconstructing SPF Records with Rust

Hi. If you have visited my blog before you might have seen my series on using the trust-dns-resolver...