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

Acrylic Window effect with Tauri
nuxt2023-09-02
WaraduWaradu

Acrylic Window effect with Tauri

Today we'll look at how you can make a beautiful Acrylic window effect with Tauri, Nuxt and...

Raspberry Pi - Blinking an LED with Rust
raspberrypi2023-09-01
Gaurav GahlotGaurav Gahlot

Raspberry Pi - Blinking an LED with Rust

Prerequisites Raspberry Pi (I am using Raspberry Pi 4 Model B) LED (8mm, 3.5V,...

A Weekly Rust🦀 Pill #5
rust2023-08-30
Antonio PerroneAntonio Perrone

A Weekly Rust🦀 Pill #5

A Weekly Rust🦀 Pill is a post series where on a weekly base, I share some implementations of the most...

Comparing Rust vs. Zig: Performance, safety, and more
rust2023-08-29
Matt AngelosantoMatt Angelosanto

Comparing Rust vs. Zig: Performance, safety, and more

Written by Oduah Chigozie✏️ When you consider Rust and Zig, they make for a fascinating comparison....

Computing the 10,000th Fibonacci number in less than a second. Unveiling the Secrets of Giant Numbers: Building Your Own BigInt
rust2023-08-28
Bogdan GalinBogdan Galin

Computing the 10,000th Fibonacci number in less than a second. Unveiling the Secrets of Giant Numbers: Building Your Own BigInt

In this exciting journey, we explore the evolution of Fibonacci calculations, from the inefficiency...

GitUI 0.24 supports searching the entire commit history
git2023-08-27
Stephan DillyStephan Dilly

GitUI 0.24 supports searching the entire commit history

GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast,...

How to make your own Godbolt (for C++ and Rust)
tutorial2023-08-28
beto-bitbeto-bit

How to make your own Godbolt (for C++ and Rust)

Introduction I hope you are aware of the existence of Compiler Explorer, a.k.a. Godbolt....

Rewriting Comlink in Rust (kinda)
rust2023-08-26
Vinicius LambardozziVinicius Lambardozzi

Rewriting Comlink in Rust (kinda)

In this post I share my thought process for creating a Rust wrapper around postMessage and making it...

Introduction to the Tower library
rust2023-08-24
Nicolas FränkelNicolas Fränkel

Introduction to the Tower library

One of the components of my OpenTelemetry demo is a Rust application built with the Axum web...

Learning Rust 🦀: 11 - Debugging custom types/Structs
learning2023-08-25
Fady GA 😎Fady GA 😎

Learning Rust 🦀: 11 - Debugging custom types/Structs

In this short article, we will see how we can print our structs / custom types for debugging proposes...

ESP32 Standard Library Embedded Rust: SPI with the MAX7219 LED Dot Matrix
rust2023-08-25
Omar HiariOmar Hiari

ESP32 Standard Library Embedded Rust: SPI with the MAX7219 LED Dot Matrix

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

Learning Rust by Building a CLI App
rust2023-08-25
Mike Teddy OmondiMike Teddy Omondi

Learning Rust by Building a CLI App

Building a Rust CLI Application

Choosing the Right Rust Web Framework: An Overview
rust2023-08-23
ShuttleShuttle

Choosing the Right Rust Web Framework: An Overview

Author: Stefan Baumgartner; Owner at Oida.dev; Rust Linz Organizer In the dynamic landscape of web...

A Simple CRUD API in Rust with Cloudflare Workers, Cloudflare KV, and the Rust Router
rust2023-08-22
Damian EstebanDamian Esteban

A Simple CRUD API in Rust with Cloudflare Workers, Cloudflare KV, and the Rust Router

In this tutorial, software engineer Damian Esteban teaches you how to build a CRUD API using Rust and Cloudflare Workers. Learn how to leverage Rust's speed and safety to create low-latency, resilient serverless functions. The guide covers architecting endpoints, serializing and deserializing data, and integrating with Workers KV. Whether you're new to Rust or an experienced developer, this tutorial will level up your API development skills and show you how Rust supercharges Cloudflare Workers.

Soroban Series 1: Building a Payment Streaming App
soroban2023-08-22
Shada TosinShada Tosin

Soroban Series 1: Building a Payment Streaming App

Streaming payments are a convenient way for users to pay a beneficiary over a period of time while...

Understand Ownership and borrowing in Rust
rust2023-08-21
Dsysd DevDsysd Dev

Understand Ownership and borrowing in Rust

There are many tutorials available on this topic, here I try to show you how I understand this simple...