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

AssemblyLift v0.2 preview: RPC-based IO modules
rust2020-09-15
DanDan

AssemblyLift v0.2 preview: RPC-based IO modules

I feel like it's been a looooong minute since I was last able to give an update on AssemblyLift. Real...

How to Concatenate Strings in Rust
rust2020-09-15
Maxwell DeMersMaxwell DeMers

How to Concatenate Strings in Rust

5 different ways to concatenate strings in Rust

Bookmark - command-line tool to quickly access obnoxious URLs
showdev2020-09-14
Szymon GibałaSzymon Gibała

Bookmark - command-line tool to quickly access obnoxious URLs

Introduction Bookmark is a simple command-line application written in Rust that allows sav...

Let’s build a single binary gRPC server-client with Rust in 2020 - Part 4
rust2020-09-14
T.J. TelanT.J. Telan

Let’s build a single binary gRPC server-client with Rust in 2020 - Part 4

In the previous post, we covered using our protobuf compiled Rust code to implement our gRPC server...

This Week in Rust is really cool
rust2020-09-11
Amber 🏳️‍🌈Amber 🏳️‍🌈

This Week in Rust is really cool

I just wanted to write a quick post about This Week in Rust, just in case anyone actually reads these...

Solving Rustc 'cannot find -lxcb-shape'
rust2020-09-11
Amber 🏳️‍🌈Amber 🏳️‍🌈

Solving Rustc 'cannot find -lxcb-shape'

I wanted to learn Amethyst, a pretty cool game engine made in Rust. But when I tried to compile the "...

Managing Node.js with Volta
javascript2020-09-11
Corey O'DonnellCorey O'Donnell

Managing Node.js with Volta

I recently wrote a blog post about how I use NVM to manage my node version. Someone commented on the...

My terminal became more Rusty 🦀
rust2020-08-21
Mahmoud AshrafMahmoud Ashraf

My terminal became more Rusty 🦀

Originally Published on my blog As a Software-Engineer I spent most of the time inside my terminal,...

Uses and difference b/w switch and match
computerscience2020-09-10
Swastik BaranwalSwastik Baranwal

Uses and difference b/w switch and match

Everyone must be using selection statements for pattern matching or equality checking. Some language...

Juniper - fast & type-safe GraphQL Servers in Rust
graphql2020-09-08
Tomek PoniatowiczTomek Poniatowicz

Juniper - fast & type-safe GraphQL Servers in Rust

GraphQL started being developed internally at Facebook back in 2012, before being publicly released a...

Let’s build a single binary gRPC server-client with Rust in 2020 - Part 3
rust2020-09-07
T.J. TelanT.J. Telan

Let’s build a single binary gRPC server-client with Rust in 2020 - Part 3

In the previous post, we covered creating our data schema in the Protocol Buffer (protobuf) format,...

That's so Rusty: Mutables
rust2020-09-06
ImaculateImaculate

That's so Rusty: Mutables

Given its unique nature, a lot of people are curious to know if Rust is functional. Is it? Let's...

Rust - understanding traits 1
rust2020-09-05
Bruno OliveiraBruno Oliveira

Rust - understanding traits 1

Introduction Many languages today are object-oriented, support this paradigm or, not being object-or...

Publish a simple executable from Rust on Chocolatey 🍫
rust2020-09-04
Thomas GotwigThomas Gotwig

Publish a simple executable from Rust on Chocolatey 🍫

The most comfortable way to install software on Windows is thorugh Chocolatey 🍫 And in this guide you...

Rust and the hidden cargo clippy
rust2020-09-02
Axel NavarroAxel Navarro

Rust and the hidden cargo clippy

Clippy is a «collection of lints to catch common mistakes and improve your Rust code». 💪 But for some...

Why Rust is a great language to learn
rust2020-08-30
Alexandru-Dan PopAlexandru-Dan Pop

Why Rust is a great language to learn

Learning Rust