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

Regular expressions in Rust
rust2021-06-18
CarlyRaeJepsenStanCarlyRaeJepsenStan

Regular expressions in Rust

In many popular languages such as Javascript or Python, using regular expressions is simple. Well.....

Learn to Build a Parser in Rust for Fun and Profit
rust2021-06-16
Pan ChasingaPan Chasinga

Learn to Build a Parser in Rust for Fun and Profit

On a Friday morning, slacking, you are thinking about the new Netflix shows to catch. Your boss comes...

Beginner's Guide to Running Rust on AWS Lambda
rust2021-06-13
Nicholas Omer ChiassonNicholas Omer Chiasson

Beginner's Guide to Running Rust on AWS Lambda

A start-to-finish tutorial demonstrating how to build a simple AWS Lambda written in Rust and manage its deployment with AWS CDK.

A Command Line Key-Value Data Store using the Rust Programming Language.
rust2021-06-15
John Owolabi IdogunJohn Owolabi Idogun

A Command Line Key-Value Data Store using the Rust Programming Language.

Prelude Rust is an imperative, super fast, and type-safe programming language that...

The Rustlings exercises - part 1
rust2021-06-13
Nicolas FränkelNicolas Fränkel

The Rustlings exercises - part 1

To continue building my understanding of Rust, I searched for some simple Rust exercises. Hence, I...

Why to Learn Rust in 2021?
rust2021-06-13
Kat HolderKat Holder

Why to Learn Rust in 2021?

It is a multi-paradigm system programming language that performs C and C++ but with the design to...

How to use casbin authorization in your rust web-app [Part - 3]
casbin2021-06-12
0xsmrpn0xsmrpn

How to use casbin authorization in your rust web-app [Part - 3]

In this blog we'll make a new project in which we'll use the authorization model talked about in the...

Demystifying Actix Web Middleware
rust2021-06-07
Daniel ImfeldDaniel Imfeld

Demystifying Actix Web Middleware

For my Ergo task orchestrator side project, I’ve been writing the entire backend in Rust. As with any...

My second cup of Rust
rust2021-06-06
Nicolas FränkelNicolas Fränkel

My second cup of Rust

Last week, I drank my first cup of Rust. I learned concepts that are foreign in the languages I know:...

My First Month (or so) With Rust
rust2021-06-04
Matheus RichardMatheus Richard

My First Month (or so) With Rust

I’m learning Rust and this is the first post about my experience with it. I’m a Ruby programmer, so...

Knapsack Algorithm
algorithms2021-06-03
Santhosh BalasaSanthosh Balasa

Knapsack Algorithm

There are three ways to implement a Knapsack Algorithm: Knapsack Recursive (Basic) Knapsack...

#![no_std] with WASI is more complicated than I thought it would be
rust2021-06-03
Wren [Undefined]Wren [Undefined]

#![no_std] with WASI is more complicated than I thought it would be

This post is meant to document my experience using #![no_std] in Rust with WASI, which was way more...

Rust Style Expressions in Other Programming Languages
rust2021-06-02
NimaiNimai

Rust Style Expressions in Other Programming Languages

Lets say we have a variable animal and we want to initiate the value of a variable sound based on the...

Redis Streams in Action - Part 2 (Rust app to consume from the Twitter Streaming API)
redis2021-05-31
Abhishek GuptaAbhishek Gupta

Redis Streams in Action - Part 2 (Rust app to consume from the Twitter Streaming API)

Welcome to this series of blog posts which covers Redis Streams with the help of a practical example....

Demystifying Mutability and References in Rust
rust2021-05-31
Arunanshu BiswasArunanshu Biswas

Demystifying Mutability and References in Rust

The Un-Sandwiching rule All references and reference related problems follow the "un-sandw...

My first cup of Rust
rust2021-05-30
Nicolas FränkelNicolas Fränkel

My first cup of Rust

It all started with an informal chat with my friend Anthony. We were talking about languages, and I s...