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

Go footguns: Go Defer and Rust Drop
go2021-11-26
Mark SawardMark Saward

Go footguns: Go Defer and Rust Drop

My extremely slow journey to learn Rust continues, delayed by other projects. My attention in 2021...

Oops, I Did It Again...I Made A Rust Web API And It Was Not That Difficult
rust2021-11-21
Ben LovyBen Lovy

Oops, I Did It Again...I Made A Rust Web API And It Was Not That Difficult

Over two years ago (oof), I posted a walkthrough of my Rust implementation of todo-mvp by...

Como configurar um ambiente Solana do zero usando Anchor no Windows e Linux
rust2021-11-24
Gabriel Jeronimo Lima SilvaGabriel Jeronimo Lima Silva

Como configurar um ambiente Solana do zero usando Anchor no Windows e Linux

Se você tem interesse em começar a desenvolver na blockchain Solana porém não tem ideia de por onde...

First Week learning rust
rust2021-11-22
Enyel SequeiraEnyel Sequeira

First Week learning rust

My First week learning Rust using (The Rust Programming Language) "The Book" Why...

Learning Rust Offline
rust2021-11-20
superoverflowsuperoverflow

Learning Rust Offline

I would be on a 13 hour flight and I look for some good offline resources to learn rust: ...

How to get started with Rust for RISC-V Linux
rust2021-11-17
Jared StanbroughJared Stanbrough

How to get started with Rust for RISC-V Linux

ockam-network / ockam ...

Rust programming for web developers (by a web developer)
rust2021-11-19
Philip LondonPhilip London

Rust programming for web developers (by a web developer)

Today we'll look at a few really basic concepts that are familiar to web developers, and see how we...

Async, refactoring and fewer bugs: Rust block expressions to the rescue
rust2021-11-18
Igor PetrukIgor Petruk

Async, refactoring and fewer bugs: Rust block expressions to the rescue

One of the pretty neat features of Rust I'd like to talk about is block expressions. This subtle...

Getting Started with Hippo - a WebAssembly PaaS (Part 1)
rust2021-11-17
Steven MurawskiSteven Murawski

Getting Started with Hippo - a WebAssembly PaaS (Part 1)

Setting up a Development Environment Hey y’all, I’ve recently been dipping into the cloud...

Improving overconstrained Rust library APIs
rust2021-11-17
Matt AngelosantoMatt Angelosanto

Improving overconstrained Rust library APIs

Written by Andre Bogus ✏️ In one of my earlier posts, “How to write CRaP Rust code,” I warned you...

Functional Pivoting – Tackling Ruby, Haskell, and Rust Playgrounds with Rein Henrichs
ruby2021-11-17
Mandy MooreMandy Moore

Functional Pivoting – Tackling Ruby, Haskell, and Rust Playgrounds with Rein Henrichs

Director of Developer Relations at New Relic, Jonan Scheffler, talks to Principal Software Engineer,...

Introducing hRPC: a simple RPC system for user-facing APIs
rust2021-11-15
Janet BlackquillJanet Blackquill

Introducing hRPC: a simple RPC system for user-facing APIs

Co-authored by: Yusdacra (yusdacra@GitHub), Bluskript (Bluskript@GitHub), pontaoski...

Rust + WebAssembly + JavaScript
javascript2021-11-10
MichaelMichael

Rust + WebAssembly + JavaScript

Introduction WebAssembly is the new craze when it comes to frontend & backend...

Cloudflare Developer Challenge: Adding Rust to SvelteKit
svelte2021-11-10
Rodney LabRodney Lab

Cloudflare Developer Challenge: Adding Rust to SvelteKit

Cloudflare Developer Challenge: using SvelteKit, Rust and my other favourites like vanilla-extract and workers, to create an API as a service.

Prepare your Rust API docs for Github Pages
beginners2021-11-09
Ben LovyBen Lovy

Prepare your Rust API docs for Github Pages

Rust comes with a built-in documentation system, rustdoc. It's great, use it. Github comes with a...

Announcing my book "Rust Web Development"
rust2021-11-09
Bastian GruberBastian Gruber

Announcing my book "Rust Web Development"

A pragmatic and "in-depth-enough" book about writing web services/applications in Rust Hey...