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

The Gilded Rose Kata in Rust
rust2022-02-06
Nicolas FränkelNicolas Fränkel

The Gilded Rose Kata in Rust

The Gilded Rose Kata is a refactoring exercise. The full description is available on GitHub. I became...

Go and Rust error handling
rust2022-02-06
BuyMyMojoBuyMyMojo

Go and Rust error handling

In Go when you run a lot of things it returns an error variable for you to take care of or disregard...

Build a Decentralized App on IPFS using WebAssembly
webassembly2022-02-04
Pan ChasingaPan Chasinga

Build a Decentralized App on IPFS using WebAssembly

Gimme Proof by Picklehart Liverthief In this fun and short tutorial, I'll show you how easy it...

Rust-y Memory. How Safe?
rust2022-02-04
Austin AigbeAustin Aigbe

Rust-y Memory. How Safe?

By Austin Aigbe Introduction The Rust programming language is said to be memory-safe but...

Containerless! How to Run WebAssembly Workloads on Kubernetes with Rust
rust2022-01-31
Deepu K SasidharanDeepu K Sasidharan

Containerless! How to Run WebAssembly Workloads on Kubernetes with Rust

Learn how to run secure WebAssembly workloads written with Rust on Kubernetes with Krustlet.

My Rust Book: Language for the next 40 years
rust2022-02-02
bolubee101bolubee101

My Rust Book: Language for the next 40 years

Chapter 1: Discovery My Rust story started when a 17-year-old me found some articles about...

How Rust helped me power through my C assignments
rust2022-01-29
Basti OrtizBasti Ortiz

How Rust helped me power through my C assignments

After an entire semester of C assignments, I share how Rust patterns and idioms helped me power through it all.

Making Games in Rust - Part 12 - Better Code with Events
bevy2022-01-31
Sébastien BelzileSébastien Belzile

Making Games in Rust - Part 12 - Better Code with Events

Up until now, we have been killing monsters and players by despawning their entity. This works fine,...

From enterprise product, through open-core to OpenAPI validator: Our journey
rust2022-01-31
Guy LevingerGuy Levinger

From enterprise product, through open-core to OpenAPI validator: Our journey

Hi everyone! Cherrybomb is a new CLI app(written in Rust) that can help you detect...

mdbook-pdf: A mdBook backend for generating PDF files
rust2022-01-30
Hollow ManHollow Man

mdbook-pdf: A mdBook backend for generating PDF files

Introduction mdBook allows you to create book from markdown files. It's pretty much alike...

Basics of Asynchronous Rust with Tokio
rust2022-01-28
Jakub BarszczewskiJakub Barszczewski

Basics of Asynchronous Rust with Tokio

Introduction Asynchronous code is everywhere now. It's basically a must when you write...

What is rust?. Rust tutorial:1
rust2022-01-27
TawhidTawhid

What is rust?. Rust tutorial:1

Rust is a modern systems programming language. It is intended to be a language for highly concurrent...

Store SQLite in Cloudflare Durable Objects
sqlite2022-01-26
Markus AstMarkus Ast

Store SQLite in Cloudflare Durable Objects

This is my journey of creating a proof-of-concept of persisting an SQLite database in a Cloudflare...

How To Make Your Own Cryptocurrency Token on Solana 🤝
beginners2022-01-25
CoreyCorey

How To Make Your Own Cryptocurrency Token on Solana 🤝

Sol address: 4mgnTysrA7kQVYCsE2CJcaJzpX8xPxGPoKPz2LyiN782 Twitter:...

How to Make Your Own NFT
nft2022-01-19
CoreyCorey

How to Make Your Own NFT

Sol address: 4mgnTysrA7kQVYCsE2CJcaJzpX8xPxGPoKPz2LyiN782 Twitter:...

Making Games in Rust - Part 11 - Killing Monsters with Bullets
bevy2022-01-24
Sébastien BelzileSébastien Belzile

Making Games in Rust - Part 11 - Killing Monsters with Bullets

Getting killed is not cool. On the other hand, killing monsters is. This article will implement...