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

Type conversion in Rust (as, From, and Into)
rust2021-01-15
Richard Oliver BrayRichard Oliver Bray

Type conversion in Rust (as, From, and Into)

I'm fairly new to Rust and it's a language I've actually enjoyed learning, mainly for game developmen...

Why Did Rust Pick the 'If Let' Syntax?
rust2021-01-12
Joe ClayJoe Clay

Why Did Rust Pick the 'If Let' Syntax?

The 'if let' syntax often seems confusing/backwards to Rust newcomers, but there's a good reason why it looks the way it does.

Replacing FastAPI with Rust: Part 3 - Trying Actix
rust2021-01-13
Dylan AnthonyDylan Anthony

Replacing FastAPI with Rust: Part 3 - Trying Actix

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. TL;...

Enable Rust autocomplete in Neovim
autocomplete2021-01-13
Vee SatayamasVee Satayamas

Enable Rust autocomplete in Neovim

Prerequisite I use Ubuntu 20.04 and I have already install node.js. Install...

Rust: Initial thoughts
rust2021-01-12
Henry BoisdequinHenry Boisdequin

Rust: Initial thoughts

Recently, I have started to learn Rust. Why Rust you ask? Well, it's one of the best programming lang...

🦀 Publishing My First Rust Crate
rust2021-01-11
Vladimir GuguievVladimir Guguiev

🦀 Publishing My First Rust Crate

So, I've published my first Rust crate. This post is a brief summary of my experience going through...

Dynamically Aligned Types?
rust2021-01-11
Crystal DurhamCrystal Durham

Dynamically Aligned Types?

At this point, you're probably aware of what a dynamically sized type, or DST, is. They're types like...

Weekly Update #1 - 10th Jan 2021
devjournal2021-01-10
Henry BoisdequinHenry Boisdequin

Weekly Update #1 - 10th Jan 2021

Hello! This is my first weekly update of 2021! Around a week ago, I posted an article specifying my g...

CLI Shell Completions in Rust
rust2021-01-08
Kevin K.Kevin K.

CLI Shell Completions in Rust

In this post we add shell completions to the XKCD CLI utility we made earlier. We'll show how easy it...

Rust 101 - The Syntax and Basics
rust2021-01-04
Alex MercedAlex Merced

Rust 101 - The Syntax and Basics

Why do we need another lower-level compiled language? Often times when you need to create...

Understanding Yew Part 1
rust2021-01-07
ScottScott

Understanding Yew Part 1

Notes on creating SPA's uisng yew

🦀 Rust Reviewed: Is the hype justified? 🦀
rust2020-12-22
Basti OrtizBasti Ortiz

🦀 Rust Reviewed: Is the hype justified? 🦀

The Rust programming language has steadily been on the rise in terms of adoption and popularity. But is all the hype justified? In this article, I reflect on my experience with Rust in the past year, tackling the golden moments as well as the pain points.

Wanting to use BPF with Rust (Part 1)
rust2021-01-05
Kevin K.Kevin K.

Wanting to use BPF with Rust (Part 1)

Writing eBPF code is somewhat new and not for the feint of heart. It's typically done in a low level...

Diving into Rust with a CLI
rust2021-01-05
Kevin K.Kevin K.

Diving into Rust with a CLI

A blog post titled, "Diving into Go by Building a CLI Application" has been making it's rounds of the...

Why You Should Learn Rust in 2021
rust2021-01-04
SerokellSerokell

Why You Should Learn Rust in 2021

According to the StackOverflow surveys, Rust has been the most loved programming language for the l...

Rust RedBPF Networking (Part 4)
rust2021-01-05
Kevin K.Kevin K.

Rust RedBPF Networking (Part 4)

Current lay of the land NOTE: Before we start I need to disclaim that this post/series is...