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

JavaScript Dev Does Rust: Statements, expressions, and return values
rust2021-07-07
Austin CrimAustin Crim

JavaScript Dev Does Rust: Statements, expressions, and return values

In Rust, a statement is a piece of code that does not return a value and always ends with a...

Rust on the front-end
rust2021-07-04
Nicolas FränkelNicolas Fränkel

Rust on the front-end

Up until now, JavaScript has been the only ubiquitous language available in browsers. It has made...

Thread safety and Learning in Rust
rust2021-07-02
onesignaldevsonesignaldevs

Thread safety and Learning in Rust

Programming interviews can be a great learning experience for interviewers as well as interviewees....

Rust #3: Options, Results and Errors (Part 1)
rust2021-07-03
Matt DaviesMatt Davies

Rust #3: Options, Results and Errors (Part 1)

Options and Results The Option and Result types in Rust will be two of the most used types...

Deploy a Rust Web App With Rocket
rust2021-07-01
Edouard BonlieuEdouard Bonlieu

Deploy a Rust Web App With Rocket

Introduction Rust is a popular programming language offering blazingly fast performance,...

Testing input and output in Rust command line applications
rust2021-06-29
Jeff KreeftmeijerJeff Kreeftmeijer

Testing input and output in Rust command line applications

Working with complex input and output can make command line applications challenging to test, as it...

😎 Manage WebAssembly Apps in WasmEdge Using Docker Tools
webassembly2021-06-29
alabulei1alabulei1

😎 Manage WebAssembly Apps in WasmEdge Using Docker Tools

Developers can leverage Docker tools such as the DockerHub and CRI-O to deploy, manage, and run...

Getting started with MongoDB and Redis in Rust
rust2021-06-28
Roman KudryashovRoman Kudryashov

Getting started with MongoDB and Redis in Rust

Overview This guide will show you how to create a Rust web backend that uses MongoDB, a...

เขียน unit test ใน Rust
rust2021-06-28
Pallat AnchaleechamaikornPallat Anchaleechamaikorn

เขียน unit test ใน Rust

การเขียน unit test ในภาษา Rust โดยปกติแล้วจะเขียนลงไปใน file เดียวกันกับ code ที่ใช้งานจริงเลย...

Borrowing in Rust
rust2021-06-28
Pallat AnchaleechamaikornPallat Anchaleechamaikorn

Borrowing in Rust

เรื่องการยืมหรือ Borrow ใน Rust ที่จริงไม่มีอะไรซับซ้อน หลักๆแล้วเป็นการป้องกันเรื่อง data-race...

The Rustlings exercises - part 2
rust2021-06-27
Nicolas FränkelNicolas Fränkel

The Rustlings exercises - part 2

Last week, I dived into the documentation. It was a bit long, and I decided to split my understanding...

Rust #2: Lifetimes, Owners and Borrowers, OH MY!
rust2021-06-26
Matt DaviesMatt Davies

Rust #2: Lifetimes, Owners and Borrowers, OH MY!

One of the abilities that Rust promises is memory safety, and I'm here to say that it delivers. So...

Stackoverflow scraping with rust
rust2021-06-26
Praveen ChaudharyPraveen Chaudhary

Stackoverflow scraping with rust

It will extract the title, question link, answers count, view count, and votes from StackOverflow...

Rust #1: Creating your development environment
rust2021-06-19
Matt DaviesMatt Davies

Rust #1: Creating your development environment

Overview This blog is my attempt at documenting what I've learnt on my journey using Rust....

Yet Another Snazzy Rust CLI
rust2021-06-19
jeikabujeikabu

Yet Another Snazzy Rust CLI

I recently looked at using pjeziorowski's rollout tool to cross-publish to hashnode and devto. ...

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