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

Explain Rust like I'm five
rust2017-09-12
Ian bradburyIan bradbury

Explain Rust like I'm five

I see the term RUST here and there and I nod internally to myself that I know it's a development language or something. But I really don't know anything about RUST.

Getting started with Rust: Presentation and installation
rust2017-09-09
mnivoliezmnivoliez

Getting started with Rust: Presentation and installation

Originally posted on my blog. Hello, today we are going to talk about Rust. "You are speaking about...

Fixing a silent logger with OSÂ debugging tools
debugging2017-08-25
Tom HouléTom Houlé

Fixing a silent logger with OSÂ debugging tools

How we debugged a silent logger problem in our production environment using Linux tracing tools.

Boost your productivity with these command-line tools
bash2020-08-02
DavidDavid

Boost your productivity with these command-line tools

In this article, I will demonstrate the command-line tools that I use most often. I can almost promis...

Minigrep : grep using Rust
rust2020-07-23
NiranjanaNiranjana

Minigrep : grep using Rust

grep (Global Regular Expression Print)is a command-line utility for searching plain-text data sets fo...

(Ok) Tagless Final in Rust
rust2020-07-03
Yufan LouYufan Lou

(Ok) Tagless Final in Rust

Rust nightly has Higher-Kinded Type! 🔥 OMG I still don't know what use this has but damn it felt mag...

(Maybe) Tagless Final in Rust
rust2020-07-02
Yufan LouYufan Lou

(Maybe) Tagless Final in Rust

Why the biggest take away from Tagless Final has been the type class abstraction, I am kinda confused...

(Not) Finally Tagless in Rust
rust2020-06-30
Yufan LouYufan Lou

(Not) Finally Tagless in Rust

Tagless Final is a style of programming derived first by Oleg Kiselyov to be used in ML for embedding...

Comparing error handling in Java, Go and Rust.
java2017-07-04
jD91mZM2jD91mZM2

Comparing error handling in Java, Go and Rust.

Which one does it the best? Let's compare them and see!

Scoring Ten-pin Bowling with Algebraic Data and Finite State Machines
scala2020-06-18
 Noel Welsh Noel Welsh

Scoring Ten-pin Bowling with Algebraic Data and Finite State Machines

I recently led a training session where we implemented the rules for scoring ten-pin bowling in Scala...

Fixing Rust Dependencies Vulnerabilities
rust2020-06-15
flipchanflipchan

Fixing Rust Dependencies Vulnerabilities

Rust is a new fun programming language trying to achieve the trifecta of security, stability and spee...

Clojure and Rust are Duals
clojure2020-06-12
Yufan LouYufan Lou

Clojure and Rust are Duals

Clojure is the experiment of how much benefit one can get with immutable data types and unenforced pu...

Reduce overhead for data serialization between Wasm & JS (Help!)
rust2020-06-03
WenheLIWenheLI

Reduce overhead for data serialization between Wasm & JS (Help!)

I am trying to export Rust gif library to js runtime by using wasm to get a high-performance gif enco...

teip: "Masking tape" for Shell is what we needed
shell2020-06-03
Yasuhiro YamadaYasuhiro Yamada

teip: "Masking tape" for Shell is what we needed

How would you achieve partial modification of the file on the shell?

NEAR Hackathon Invitation 6th to 13th of May
blockchain2020-05-06
NEARNEAR

NEAR Hackathon Invitation 6th to 13th of May

Following Ready Layer One, the most anticipated upcoming conference in the blockchain space with spea...

Wrote a cli tool in Rust
rust2020-05-23
sasurau4sasurau4

Wrote a cli tool in Rust

I wrote a simple cli tool in rust, introduce it's usage, explain the motivation and describe the hard point of implementation