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

Tauri is the best Electron alternative....
rust2022-08-20
Rajvir SinghRajvir Singh

Tauri is the best Electron alternative....

Every web developer who uses electron for making desktop applications with ease knows that electron...

Practical Bloom Filters
rust2022-08-19
👨‍💻 Dillen Meijboom👨‍💻 Dillen Meijboom

Practical Bloom Filters

A couple of years ago I wanted to learn more about different types of commonly used data structures....

🚀 Just launched a new scalable cloud graph database! Any feedback/users/testers appreciated!
database2022-08-15
Jaime Morgan HitchcockJaime Morgan Hitchcock

🚀 Just launched a new scalable cloud graph database! Any feedback/users/testers appreciated!

My brother and I have just 🚀 launched our scalable cloud graph database SurrealDB in public open...

Writing a new programming language. Part IV: Boolean expressions and if statements
rust2022-08-18
Konstantin GrechishchevKonstantin Grechishchev

Writing a new programming language. Part IV: Boolean expressions and if statements

It was pleasing to see the number of reactions and reads on the last part of the tutorial! As...

Calling C code from Rust
rust2022-08-17
Yury SamkevichYury Samkevich

Calling C code from Rust

Rust was originally designed as a systems language for writing high performance applications that are...

STM32F4 Embedded Rust at the HAL: Timer Interrupts
rust2022-08-29
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the HAL: Timer Interrupts

This blog post is the second of a three-part series of posts where I explore interrupts for the...

The state of Rust GUI libraries
rust2022-08-17
Matt AngelosantoMatt Angelosanto

The state of Rust GUI libraries

Written by Solomon Esenyi✏️ Graphical user interfaces (GUIs) provide an intuitive visual frontend...

Git Selective Ignore: Because Sometimes You Need to Keep Secrets from Git (But Not From Yourself)
rust2022-08-17
Satyajit RoySatyajit Roy

Git Selective Ignore: Because Sometimes You Need to Keep Secrets from Git (But Not From Yourself)

null

Rust and Neovim - A Thorough Guide and Walkthrough
rust2022-08-16
Rodrigo SantiagoRodrigo Santiago

Rust and Neovim - A Thorough Guide and Walkthrough

This post is a detailed explanation and walkthrough of how I set up my Rust development environment...

Carcinisation of mirrord (or: why we use Rust)
rust2022-08-16
Aviram HassanAviram Hassan

Carcinisation of mirrord (or: why we use Rust)

Carcinisation (or carcinization) is an example of convergent evolution in which a crustacean evolves...

6 Things I Wish I Knew Starting with Embedded Rust
rust2022-08-15
Omar HiariOmar Hiari

6 Things I Wish I Knew Starting with Embedded Rust

Introduction There is no doubt in my mind that Rust is a great (if not the best) language...

Get Started with Rust: Structs
rust2022-08-16
SerokellSerokell

Get Started with Rust: Structs

Get Started With Rust: Structs In almost any programming language, you can create data...

5 Modern CLI tools that help boost your productivity
productivity2022-08-13
Anish DeAnish De

5 Modern CLI tools that help boost your productivity

As developers, most of us use the terminal to interact with our computers for many tasks as we find...

Talking to python with rust
programming2022-08-15
sectasysectasy

Talking to python with rust

A few words about Rust Rust is a systems programming language that runs blazingly fast,...

Building Redis Server in Rust: Part 2
rust2022-08-15
Ashish SinghAshish Singh

Building Redis Server in Rust: Part 2

In the previous blog post, we covered single threaded client server communication. In this blog post,...

How to schedule and run cron jobs in Rust using apalis
rust2022-08-14
Njuguna MureithiNjuguna Mureithi

How to schedule and run cron jobs in Rust using apalis

For this tutorial, we're going to use apalis to run cron jobs in an async context. We will also look...