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

Stop bundling - use Zwitterion
javascript2020-01-17
Jordan LastJordan Last

Stop bundling - use Zwitterion

TLDR Zwitterion is a web dev server that lets you import anything, if by anything you mean...

Vonmo Trade Experiment. Part 3: Order book. Processing and storing trade info
erlang2020-01-17
Maxim MolchanovMaxim Molchanov

Vonmo Trade Experiment. Part 3: Order book. Processing and storing trade info

In the previous article of the series we got familiar with order types. Today we’ll take a closer look at an order book, processing orders, and dealing with issues of trade information storage.

Introducing MonsterEngine! A high-performance web server written in Rust.
rust2020-01-15
Shogo OtakeShogo Otake

Introducing MonsterEngine! A high-performance web server written in Rust.

MonsterEngine is a web server which is designed for Plamo apps and can be used from various programmi...

Announcing CSML, a new open-source language dedicated to building powerful, enterprise-ready and interoperable chatbots
chatbots2020-01-14
Francois Falala-SechetFrancois Falala-Sechet

Announcing CSML, a new open-source language dedicated to building powerful, enterprise-ready and interoperable chatbots

Chatbots are a powerful tool as a universal UX to solving automation issues at scale. Like the web be...

WebAssembly Module - Sections
rust2020-01-14
Sendil KumarSendil Kumar

WebAssembly Module - Sections

WebAssembly Module The simplest WebAssembly Module is The first four bytes 00 61 73 6d...

Day32:macro_rules! - 100DayOfRust
rust2020-01-15
BCBC

Day32:macro_rules! - 100DayOfRust

We can use macro_rules to match a pattern and generate code. macro_rules! say_hello { () =>...

Rust: Ownership and Borrowing
rust2020-01-14
Abhishek GuptaAbhishek Gupta

Rust: Ownership and Borrowing

I am learning Rust and made some notes about Ownership and Borrowing concepts note that I am still...

Containerized builds for Rust on the ESP32
esp322020-01-13
Matan MatesMatan Mates

Containerized builds for Rust on the ESP32

What is the ESP32? The ESP32 "is a series of low-cost, low-power system on a chip microcon...

Day31:Generic: trait - 100DayOfRust
rust2020-01-14
BCBC

Day31:Generic: trait - 100DayOfRust

Trait is like virtual-class in C++, or interface in lots of other languages. trait Animal { fn...

6 Programming Trend Predictions for 2020
javascript2020-01-13
Sachin SharmaSachin Sharma

6 Programming Trend Predictions for 2020

Software development is one of the few businesses where one needs to be continually involved in learn...

The moment you write a macro. 💡
rust2020-01-12
Adam Crockett 🌀Adam Crockett 🌀

The moment you write a macro. 💡

It's my second dip into Rust, the first time I got mad and rage quit a project because Rust is so dam...

Rust Web Development Tutorial: REST API
rust2020-01-11
Tore PettersenTore Pettersen

Rust Web Development Tutorial: REST API

Originaly posted on cloudmaker.dev In this tutorial, we are going to create a REST API in Rust with...

Memory Model in WebAssembly
rust2020-01-10
Sendil KumarSendil Kumar

Memory Model in WebAssembly

For JavaScript to execute, the JavaScript engine should download the resources. The JavaScript engine...

Vonmo Trade Experiment. Part 2: Orders. Types and processing features
erlang2020-01-09
Maxim MolchanovMaxim Molchanov

Vonmo Trade Experiment. Part 2: Orders. Types and processing features

This article deals with order types, the way they are executed at an exchange, and limitations imposed by trading system. If you are curious to know what all those DAY, GTC, FOK, IOC, GTD, GAT, MOO, MOC, LOO, LOC, MIT, OCO, OSO, PEG mean, you are welcome.

Learning Rust - Introduction to Cargo and project structure
rust2020-01-09
Bruno OliveiraBruno Oliveira

Learning Rust - Introduction to Cargo and project structure

Introduction So far, all the Rust code we have written is self-contained and small enough to fit in...

Optimizing your code
rust2020-01-09
Luca BarbatoLuca Barbato

Optimizing your code

This is the second post about optimization, in the first one I tried to give you the big picture of m...