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

Edge IoT with Rust on ESP: HTTP Server
rust2023-10-20
Omar HiariOmar Hiari

Edge IoT with Rust on ESP: HTTP Server

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

Joule heat calculator
rust2023-10-22
mortylenmortylen

Joule heat calculator

I would like to learn programming in the Rust language, and there is no better way to start than by...

Solving LeetCode 1793: Maximum Score of a Good Subarray
leetcode2023-10-22
Nilesh RautNilesh Raut

Solving LeetCode 1793: Maximum Score of a Good Subarray

Have you ever felt like a detective trying to crack a code when solving LeetCode problems? If so,...

Milvus Adventures
opensource2023-10-21
Chris ChuriloChris Churilo

Milvus Adventures

October 20, 2023 HACKTOBERFEST Hacktoberfest is still happening and we recently...

DLLs in Rust🦀
rust2023-10-20
CatterPinguCatterPingu

DLLs in Rust🦀

Dynamic Link Libraries or the DLLs are components which are called by a process through the loader...

Learning Rust 🦀: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices
learning2023-10-20
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 18 - Rust Collections: HashMaps, accessing values with keys instead of indices

I'll continue Rust's collections discusion that started two articles ago with Vectors and Strings as...

Building Apps with Tauri and Elixir
elixir2023-10-19
CrabNebulaCrabNebula

Building Apps with Tauri and Elixir

For the longest time, building desktop apps was a daunting task to web developers. That is, until...

Building Nebula - Prologue: A beginning
webassembly2023-10-19
Marius KluftenMarius Kluften

Building Nebula - Prologue: A beginning

A Function-as-a-Service platform powered by WebAssembly, built with Rust By now, you might have...

Rust web application: MySQL server, sqlx, actix-web and tera.
rust2023-10-18
Be Hai NguyenBe Hai Nguyen

Rust web application: MySQL server, sqlx, actix-web and tera.

We write a Rust web application using a MySQL database. We use the already familiar crate sqlx for...

Trying out Leptos: Fine-grained Reactive Framework for Rust
rust2023-10-18
Rodney LabRodney Lab

Trying out Leptos: Fine-grained Reactive Framework for Rust

Trying out Leptos 🔥 fast, fine-grained reactive full-stack framework for 🦀 Rust, which hydrates your content using WASM.

Meet Fred: The most awesome Redis client for Rust.
redis2023-10-18
Rose Media HouseRose Media House

Meet Fred: The most awesome Redis client for Rust.

TLDR aembke / fred.rs ...

GreptimeDB User Guide — Leveraging our Tools for Efficient PromQL Queries
rust2023-09-18
GreptimeGreptime

GreptimeDB User Guide — Leveraging our Tools for Efficient PromQL Queries

Background PromQL is the query language of the Prometheus monitoring system, used for...

Q3 2023 update - Notifications
buildinpublic2023-10-17
Aleh ZasypkinAleh Zasypkin

Q3 2023 update - Notifications

The original post was published on my blog on September 5, 2023. Hello! With just one month...

Task scheduler interval in the rust
rust2023-10-17
Ramin Farajpour CamiRamin Farajpour Cami

Task scheduler interval in the rust

Tasks Schedule Task scheduler in code that runs a function at specific...

An alternative Any type?
rust2023-10-16
jmaarghjmaargh

An alternative Any type?

Rust's Any type is pretty cool. You can use it to do runtime type reflection, or downcasting, or...

Why I use k_board instead of termion 💻
rust2023-10-15
Stacy RollStacy Roll

Why I use k_board instead of termion 💻

I used to use Termion for managing my dynamic menus, but the truth is that the crate's weight was too...