• 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 Concepts for Writing Solana Programs
rust2022-07-10
DrayfocusDrayfocus

Rust Concepts for Writing Solana Programs

Developers who turn to Solana do so because Solana has the ability to process many transactions per...

Introduction to Rust Programming for Solana
rust2022-07-10
DrayfocusDrayfocus

Introduction to Rust Programming for Solana

Solana programs can be written in C, C++ and Rust programming language. These programs are similar to...

My language now can make instances
rust2022-07-10
lechatlechat

My language now can make instances

I made a language and the language now can make instances: class A { pub name = "john"; ...

Rust 2021 Blockchain
blockchain2022-07-09
armanriaziarmanriazi

Rust 2021 Blockchain

Welcome To The Home Blockchain Of 🦀Rustaceans The repo is a prerequisite of the...

How to Do Away with Floating Points
computerscience2022-07-08
Sean WilliamsSean Williams

How to Do Away with Floating Points

Floating-point numbers are good for some thing, but frankly they're overused. However, not using them is a lot more complicated. There are two main alternatives, and this post is about explicit integers.

10J polkadot substrate : Connect a local parachain
rust2022-07-06
565.ee565.ee

10J polkadot substrate : Connect a local parachain

• Tutorial Objectives • Build the parachain template • Reserve a ParaID • Custom parachain...

Build your first game using rust
rust2022-07-06
BekkaBekka

Build your first game using rust

When you get familiar with rust's syntax and concepts, It's great to strengthen your mental model by...

mirrord internals - hooking libc functions in Rust and fixing bugs
kubernetes2022-07-06
MehulMehul

mirrord internals - hooking libc functions in Rust and fixing bugs

"Is mirrord some kind of ptrace magic?”, that’s what I exactly thought when I was introduced to this...

Creating a heterogenous type for holding several objects of different types in RUST
rust2022-07-05
artech-gitartech-git

Creating a heterogenous type for holding several objects of different types in RUST

Type available within Rust supports composition of homogenous types, these are availabe in types such...

10H polkadot substrate : Prepare a local parachain testnet
rust2022-07-04
565.ee565.ee

10H polkadot substrate : Prepare a local parachain testnet

• introduce • Matching versions are critical • Build the relay chain node • Relay chain...

JumpCloud SSO with Rust Backend and SPA Frontend
rust2022-07-03
☁ Green Panda☁ Green Panda

JumpCloud SSO with Rust Backend and SPA Frontend

For the past week, I have been working on JumpCloud integration for SPA frontend. I decided to write...

10F polkadot substrate : Configure contracts pallet
rust2022-07-03
565.ee565.ee

10F polkadot substrate : Configure contracts pallet

• introduce • Add the pallet dependencies • Implement the Contracts configuration trait • Expose the...

The Art of Transpilers - From One Programming Language to Another
typescript2022-06-30
Evan TypanskiEvan Typanski

The Art of Transpilers - From One Programming Language to Another

Compilers are cool, they take code you write and make code the machine can understand. Transpilers...

N-dimensional slices
rust2022-07-02
Caleb SanderCaleb Sander

N-dimensional slices

In this post, I'll introduce the idea of an "N-dimensional slice" and explore different...

Rust e o "empréstimo" de propriedade
rust2022-06-30
Guilherme ThomasGuilherme Thomas

Rust e o "empréstimo" de propriedade

Um conceito fundamental de Rust é sua base de como a linguagem lida com dados. A ideia de ownership...

Integrating a Svelte app with Rust using WebAssembly
rust2022-06-29
Matt AngelosantoMatt Angelosanto

Integrating a Svelte app with Rust using WebAssembly

Written by Yashodhan Joshi✏️ Svelte is a JavaScript framework that is quickly growing in popularity...