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

Working through the fast.ai book in Rust - Part 1
rust2023-11-18
Favil OrbediosFavil Orbedios

Working through the fast.ai book in Rust - Part 1

Introduction I've been dreaming about completing the fast.ai course for about 4 years now....

Minky scripting language
programming2023-11-15
Techie KhoTechie Kho

Minky scripting language

Edit: It has been rebranded to Blinklet, here is the repo So I have written a simple scripting...

WHY ALL REAL FRONT-END DEVELOPERS SHOULD REWRITE EVERYTHING IN RUST IN 2024
career2023-11-14
Jean-Michel 🕵🏻‍♂️ FayardJean-Michel 🕵🏻‍♂️ Fayard

WHY ALL REAL FRONT-END DEVELOPERS SHOULD REWRITE EVERYTHING IN RUST IN 2024

The title speaks for itself but you are such a bunch of loosers that I will do a FAQ anyway. Who...

Rust: JSON Web Token -- some investigative studies on crate jwt-simple.
rust2023-11-17
Be Hai NguyenBe Hai Nguyen

Rust: JSON Web Token -- some investigative studies on crate jwt-simple.

Via experimentations, I seek to answer the following question regarding crate jwt-simple: how do we...

Create a Full stack Rust desktop App with Tauri, Yew and Tailwind CSS
rust2023-11-16
MaxMax

Create a Full stack Rust desktop App with Tauri, Yew and Tailwind CSS

In this tutorial, we're going to be building a desktop Pomodoro timer app using Tauri and Yew. I...

Greptime User Guide - How to Store GreptimeDB Data on AWS S3
aws2023-10-18
GreptimeGreptime

Greptime User Guide - How to Store GreptimeDB Data on AWS S3

Step 1 Download GreptimeDB To begin, download the GreptimeDB binary file for your...

Add context to errors
rust2023-11-16
Szymon GibałaSzymon Gibała

Add context to errors

It is Friday evening. Bob just wants to wrap up the small bug fix in the service developed by his...

Package All the Things
tauri2023-10-13
CrabNebulaCrabNebula

Package All the Things

TLDR: We published cargo-packager, a tool for bundling apps in any ecosystem, that we are building...

Building and Deploying a Static Site Generator in less than an hour using Rust
rust2023-11-15
ShuttleShuttle

Building and Deploying a Static Site Generator in less than an hour using Rust

We'll be making a website in the form of a Rust static site generator that we'll be able to add our...

CrabNebula and Tauri: Pioneering Resilient App Development Together
tauri2023-11-15
CrabNebulaCrabNebula

CrabNebula and Tauri: Pioneering Resilient App Development Together

At CrabNebula, our mission has always been to tackle the complex challenges in app development...

Ping-Pong rust: a project for your first dev-job
rust2023-11-15
Stacy RollStacy Roll

Ping-Pong rust: a project for your first dev-job

If you're looking for your first job as a Rust developer and are considering a project for your...

8 Rusty open source data projects to watch in 2024 🤩
rust2023-12-07
DebDeb

8 Rusty open source data projects to watch in 2024 🤩

Context The open source ecosystem is my favourite aspect of tech. It has been since the...

L'ownership en Rust !
rust2023-11-15
Jean-NoëlJean-Noël

L'ownership en Rust !

Introduction On m'a souvent demandé : "Parmi toutes les fonctionnalités de Rust, si tu...

A more powerful cargo auto-completions through argc-completions
cargo2023-11-15
sigodensigoden

A more powerful cargo auto-completions through argc-completions

Support multiple shells, multiple platforms Supported...

Using Dioxus with Rust to build performant single-page apps
rust2023-11-14
Matt AngelosantoMatt Angelosanto

Using Dioxus with Rust to build performant single-page apps

Written by Eze Sunday✏️ Web clients often need to request data to update part of a website. Before...

[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs
rust2023-11-14
Vee SatayamasVee Satayamas

[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs

I want to develop my Rust library more interactively with Lisp-style read-eval-print loop (REPL). So...