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

ESP Embedded Rust: Ping CLI App Part 1
cli2024-02-17
Omar HiariOmar Hiari

ESP Embedded Rust: Ping CLI App Part 1

Introduction In the last blog post, I demonstrated the basic usage of ping::EspPing. Also...

Rust Tooling: 8 tools that will increase your productivity
rust2024-02-15
ShuttleShuttle

Rust Tooling: 8 tools that will increase your productivity

When it comes to Rust, there’s an extensive ecosystem of libraries and packages to get you where you...

Transitioning From PyTorch to Burn
deeplearning2024-02-14
Guillaume LagrangeGuillaume Lagrange

Transitioning From PyTorch to Burn

Deep learning development requires very high-level abstractions as well as extremely fast execution...

Blazing Fast Change Data Capture with DynamoDB Streams and Rust
aws2024-02-16
Benjamen PyleBenjamen Pyle

Blazing Fast Change Data Capture with DynamoDB Streams and Rust

Propagating changes in an event-driven system can be accomplished in many different ways with many...

Rust cheatsheet examples part_1
rust2024-02-15
Stanislav KinazevStanislav Kinazev

Rust cheatsheet examples part_1

Basic Types & Variables Boolean bool - Boolean (true or false) ...

Rust is taking off?
rust2024-02-14
Sergey TsvetkovSergey Tsvetkov

Rust is taking off?

It is very interesting to observe the raise of Rust. Just a few years ago it was a niche language...

The Age of Oxidation: How Rust is Revolutionizing JavaScript Tooling
webdev2024-02-14
MORDECAI ETUKUDOMORDECAI ETUKUDO

The Age of Oxidation: How Rust is Revolutionizing JavaScript Tooling

JavaScript recently celebrated its 28th birthday, reaffirming its enduring significance in the realm...

Rust Game Dev Log #4: Terrain Generation!
rust2024-02-14
Michael MironidisMichael Mironidis

Rust Game Dev Log #4: Terrain Generation!

Big changes! This dev log will cover the changes I have made implementing terrain. I will...

Five Things I Wish I Knew Before Learning Rust: Navigating Prerequisites and Resources
rust2024-02-13
MORDECAI ETUKUDOMORDECAI ETUKUDO

Five Things I Wish I Knew Before Learning Rust: Navigating Prerequisites and Resources

Before diving into learning Rust, there are several important things I wish I knew. Starting with...

Build statically linked Rust binary with musl (and avoid a common pitfall)
rust2024-02-13
Abhishek PareekAbhishek Pareek

Build statically linked Rust binary with musl (and avoid a common pitfall)

Introduction I was required to produce a x86-64 statically linked Rust binary for a...

apimock-rs (former json-responder) 1.1: dynamic path resolution
jsonresponder2024-02-12
nabbisennabbisen

apimock-rs (former json-responder) 1.1: dynamic path resolution

I released json-responder 1.1.0. nabbisen / ...

Tauri - Rust, Js and Native Apps
rust2024-02-12
Giuliano1993Giuliano1993

Tauri - Rust, Js and Native Apps

Good morning everyone and happy MonDEV!☕️ As promised, after a softier week, I'm back bringing you...

Resolving Memory Fragmentation for Linkedlist Heap Allocator
rust2024-02-11
Raine-Yang-UofTRaine-Yang-UofT

Resolving Memory Fragmentation for Linkedlist Heap Allocator

This blog is based on the chapter Allocator Design of tutorial Writing an OS in Rust...

Control flow in Rust
rust2024-02-06
Francesco CiullaFrancesco Ciulla

Control flow in Rust

In this lesson, we'll cover the basic control flow in Rust. We'll cover the following topics: if...

Super Bowl Squares on Solana
solana2024-02-10
rhizarhiza

Super Bowl Squares on Solana

Super Bowl Squares on Solana For as long as I can remember, every time the Super Bowl came around,...

My Personal Serverless Rust Developer Experience. It’s Better Than You Think
serverless2024-02-10
Benjamen PyleBenjamen Pyle

My Personal Serverless Rust Developer Experience. It’s Better Than You Think

One of the things that can be difficult when starting with a new technology, framework or tool is...