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

Rust Web Development Tutorial: Email Confirmations
rust2020-02-02
Tore PettersenTore Pettersen

Rust Web Development Tutorial: Email Confirmations

Originaly posted on cloudmaker.dev In this tutorial, we are going to verify our API users with an em...

Use Multi-Stage Docker Builds For Statically-Linked Rust Binaries
beginners2020-01-29
Ben LovyBen Lovy

Use Multi-Stage Docker Builds For Statically-Linked Rust Binaries

I'm making a static website in Rust. Last time I did this, I used Docker to automate the deployment....

Creating an FFI-compatible C-ABI library in Rust
rust2020-01-31
Otto RaskOtto Rask

Creating an FFI-compatible C-ABI library in Rust

In this post we will take a look at how to write Rust code that can be compiled into a C-ABI compatible dynamic library, and how to use that in PHP via FFI.

The Rust Compilation Model Calamity
rust2020-01-30
Calvin WengCalvin Weng

The Rust Compilation Model Calamity

About the author Brian Anderson is one of the co-founders of the Rust programming language and its...

Rust Web Development Tutorial: Authentication
rust2020-01-25
Tore PettersenTore Pettersen

Rust Web Development Tutorial: Authentication

Originaly posted on cloudmaker.dev In this tutorial, we are going to create Authentication for the R...

That About Wraps It Up For Actix-Web
rust2020-01-17
Ben LovyBen Lovy

That About Wraps It Up For Actix-Web

Sadly, the actix-web maintainer has quit. Check out the repo - it's gone. He moved it back to a per...

Rust: structs, methods, and traits
rust2020-01-22
Abhishek GuptaAbhishek Gupta

Rust: structs, methods, and traits

This blog offers a quick tour of Rust structs, methods and traits. It uses simple examples to demonst...

Rust: Project structure example step by step
rust2020-01-18
GhostGhost

Rust: Project structure example step by step

Introduction The recent, hopefully temporal, death of Actix-web forced me to recheck some...

stop async-std task
rust2020-01-22
x1957x1957

stop async-std task

rust async-std

Day34:Common Path Operations - 100DayOfRust
rust2020-01-22
BCBC

Day34:Common Path Operations - 100DayOfRust

Common Path Operations: use std::path::Path; fn main() { let currdir = Path::new("....

Vonmo Trade Experiment. Part 4: Stock charts
erlang2020-01-21
Maxim MolchanovMaxim Molchanov

Vonmo Trade Experiment. Part 4: Stock charts

Today’s one will focus on processing and storage of the information which is essential for graphic instruments of market analysis – or just stock charts

Commentable.rs - Building a Serverless Comment System in Rust
rust2020-01-20
Wojciech OlejnikWojciech Olejnik

Commentable.rs - Building a Serverless Comment System in Rust

In this article I'm going to write about my journey of building Commentable.rs - a privacy oriented D...

Debugging Rust with rust-lldb
rust2020-01-20
Bob MatcukBob Matcuk

Debugging Rust with rust-lldb

This is a quick and dirty primer to debugging rust applications with rust-lldb. Start the D...

Day33:and_then,map_or,unwrap_or - 100DayOfRust
rust2020-01-20
BCBC

Day33:and_then,map_or,unwrap_or - 100DayOfRust

We can apply and_then, map_or, unwrap_or functions to an Option value: and_then: take the wrapped v...

I'm a beginner of Rust but making a programming language by rust
rust2020-01-19
lechatlechat

I'm a beginner of Rust but making a programming language by rust

Rust has an awesome parser Pest which is elegant and fun to use. To make a programming language, you...

Stop bundling - use Zwitterion
javascript2020-01-17
Jordan LastJordan Last

Stop bundling - use Zwitterion

TLDR Zwitterion is a web dev server that lets you import anything, if by anything you mean...