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

How I Got My First Rust Job by Doing Open Source
rust2024-04-30
Edwin KysEdwin Kys

How I Got My First Rust Job by Doing Open Source

Hi everyone 👋 I just want to share my story and my most recent achievement about landing on a...

Exploring Zed, an open source code editor written in Rust
rust2024-04-30
Megan LeeMegan Lee

Exploring Zed, an open source code editor written in Rust

Written by Nefe Emadamerho-Atori✏️ Code editors have become an indispensable tool for developers,...

GitHub Sponsor Rust developer Andrew Gallant (BurntSushi)
github2024-05-01
Gabor SzaboGabor Szabo

GitHub Sponsor Rust developer Andrew Gallant (BurntSushi)

Working on Rust as a side project and creating enourmous value to the community

Meet RayQL - A Schema and Query Language for Your SQLite Side Projects
sqlite2024-04-30
Harsh SinghHarsh Singh

Meet RayQL - A Schema and Query Language for Your SQLite Side Projects

Let's be real, as developers, we've all spent way too much time setting up backends, writing...

Introducing "keyv": A Key-Value Storage for Rust
rust2024-04-18
Christian LlontopChristian Llontop

Introducing "keyv": A Key-Value Storage for Rust

Today, I'm happy to announce that I've released keyv, a Rust library designed to simplify key-value...

Create a Custom GitHub Action in Rust
rust2024-04-29
Peter NehrerPeter Nehrer

Create a Custom GitHub Action in Rust

Anyone who gets into serious software development quickly realizes that the path to productivity...

Implement React v18 from Scratch Using WASM and Rust - [9] Unit Test with Jest
react2024-04-29
ayouayou

Implement React v18 from Scratch Using WASM and Rust - [9] Unit Test with Jest

Based on big-react,I am going to implement React v18 core features from scratch using WASM and...

Creating a new blog with Texted
rust2024-04-28
Thiago Massari GuedesThiago Massari Guedes

Creating a new blog with Texted

Overview Creating a new self-hosted blog with texted is super simple. This is a tutorial...

Tutorial: Snake game in Rust (Part 1/2)🐍🦀
rust2024-04-27
Eleftheria BatsouEleftheria Batsou

Tutorial: Snake game in Rust (Part 1/2)🐍🦀

Introduction Hello, amazing people. Today I'm excited to show you how to code the "Snake...

Surprisingly Powerful – Serverless WASM with Rust Article 1
rust2024-04-27
Benjamen PyleBenjamen Pyle

Surprisingly Powerful – Serverless WASM with Rust Article 1

It's been a while since I wrote a series going back almost 9 months to my Building Serverless...

Rust Keyword Extraction: Creating the YAKE! algorithm from scratch
rust2024-04-27
Afonso BarrachaAfonso Barracha

Rust Keyword Extraction: Creating the YAKE! algorithm from scratch

Disclosure: The material in this Tutorial has not been reviewed, endorsed, or approved of by the Rust...

Implement React v18 from Scratch Using WASM and Rust - [8] Support Hooks
react2024-04-26
ayouayou

Implement React v18 from Scratch Using WASM and Rust - [8] Support Hooks

Based on big-react,I am going to implement React v18 core features from scratch using WASM and...

How to deserialise DateTime from toml configuration
rust2024-04-26
Thiago Massari GuedesThiago Massari Guedes

How to deserialise DateTime from toml configuration

When implementing a new configuration parameter for Texted, I needed something to represent the date...

Interview with Zack Xuereb, founder and CEO of Avail
rust2024-04-25
CrabNebulaCrabNebula

Interview with Zack Xuereb, founder and CEO of Avail

Welcome to the 6th episode of our series “Building with Tauri”, where we chat with developers who...

Create a linked list in Rust: The RC smart pointer
rust2024-04-25
Augustine MaduAugustine Madu

Create a linked list in Rust: The RC smart pointer

Hey guys. In this tutorial, I implement a linked list in Rust utilizing the RC smart pointer. You...

Learn Tauri By Doing - Part 1: Introduction and structure
rust2024-04-24
Giuliano1993Giuliano1993

Learn Tauri By Doing - Part 1: Introduction and structure

Introduction This is the first article of a series about learning Tauri through a...