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

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

Rustacean does Javascript
rust2020-08-03
Tim AppleTim Apple

Rustacean does Javascript

To be honest I am not the most stable person when it comes to what software and tools I use. I tend t...

Rust's Borrowing and Reference Laws
rust2020-08-01
Itachi UchihaItachi Uchiha

Rust's Borrowing and Reference Laws

This post published on my blog before Hi everyone. Before that, I wrote a post called Ownership C...

Ownership Concept in Rust
rust2020-07-31
Itachi UchihaItachi Uchiha

Ownership Concept in Rust

This post published on my blog before Hi everyone. Before that, I wrote a post called Control Flo...

Rust Data Structures: array
rust2020-08-01
SivakumarSivakumar

Rust Data Structures: array

In this blog post, we will explore Array data structures of Rust. Array is a fixed-length collection...

How to only Rust for web front_end
rust2020-07-30
arn-the-long-beardarn-the-long-beard

How to only Rust for web front_end

Hello guys ! Arn here and I am a programmer, mainly front_end & full_stack React/Angular/Redux/N...

Control Flow Statements in Rust
rust2020-07-30
Itachi UchihaItachi Uchiha

Control Flow Statements in Rust

This post published on my blog before Hi everyone. Before that, I wrote a post called Playing wit...

From C# to Rust: Code Basics
csharp2020-07-28
Seb NilssonSeb Nilsson

From C# to Rust: Code Basics

Understanding Rust's code-basics could possibly be fast-tracked by reating these concepts to the equivalent in C# and .NET.

How to run stateful AWS Lambda functions in any language using custom runtimes
rust2020-07-26
MaxMax

How to run stateful AWS Lambda functions in any language using custom runtimes

An illustrated explanation of how Lambda environment works AWS Lambda used to be limited t...

Why the Rust module system might be hard to understand
rust2020-07-22
DanDan

Why the Rust module system might be hard to understand

The module system provided by Rust is, by most accounts, kind of weird. But so is Rust in many ways,...

Пошук в глибину на прикладі задачі Ханойської вежі
ukrainian2020-07-22
Yaroslav PodorvanovYaroslav Podorvanov

Пошук в глибину на прикладі задачі Ханойської вежі

Стаття орієнтована на спеціалістів які хочуть ознайомитись з Rust-ом або в майбутньому перекваліфікув...

Configuer - a small Rust lib to for configuration management in your next project
rust2020-07-22
Miłosz WiśniewskiMiłosz Wiśniewski

Configuer - a small Rust lib to for configuration management in your next project

Hi, really often situation in our Rust projects is when we must save some data (eg. user preferences,...

Rusticles #1 - Wed Jul 22 2020
rust2020-07-22
Dennis O'KeeffeDennis O'Keeffe

Rusticles #1 - Wed Jul 22 2020

Rusty runes for the last week in Rust

Haskell::From(Rust) I: Infix Notation and Currying
haskell2020-07-20
Sean ChenSean Chen

Haskell::From(Rust) I: Infix Notation and Currying

The original version of this post can be found on my developer blog at https://seanchen1991.github.i...

Getting Started with Rust
rust2020-07-12
Itachi UchihaItachi Uchiha

Getting Started with Rust

This post published on my blog before Hi everyone! In this post, I'll talk about Rust programming...