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

Deep Neural Network from Scratch in Rust 🦀 - Part 3- Forward Propagation
machinelearning2023-05-21
Akshay BallalAkshay Ballal

Deep Neural Network from Scratch in Rust 🦀 - Part 3- Forward Propagation

In the previous part of our blog series, we discussed how to initialize a neural network (NN)...

Rust Trait Implementation Wizardry 🧙: Unveiling the Magic of Macro Rules
rust2023-05-21
Liam CleggLiam Clegg

Rust Trait Implementation Wizardry 🧙: Unveiling the Magic of Macro Rules

IMPORTANT: This article will be a continuation of my previous article about rust traits. So go...

Rust 🦀 CRUD Rest API with Docker 🐳
rust2023-05-04
Francesco CiullaFrancesco Ciulla

Rust 🦀 CRUD Rest API with Docker 🐳

Let's create a CRUD Rest API in Rust using: No specific framework Serde to serialize and...

Build a HTTP server with Rust and tokio - Part 1: serving static files
rust2023-05-20
geoffreycopingeoffreycopin

Build a HTTP server with Rust and tokio - Part 1: serving static files

In this episode, we'll extend our server to serve static files. We'll also refactor our code to...

Deep Neural Network from Scratch in Rust 🦀 : Part 1- Basics of Neural Network
programming2023-05-17
Akshay BallalAkshay Ballal

Deep Neural Network from Scratch in Rust 🦀 : Part 1- Basics of Neural Network

Introduction Hi there! I'm excited to share with you my latest blog post on building a...

Simple IT: Set Up and Ongoing Maintenance of Zero Assumptions
rust2023-04-29
Falon DarvilleFalon Darville

Simple IT: Set Up and Ongoing Maintenance of Zero Assumptions

Zero Assumptions is easy to set up and easy to maintain. A very small team or even a single person is...

How to Write Files in Rust
rust2023-05-19
Oliver JumpertzOliver Jumpertz

How to Write Files in Rust

All software has to write data to the file system at some point. This is also true for programs...

Building microservices in Rust with Spin
rust2023-05-18
Matt AngelosantoMatt Angelosanto

Building microservices in Rust with Spin

Written by Oduah Chigozie✏️ Rust offers a powerful and efficient approach to developing...

Deep Neural Network from Scratch in Rust 🦀 - Part 2- Loading Data and Initializing an NN Model
machinelearning2023-05-18
Akshay BallalAkshay Ballal

Deep Neural Network from Scratch in Rust 🦀 - Part 2- Loading Data and Initializing an NN Model

I hope you have gone through part 1 to understand the premise of how a neural network broadly works...

ESP32 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement
rust2023-05-18
Omar HiariOmar Hiari

ESP32 Embedded Rust at the HAL: Timer Ultrasonic Distance Measurement

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

Clustered SurrealDB for 1.0.0-beta9
surrealdb2023-04-26
Przemyslaw Hugh KaznowskiPrzemyslaw Hugh Kaznowski

Clustered SurrealDB for 1.0.0-beta9

In this post, I will show you how to set up a distributed SurrealDB cluster that shares a distributed...

Build a desktop app with Qt and Rust
qt2023-05-16
Matt AngelosantoMatt Angelosanto

Build a desktop app with Qt and Rust

Written by Azzam S.A ✏️ The rise of progressive web applications has resulted in a commensurate...

Rust中的“废话”
rust2023-05-17
drakedrake

Rust中的“废话”

相比于Python语言的简洁,Rust中存在很多废话 1、 let...

I built the same Web Server in 5 languages. Here's what I found…
node2023-05-16
Chris KayChris Kay

I built the same Web Server in 5 languages. Here's what I found…

I created the same File Share Server in Rust ( Actix Web ), C++ ( Crow ) , Python ( Django ) and...

How I used wasm-pack to build a WebAssembly module for an AudioWorkletProcessor
rust2023-05-15
Andrew LuchukAndrew Luchuk

How I used wasm-pack to build a WebAssembly module for an AudioWorkletProcessor

If you haven't been following this series, I have been building a synthesizer in Rust and...

My journey with Rust 🦀 #1 - Why Rust?
rust2023-05-16
Assis ZangAssis Zang

My journey with Rust 🦀 #1 - Why Rust?

Perhaps the biggest reason I chose to study Rust is because it is considered one of the most beloved...