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

Rust + Wasm + Tailwind + Svelte
rust2021-01-03
Andrea GiacobinoAndrea Giacobino

Rust + Wasm + Tailwind + Svelte

For this winter lockdown season I took some time to learn Rust and to pack it up with WASM, Tailwind...

Rust - Serde Json By Example
rust2021-01-03
pintuchpintuch

Rust - Serde Json By Example

Basic struct serialization and deserialization Serialization happens via serde_json::to_st...

Replacing FastAPI with Rust: Part 1 - Intro
rust2020-12-29
Dylan AnthonyDylan Anthony

Replacing FastAPI with Rust: Part 1 - Intro

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. Wha...

Writing an Assembler in Rust, and How I Got Stuck on the Lexer
rust2021-01-02
Ashton Scott SnappAshton Scott Snapp

Writing an Assembler in Rust, and How I Got Stuck on the Lexer

So, I've been writing an assembler in Rust for an architecture that hasn't been implemented yet (beca...

We Made 8086 Emulator In Rust and Integrated it with React using WASM
showdev2021-01-01
YJDoc2YJDoc2

We Made 8086 Emulator In Rust and Integrated it with React using WASM

Short Version We made an Intel 8086 Emulator in Rust. The commandline version is at : ht...

Replacing FastAPI with Rust: Part 2 - Research
rust2021-01-01
Dylan AnthonyDylan Anthony

Replacing FastAPI with Rust: Part 2 - Research

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. Int...

Creating a GUI for a Rust application
rust2021-01-01
Henry BarretoHenry Barreto

Creating a GUI for a Rust application

I suppose the majority of beginner programmers aspire to create something amazing and popular, and...

An extensible game scripting system for Legion ECS Pt.1
gamedev2020-12-31
Rodrigo OliveiraRodrigo Oliveira

An extensible game scripting system for Legion ECS Pt.1

Diluted undergrad thesis on building a scripting system for an ECS in Rust.

Concurrency in modern programming languages: Rust
languages2020-12-24
Deepu K SasidharanDeepu K Sasidharan

Concurrency in modern programming languages: Rust

Building a concurrent web server in Rust to compare concurrency performance with Go, JS, TS, Kotlin, and Java

Optimizing CI/CD Pipeline for Rust Projects (Gitlab & Docker)
devops2020-12-27
hatem ben tayebhatem ben tayeb

Optimizing CI/CD Pipeline for Rust Projects (Gitlab & Docker)

What is Rust ? Rust is a programming language ( general purpose) C-like, which mean it is...

Why Rust is a "modern" programming language
rust2020-12-26
Stoian DanStoian Dan

Why Rust is a "modern" programming language

Introduction Rust is a compiled, statically typed, multi-paradigm, modern programming lang...

GraphQL in Rust
rust2020-12-24
Roman KudryashovRoman Kudryashov

GraphQL in Rust

In today’s article, I’ll describe how to create a GraphQL backend using Rust and its ecosystem. The...

Build a Python Flask API for your Delta Lake
deltalake2020-12-24
Francisco Ruiz AFrancisco Ruiz A

Build a Python Flask API for your Delta Lake

After the recent announcement on the Databricks blog about querying your Delta Lake natively with Pyt...

Rust error management: lessons learned
rust2020-12-23
Dandy VicaDandy Vica

Rust error management: lessons learned

As I improved my knowledge in managing user defined errors in Rust, I decide to share my experience b...

WASM in Create-React-App 4 in 5mn (without ejecting)
craco2020-12-22
Nicolas RannouNicolas Rannou

WASM in Create-React-App 4 in 5mn (without ejecting)

Run WASM code in your create-react-app without pain (and without ejecting).

I'm building a programming language: Creating tokens
showdev2020-12-19
Syed Faraaz AhmadSyed Faraaz Ahmad

I'm building a programming language: Creating tokens

Last time around I told you why I'm making this programming language, and how I'm going to go about d...