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

5 Reasons Why You Should Start Using Rust for Personal Projects
rust2021-08-10
Beka ModebadzeBeka Modebadze

5 Reasons Why You Should Start Using Rust for Personal Projects

When one master's student at the University of Helsinki was not able to get his hands on one of the...

Rust #8: Strings
rust2021-08-10
Matt DaviesMatt Davies

Rust #8: Strings

Strings, at first glance in Rust, may seem very complicated. First of all, there's the existence of...

Two diagrams showing the current Rust network ecosystem
tokio2021-08-10
AlexAlex

Two diagrams showing the current Rust network ecosystem

rust web ecosystems

Rust cli example: Ferris fetches Go gopher postcards
rust2021-08-09
René RibaudRené Ribaud

Rust cli example: Ferris fetches Go gopher postcards

Why this article This article is inspired by Aurelie Vache's...

Rust's Vector
rust2021-08-08
Nicolas FränkelNicolas Fränkel

Rust's Vector

I'll be honest: I initially wanted to describe all collections available in Rust as well as their...

Smart Contracts on the MultiversX (Elrond) blockchain
blockchain2021-08-07
Julian.ioJulian.io

Smart Contracts on the MultiversX (Elrond) blockchain

Are you interested in NFTs on the MultiversX (Elrond) blockchain? Check out open source tools that...

Rust BDD tests with Cucumber
rust2021-08-04
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

Rust BDD tests with Cucumber

This post is out of date. The cucumber crate version used here is obsolete. Fortunately, the new...

Useful 7 Linux/MacOS Terminal tools🛠️ (Windows too partially)
linux2021-08-04
Kingkor Roy TirthoKingkor Roy Tirtho

Useful 7 Linux/MacOS Terminal tools🛠️ (Windows too partially)

Terminal/Command Line gives you the power of a god👑. You can do anything with it Starting from...

Implementing Base64 from scratch in Rust
base642021-08-02
TiemenTiemen

Implementing Base64 from scratch in Rust

Implementing a Base64 encoder and decoder from scratch in Rust.

Rust #7: Command-Line interfaces
rust2021-08-01
Matt DaviesMatt Davies

Rust #7: Command-Line interfaces

I have discovered that Rust has great support for writing Command-Line Interface (CLI) tools, or...

Accessible Text on Images: Nail the Contrast Ratio
svelte2021-07-30
Rodney LabRodney Lab

Accessible Text on Images: Nail the Contrast Ratio

Accessible Text on Images: place your text on a semi-transparent background overlay but what alpha do you need for the text to be accessible?

Adding our own custom statement to Rust language
rust2021-07-30
DaveDave

Adding our own custom statement to Rust language

Adding a custom statement to Rust compiler called Unless which is equivalent of if !cond {...}

Rust: First Thoughts
rust2021-07-28
Alex PoulosAlex Poulos

Rust: First Thoughts

My third child, Maximus, was born this Spring, and thanks to a generous parental leave policy I’ve...

Deno installation on Arch Linux
deno2021-07-28
nabbisennabbisen

Deno installation on Arch Linux

What is Deno? deno.land, the official website, tells shortly and impressively: Deno is a simple,...

✨🥞 Rust Visualized: The Stack, the Heap, and Pointers
rust2021-07-26
ender minyardender minyard

✨🥞 Rust Visualized: The Stack, the Heap, and Pointers

The part of your operating system that allocates memory for a program as well as loading its code and...

First steps with Rust declarative macros!
beginners2021-07-26
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

First steps with Rust declarative macros!

Macros are one of the ways to extend Rust syntax. As The Book calls it, “a way of writing code that...