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

Live Reloading in Rust with Cargo Watch
rust2022-10-16
Jorge CastroJorge Castro

Live Reloading in Rust with Cargo Watch

Helo everyone 👋🏻 When we are developing a Rust application, sometimes we have the need to reduce the...

How to make use of the GitLab CI for Rust Projects
rust2022-10-17
Patrick ElsenPatrick Elsen

How to make use of the GitLab CI for Rust Projects

In this article, I will show you how you can use GitLab to host your Rust project, complete with a working CI setup that runs tests, builds the project and publishes documentation on every commit and merge request.

Primitive Geometry in wgpu and Rust
rust2022-10-15
RyosukeRyosuke

Primitive Geometry in wgpu and Rust

I recently found the Learn WGPU tutorial and finished it, which teaches you how to write a custom 3D...

Create a Markdown Editor with Rust and React
rust2022-10-13
RyosukeRyosuke

Create a Markdown Editor with Rust and React

I’ve been looking for easy projects to jump into Rust with as a beginner and I thought, why not a...

The awesomeness of pattern matching in Rust
rust2022-10-13
Marie K. EkebergMarie K. Ekeberg

The awesomeness of pattern matching in Rust

If you have followed me for a while, you know that I have really started enjoying Rust in the last...

[PT/BR] Criando aplicações web com WebAssembly, Rust e Yew.
rust2022-10-13
Antonio AndersonAntonio Anderson

[PT/BR] Criando aplicações web com WebAssembly, Rust e Yew.

O que é Yew? Yew é uma framework Rust moderno para criar aplicativos web front-end...

Different test scopes in Rust
rust2022-10-12
Nicolas FränkelNicolas Fränkel

Different test scopes in Rust

I'm still working on learning Rust. Beyond syntax, learning a language requires familiarizing oneself...

How Rust can help you write safer and more reliable code
programming2022-10-12
RoyRoy

How Rust can help you write safer and more reliable code

Rust enforces memory safety Rust is designed to be a safe and concurrent language, and it...

Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy
programming2022-10-12
Aviram HassanAviram Hassan

Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy

Most mainstream programming languages strive to fit into a few common standards, to increase...

Generating prime numbers with Python and Rust
primes2022-10-11
Patrick ElsenPatrick Elsen

Generating prime numbers with Python and Rust

An introduction to optimizing numerical algorithms in Rust with the Rayon crate

Platform Agnostic Drivers in Rust: The MAX7219 Driver
rust2022-10-10
Omar HiariOmar Hiari

Platform Agnostic Drivers in Rust: The MAX7219 Driver

Introduction In this post, I continue the work I started in an attempt to create a...

Rust Generics
rust2022-10-09
Praveen ChaudharyPraveen Chaudhary

Rust Generics

It is a way of writing generalised algorithms in such a way that can be used for the types specified...

Rust devlog: Part 3
programming2022-10-09
ThousandthStarThousandthStar

Rust devlog: Part 3

Hello Readers! Welcome to the third devlog on this series where I code a multiplayer turn-based...

8 Tips for Creating a Native Look and Feel in Tauri Applications
tauri2022-10-07
UEDA AkiraUEDA Akira

8 Tips for Creating a Native Look and Feel in Tauri Applications

I recently released Jomai, a Markdown-focused desktop search app made in Tauri. Apps made with Tauri...

Multi-thread Processing in Rust
rust2022-10-07
Billy ChanBilly Chan

Multi-thread Processing in Rust

Most program we wrote is single threaded. Since most of the task is IO bound. It make sense to keep...

My second First App
rust2022-10-07
Antonov MikeAntonov Mike

My second First App

10 month ago I wrote my first app in Rust – Tannenbaum. I decided to make something by myself just...