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

Rig: A Rust Library for Building LLM-Powered Applications
rust2024-09-01
Tachi 0xTachi 0x

Rig: A Rust Library for Building LLM-Powered Applications

TL;DR Rig is an open-source Rust library that simplifies and accelerates the development of...

Lifetimes in Rust Explained with Examples
rust2024-09-01
Augustine MaduAugustine Madu

Lifetimes in Rust Explained with Examples

In this article, you are going to learn about lifetimes in rust, together with its purpose using...

Borrowing and References in Rust Explained
rust2024-08-31
Augustine MaduAugustine Madu

Borrowing and References in Rust Explained

To understand references in Rust, it will be beneficial to have knowledge on how the ownership system...

Rust ownership System Explained
rust2024-08-30
Augustine MaduAugustine Madu

Rust ownership System Explained

To understand the concept of ownership, it is necessary to have an idea of what the stack and the...

Setup your own Standalone/Local Stellar Blockchain to test different Smart Contracts & dApps
web32024-08-31
Rio JosRio Jos

Setup your own Standalone/Local Stellar Blockchain to test different Smart Contracts & dApps

Note: This is an cross posted article originally published on my blog decodedHTML.com ...

tex-fmt: An extremely fast LaTeX formatter written in Rust
latex2024-08-29
William UnderwoodWilliam Underwood

tex-fmt: An extremely fast LaTeX formatter written in Rust

I am working on tex-fmt, a new and extremely fast LaTeX formatter written in Rust. It can be...

Rust vs Go? Which Should You Learn in 2026
rust2024-08-27
Damilola OshungboyeDamilola Oshungboye

Rust vs Go? Which Should You Learn in 2026

Introduction Rust and Go are languages with applications in performance-critical...

Parsing Redis Commands with tokio-util
redis2024-08-28
Dheeraj GopinathDheeraj Gopinath

Parsing Redis Commands with tokio-util

In our ongoing series on building a Redis clone using Rust, we've covered the basics of setting up a...

Building cross-platform GUI apps in Rust using egui
rust2024-08-27
Megan LeeMegan Lee

Building cross-platform GUI apps in Rust using egui

Written by Mario Zupan✏️ Ever since the rise of Electron, which lead to a bit of a renaissance of...

An introduction to rust for the typescript developer
typescript2024-08-27
RhlRhl

An introduction to rust for the typescript developer

As a TypeScript developer, you’ve likely become accustomed to the flexibility and safety that...

Build a Bare-Bones RESP parser
redis2024-08-27
Dheeraj GopinathDheeraj Gopinath

Build a Bare-Bones RESP parser

In this article, we explore the basics of RESP (REdis Serialization Protocol), a protocol used by...

I created a simple app by very fast Rust web framework Actix web. Please use this as a sample code.
actix2024-08-15
lechatlechat

I created a simple app by very fast Rust web framework Actix web. Please use this as a sample code.

Background I believe it was last year when I had an interview at a company. As part of the...

Best Programming Language for Web3 in 2024
web32024-08-26
ShanuShanu

Best Programming Language for Web3 in 2024

If you're new to Web3 development, choosing the right programming language can seem daunting. This...

Taking Local K8s for a Spin with Minikube and ArgoCD
kubernetes2024-08-25
Benjamen PyleBenjamen Pyle

Taking Local K8s for a Spin with Minikube and ArgoCD

In the beginning there were punched cards. And since that beginning, technologists have continued to...

Why Rust Is a Good Choice for Web3 Development
web32024-08-25
ShanuShanu

Why Rust Is a Good Choice for Web3 Development

Web3 is revolutionizing the internet, shifting from centralized models to decentralized applications...

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