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

Understanding Lifetime in Rust
rust2023-07-31
Dsysd DevDsysd Dev

Understanding Lifetime in Rust

When learning Rust, the first time one encounters a compilation error that states about lifetimes,...

How to Wrap Your Errors with Enums when using Error-stack
rust2023-07-01
neon_archneon_arch

How to Wrap Your Errors with Enums when using Error-stack

Introduction I am an intermediate rust developer and you may know me from my posts on...

[pytheus] simple multiprocess metrics for sync/async python applications
python2023-07-01
Shy DevyShy Devy

[pytheus] simple multiprocess metrics for sync/async python applications

pytheus A modern python library for collecting prometheus metrics for your application...

Writing smart contracts in ink!
polkadot2023-07-30
BekkaBekka

Writing smart contracts in ink!

If you are looking for a soft landing into polkadot and you don't want to bother about writing...

Quick guide to Rust's From/Into and TryFrom/TryInto Traits
rust2023-07-29
Peter BlockmanPeter Blockman

Quick guide to Rust's From/Into and TryFrom/TryInto Traits

While working with Rust, I find myself implementing a lot of From/Into or TryFrom/TryInto traits in...

Creating Terminal UI in Rust
rust2023-07-28
PraxTubePraxTube

Creating Terminal UI in Rust

An article about building a Terminal UI application using Rust.

Learning Rust 🦀: 07 - Ownership: Memory Dynamics
learning2023-07-28
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 07 - Ownership: Memory Dynamics

In the last article, I said that I'd split the Rust Ownership topic over 2 articles. But this will be...

ESP32 Standard Library Embedded Rust: I2C Communication
rust2023-07-28
Omar HiariOmar Hiari

ESP32 Standard Library Embedded Rust: I2C Communication

This blog post is the third of a multi-part series of posts where I explore various peripherals in...

The Power Of RUST: Introduction and Deep Dive in Advanced Concepts: Ownership, References and Borrowing.
rust2023-07-26
Ayoub AlouaneAyoub Alouane

The Power Of RUST: Introduction and Deep Dive in Advanced Concepts: Ownership, References and Borrowing.

Rust is a language created by an employee in Mozilla before 2010, but after this date the programming...

Oque estudar {rust}
rust2023-07-27
DaviDavi

Oque estudar {rust}

Para aprender Rust, você pode seguir uma abordagem passo a passo para adquirir os conhecimentos...

What is Arc in Rust and how to use it with rust traits ?
rust2023-07-27
Dsysd DevDsysd Dev

What is Arc in Rust and how to use it with rust traits ?

Using Arc with traits in Rust is a bit more involved, but I'll do my best to explain it to you step...

What Makes Rust Stand Out?
discuss2023-07-24
dev.to staffdev.to staff

What Makes Rust Stand Out?

As a Rust enthusiast, what advice would you give to developers considering learning Rust and...

Rust-aurant Recipes: Art of Error Handling in Rust
rust2023-07-25
Chidozie C. OkaforChidozie C. Okafor

Rust-aurant Recipes: Art of Error Handling in Rust

Rust recipe banner Imagine yourself chopping, frying, and boiling with the accuracy of a Michelin...

Rust style method definition in Python
python2023-07-14
Hamed ZaghaghiHamed Zaghaghi

Rust style method definition in Python

It all started when I was browsing Rust documentation and noticed that in Rust language struct...

A Comparative Analysis of Golang and Rust: Unraveling the Strengths and Trade-offs
go2023-07-24
soheil-khaledabadisoheil-khaledabadi

A Comparative Analysis of Golang and Rust: Unraveling the Strengths and Trade-offs

Golang (Go) and Rust are two powerful and emerging programming languages that have gained significant...

Unlocking Istio's Versatility: A Guide to WASM Plugins in Kubernetes
webassembly2023-07-24
GFGF

Unlocking Istio's Versatility: A Guide to WASM Plugins in Kubernetes

Introduction In this article, I want to share my experience with Istio Wasm Plugin and how...