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

My second impression of Rust and why I think it's a great general-purpose language!
rust2021-05-07
Deepu K SasidharanDeepu K Sasidharan

My second impression of Rust and why I think it's a great general-purpose language!

My second impression of Rust, after building a real-life use case with it and my thoughts on why it is a great general-purpose language for the future.

Rust programming language: what is it & how to learn it?
rust2021-05-10
Igor CekelisIgor Cekelis

Rust programming language: what is it & how to learn it?

Rust is a low-level systems programming language. While that might make Rust seem limited, it can be...

Rust CI with GitHub Actions
rust2021-05-09
CandyCandy

Rust CI with GitHub Actions

CI(Continuous Integration) is a concept that would interest most developers in a collaborative enviro...

Rust: Documenting your Code
rust2021-05-07
Adam.SAdam.S

Rust: Documenting your Code

Hi. As with all projects. It's important to create documentation. This is, as we know, very important...

Understanding Rust as a C++ developer
rust2021-05-05
Philipp RenothPhilipp Renoth

Understanding Rust as a C++ developer

Rust has a steep learning curve and I would also say, not even for professional C++ developers it's a...

Why you should code in Rust in 2021
rust2021-05-06
Romaric P.Romaric P.

Why you should code in Rust in 2021

Rust is one of the most loved languages by developers for 5 years - writing code in Rust will push y...

Rust ownership and borrows - Fighting the borrow-checker
rust2021-05-05
Philipp RenothPhilipp Renoth

Rust ownership and borrows - Fighting the borrow-checker

A thing that is often quite time-consuming writing Rust code is the fight with the borrow-checker. Th...

Rust Enums, Matching, & Options API
rust2021-05-05
Corbin CrutchleyCorbin Crutchley

Rust Enums, Matching, & Options API

If you’ve been active in the programming community within the past few years, you’ve undoubtedly hear...

Rust module system
rust2021-05-05
Philipp RenothPhilipp Renoth

Rust module system

The module system of Rust is very powerful and strict. It’s powered by cargo, the de facto build tool...

The most underrated but useful Rust standard library type
rust2021-05-04
Wren [Undefined]Wren [Undefined]

The most underrated but useful Rust standard library type

The Rust standard library is full of many useful types, traits, and abstractions. Today I'll be...

I²C on the Pinephone
pinephone2021-05-05
PaulPaul

I²C on the Pinephone

A simple Pinephone project that uses the SSD1306 display to output the cell signal of the device

Introduction to gRPC in Rust
rust2021-05-04
Roman KudryashovRoman Kudryashov

Introduction to gRPC in Rust

Overview In this article, you will see how to create gRPC server and client in Rust. For...

Late Night Confessions — Building a Website Using Rust, Rocket, Diesel, and Askama — Part 3
softwareengineering2021-04-29
Johnny TordgemanJohnny Tordgeman

Late Night Confessions — Building a Website Using Rust, Rocket, Diesel, and Askama — Part 3

Cover Photo by Agnis Leznins on Unsplash With a working API layer under our belt, it's...

From JavaScript to Rust : Data Types
rust2021-04-27
LaurieLaurie

From JavaScript to Rust : Data Types

I've been learning Rust. Figure out how to map my understanding of data types is up next.

Using Go inside Wren CLI
go2021-04-28
CamiloCamilo

Using Go inside Wren CLI

Using static libs inside C to create Wren bindings

Teaching as a learning method
beginners2021-04-28
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

Teaching as a learning method

Hello everyone! TL;DR: I am sharing the experience of using "teaching" as a "learning" method that...