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

Building a Full Stack NFT Market Place with Near Protocol and React.js Part 1
web32022-04-07
Kohwo OrienKohwo Orien

Building a Full Stack NFT Market Place with Near Protocol and React.js Part 1

For this guide, I decided to build an NFT Market Place using Near Protocol, although there is a much...

dyn* doesn't need to be special
rust2022-04-07
Crystal DurhamCrystal Durham

dyn* doesn't need to be special

or: more storage API propaganda A response to @nikomatsakis's dyn*: can we make dyn sized? dyn*...

Testing CRDTs in Rust, From Theory to Practice
rust2022-04-06
Ryan RatnerRyan Ratner

Testing CRDTs in Rust, From Theory to Practice

Ditto is a database that puts theory to practice. Ditto's peer-to-peer data-structures based on CRDTs...

The Chronicles of a Web3 philosopher.
rust2022-04-05
bolubee101bolubee101

The Chronicles of a Web3 philosopher.

For me, Rust is not about the language, but what you can do with it. One of its coolest applications...

French Solana dev #1: Développer un program (smart-contract) sur la blockchain Solana avec le framework Anchor ⚓️🧑‍💻
tutorial2022-04-05
Loïs LagoutteLoïs Lagoutte

French Solana dev #1: Développer un program (smart-contract) sur la blockchain Solana avec le framework Anchor ⚓️🧑‍💻

Préambule Assez récemment, je me suis rendu compte du manque de ressources écrites en...

Substring search
computerscience2022-04-05
James RobbJames Robb

Substring search

One common task we do daily as software engineers is working with strings to parse inputs, validate...

Introducing StarfishQL - visualizing the dependency network on crates.io
rust2022-04-05
SeaQLSeaQL

Introducing StarfishQL - visualizing the dependency network on crates.io

Introducing StarfishQL (sea-ql.org) We are pleased to introduce StarfishQL to the Rust community...

Deadliner
rust2022-04-04
Yassin Eldeeb 🦀Yassin Eldeeb 🦀

Deadliner

🎉🥳Announcing Deadliner Manage your deadline gently by updating the wallpaper of your desktop with...

Rust's lazy_static! usage benchmarks and code deep dive
rust2022-04-02
MaxMax

Rust's lazy_static! usage benchmarks and code deep dive

lazy_static is one of the foundational crates in the Rust ecosystem. It lets us use static variables...

cpm-rs, a rust crate for Critical Path Method
cpm2022-04-01
Gergely B. B.Gergely B. B.

cpm-rs, a rust crate for Critical Path Method

This article is about my first published rust crate, cpm-rs.

Programming Rust - 01
rust2022-04-01
NivethanNivethan

Programming Rust - 01

The book has come in! Programming Rust by Jim Blandy, Jason Orendorff and Leonora F.S. Tindall. Let's...

18 factors powering the Rust revolution, Part 3 of 3
rust2022-04-11
Kushal JoshiKushal Joshi

18 factors powering the Rust revolution, Part 3 of 3

Cover Photo by Markus Spiske on Unsplash Disclaimer: I work at Keyrock but views expressed here are...

Has-style traits in Rust
rust2022-03-31
Simon ShineSimon Shine

Has-style traits in Rust

I recently experimented with Rust trait instances on bounded generic types. This is the fancy way of...

Serverless geolocation
serverless2022-03-30
Daniele FrascaDaniele Frasca

Serverless geolocation

This blog post will show you how to integrate a Geo IP Database in a serverless way. A geo IP...

If you’re interested in WebAssembly, and don’t get enough depth here on DEV, read this…
webassembly2022-03-16
Ben HalpernBen Halpern

If you’re interested in WebAssembly, and don’t get enough depth here on DEV, read this…

WASM Builders is the new Forem in town. If you click that link, you’ll find the new WebAssembly Forem...

Building a Transport Protocol on ARP
rust2022-03-29
KogniseKognise

Building a Transport Protocol on ARP

An overview of the OSI model, some benefits and shortcomings of the ARP protocol, and the story of how I hijacked ARP to built the most evil (coolest) chat app ever!