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

Build your own SQLite, Part 2: Scanning large tables
rust2024-08-24
geoffreycopingeoffreycopin

Build your own SQLite, Part 2: Scanning large tables

In the previous post, we discovered the SQLite file format and implemented a toy version of the...

Table sorting and pagination with HTMX
tutorial2024-08-24
vladkensvladkens

Table sorting and pagination with HTMX

I recently tried HTMX for my new project - ghstats - a dashboard of Github repository traffic in a...

Rust from a Web perspective
rust2024-08-24
Greg, The JavaScript WhispererGreg, The JavaScript Whisperer

Rust from a Web perspective

Something not everyone might know #JavaScript is considered a "C syntax" language; I had learnt C++,...

Setting Up a Simple TCP Server
redis2024-08-24
Dheeraj GopinathDheeraj Gopinath

Setting Up a Simple TCP Server

In this tutorial, you'll start the journey towards building Nimblecache (Redis clone) by first...

Introduction
redis2024-08-24
Dheeraj GopinathDheeraj Gopinath

Introduction

In this series of articles, we will embark on a journey to build a Redis clone using Rust. This...

Viddy v1.0.0: Reimplementing in Rust from Go
rust2024-08-22
Takumasa SakaoTakumasa Sakao

Viddy v1.0.0: Reimplementing in Rust from Go

In this article, I would like to share my experiences and insights gained during the reimplementation of Viddy, a TUI tool I have been developing, from Go to Rust for the v1.0.0 release. Viddy was originally developed as a modern version of the watch command, but this time, I took on the challenge of reimplementing it in Rust. I hope this article serves as a useful reference for those interested in developing with Rust.

Building a Simple CLI in Rust
programming2024-08-20
Francesco CiullaFrancesco Ciulla

Building a Simple CLI in Rust

Rust is a powerful and fast systems programming language gaining popularity in various domains. One...

Tauri dialog instead of window.confirm
react2024-08-19
nk_Enukenk_Enuke

Tauri dialog instead of window.confirm

[Background] I used window.confirm to confirm actions before calling backend processes. But, Tauri’s...

Interview with Siddharth, creator of Micro, Tauri plugin decorum, and more!
tauri2024-08-08
CrabNebulaCrabNebula

Interview with Siddharth, creator of Micro, Tauri plugin decorum, and more!

After successfully conducting the first season of our series “Building with Tauri”, where we chatted...

Rust number types explained
rust2024-08-17
Augustine MaduAugustine Madu

Rust number types explained

A number can either be an integer or a float. Numbers without fractional components are integers,...

Experimental Wasm/Rust support for Pulumi
devops2024-08-15
​Andrzej Ressel​Andrzej Ressel

Experimental Wasm/Rust support for Pulumi

I was working on this for the last few months and while it's still not very ergonomic I believe it's...

Godot Rust CI: Handy GDScript & Rust GitHub Actions
gamedev2024-08-15
Rodney LabRodney Lab

Godot Rust CI: Handy GDScript & Rust GitHub Actions

Godot Rust CI 🤖 Game dev GitHub actions to add to your Godot Rust GDExtension game for linting GDScript and 🦀 Rust code on each commit.

Deserialising binary data in Rust
rust2024-08-15
Thiago Massari GuedesThiago Massari Guedes

Deserialising binary data in Rust

One common way to deal with serialised data in C++ is to map to a struct, but in Rust with memory...

How to Reasonably Keep Your Tauri Commands Organized in Rust
rust2024-08-13
Godwin JemegahGodwin Jemegah

How to Reasonably Keep Your Tauri Commands Organized in Rust

When building Tauri applications, it's important to keep your codebase organized, especially as your...

I Created a Rust-Based TUI Tool 'flx' for Flutter Developers
flutter2024-08-13
Takeshi TsukamotoTakeshi Tsukamoto

I Created a Rust-Based TUI Tool 'flx' for Flutter Developers

Hello, I'm itome, working at a company that develops the woodstock.club app, where you can buy U.S....

Implement React v18 from Scratch Using WASM and Rust - [23] Support Fragment
react2024-08-13
ayouayou

Implement React v18 from Scratch Using WASM and Rust - [23] Support Fragment

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