• 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 stack-based virtual machine, part 6 - function calls
rust2018-09-14
James HartonJames Harton

Building a stack-based virtual machine, part 6 - function calls

The sixth part in my exploration of stack based VMs and how they work

Building a stack-based virtual machine, part 5 - the machine
rust2018-09-09
James HartonJames Harton

Building a stack-based virtual machine, part 5 - the machine

The fifth part in my exploration of stack based VMs and how they work

Building a stack-based virtual machine, part 4 - code
rust2018-09-05
James HartonJames Harton

Building a stack-based virtual machine, part 4 - code

The fourth part in my exploration of stack based VMs and how they work

Building a stack-based virtual machine, part 3 - instructions
rust2018-09-05
James HartonJames Harton

Building a stack-based virtual machine, part 3 - instructions

The third part in my exploration of stack based VMs and how they work

Building a stack-based virtual machine
rust2018-08-30
James HartonJames Harton

Building a stack-based virtual machine

Exploration of stack based VMs and how they work

Building a stack-based virtual machine, part 2 - the stack
rust2018-08-30
James HartonJames Harton

Building a stack-based virtual machine, part 2 - the stack

The second part in my exploration of stack based VMs and how they work

Rust w/ Apache Thrift
rust2018-08-30
jeikabujeikabu

Rust w/ Apache Thrift

Using Apache Thrift enables us to generate client libraries for our SDK (still very-WIP) targeting a...

Live Refreshing Cargo Docs
rust2018-08-22
Benjamin CongdonBenjamin Congdon

Live Refreshing Cargo Docs

rustdoc is a great tool, but as of now there isn’t an official way to have its generated docs refresh...

Version Management for Ruby, Python, Node and Rust
ruby2018-08-19
Mark Sta AnaMark Sta Ana

Version Management for Ruby, Python, Node and Rust

Here's a handy cheat sheet if you find yourself needing an exotic version of Ruby, Python, Node or...

Lossy Numeric Casting in Rust
rust2018-08-06
Benjamin CongdonBenjamin Congdon

Lossy Numeric Casting in Rust

Recently, I was trying out clippy — a new linting and static analysis tool for Rust, when I ran into...

How to run Rust in OpenFaaS
openfaas2018-08-04
Mark Sta AnaMark Sta Ana

How to run Rust in OpenFaaS

I’ve been getting into Kubernetes in a big way, this is partly thanks to it being bundled in Docker...

Rust builder pattern with types
rust2018-07-26
Francesco CognoFrancesco Cogno

Rust builder pattern with types

An implementation of the builder pattern in Rust

Multi dimensional array in rust
rust2018-07-19
Junichi KajiwaraJunichi Kajiwara

Multi dimensional array in rust

Multi dimensional array in rust

Programming for Redox OS
redox2018-07-05
jD91mZM2jD91mZM2

Programming for Redox OS

This post will dive in on what schemes in Redox OS are and how much easier they can make your code.

Making impossible things impossible in Rust
rust2018-06-06
stevensonmtstevensonmt

Making impossible things impossible in Rust

I think I understand type safety a little bit now!

How to get started with Rust
rust2018-05-26
林子篆林子篆

How to get started with Rust

Rust is a strange language. Let’s start! Moving The first point is move semantic. fn...