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

Lets build a RedditBot to curate playlist links - III
rust2020-08-11
Harikrishnan MenonHarikrishnan Menon

Lets build a RedditBot to curate playlist links - III

We've reached the final chapter. The spoils are just ahead of us, lets go grab em. Obtainin...

Peer Discovery over UDP
rust2020-07-12
jamestthompson3jamestthompson3

Peer Discovery over UDP

What is Peer discovery Peer discovery allows you to discover other computers on the same s...

Lets build a RedditBot to curate playlist links
rust2020-08-11
Harikrishnan MenonHarikrishnan Menon

Lets build a RedditBot to curate playlist links

Recently while browsing reddit I came up on a post in the /r/rust subreddit which was a link to a You...

Lets build a RedditBot to curate playlist links - II
rust2020-08-11
Harikrishnan MenonHarikrishnan Menon

Lets build a RedditBot to curate playlist links - II

If you had read the poem mentioned in the previous part, you can be pretty sure what we are going to...

Rust 2 - Memory and advanced structures
rust2020-08-11
Petr JanikPetr Janik

Rust 2 - Memory and advanced structures

Move // on stack let x = 5; let y = x; println!("{} {}", x, y); // i32 implements Copy t...

How to Stick with Rust
rust2020-08-09
Pan ChasingaPan Chasinga

How to Stick with Rust

For a while, I did not get what the hype about Rust was all about. To me, the language appeared opa...

Understanding Rust Closures
rust2020-08-07
NiranjanaNiranjana

Understanding Rust Closures

Closures are very interesting programming concepts. It helps save a lot of expensive calculations whi...

Structuring Data Types in Rust
rust2020-08-09
Itachi UchihaItachi Uchiha

Structuring Data Types in Rust

This post published on my blog before Hi everyone. Before that, I wrote a post called A Slice of...

Why learning Rust is great... As a second language
beginners2020-08-09
Borja LorenteBorja Lorente

Why learning Rust is great... As a second language

Note: This content was originally posted in my blog, Beyond The Loop. If you like it, head over there...

Go vs Rust for web dev
go2020-08-07
Gleb IrovichGleb Irovich

Go vs Rust for web dev

What is a more suitable language for web development Go or Rust? Which one is the best one to pick to...

Discord server: Game Development in Rust
rust2020-08-07
Felipe Ferreira da SilvaFelipe Ferreira da Silva

Discord server: Game Development in Rust

Months ago, I made a Discord server dedicated to game development in Rust. Right now we have more tha...

Rust 1 - Basic syntax
rust2020-08-06
Petr JanikPetr Janik

Rust 1 - Basic syntax

Installation Getting started official guide cargo new my-project # create new project ca...

Exploring Azure CosmosDB with Rust - Part 1
azure2020-08-05
Francesco CognoFrancesco Cogno

Exploring Azure CosmosDB with Rust - Part 1

A beginner friendly intro on how to use Rust to exploit the power of Azure CosmosDB using the unofficial Azure SDK for Rust

A Slice of Rust: Working with the Slice Type
rust2020-08-03
Itachi UchihaItachi Uchiha

A Slice of Rust: Working with the Slice Type

This post published on my blog before Hi everyone. Before that, I wrote a post called Rust’s Borr...

A Curious Tale of Rust TLS and Postgres in the Cloud
rust2020-08-03
Peter NehrerPeter Nehrer

A Curious Tale of Rust TLS and Postgres in the Cloud

How to Connect Securely to Amazon RDS for PostgreSQL using Tokio and Rustls Recently I ran...

Learning with books vs. tutorials
discuss2020-08-02
Tom GranotTom Granot

Learning with books vs. tutorials

I'm currently re-learning Rust - I picked it up a while back to be able to better debug issues at wor...