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

What would SQLite look like if written in Rust? — Part 3
database2021-04-07
João Henrique Machado SilvaJoão Henrique Machado Silva

What would SQLite look like if written in Rust? — Part 3

Writing a SQLite clone from scratch in Rust ← Part 0 — Overview ← Part 1 — Understanding SQLite and...

Deconstructing SPF Records with Rust
rust2021-04-08
Adam.SAdam.S

Deconstructing SPF Records with Rust

Hi. If you have visited my blog before you might have seen my series on using the trust-dns-resolver...

Rust no_std template
rust2021-04-07
ender minyardender minyard

Rust no_std template

There are many in-depth tutorials that explain how to write a #![no_std] binary. This is just a simpl...

A Beginner's Guide to Handling Errors in Rust
rust2021-04-06
Sean ChenSean Chen

A Beginner's Guide to Handling Errors in Rust

The example projects in The Rust Programming Language are great for introducing new would-be Rustacea...

Rust on Lambda using the CDK
aws2021-04-05
Ryan DsouzaRyan Dsouza

Rust on Lambda using the CDK

Introduction AWS introduced a Rust runtime for Lambda and since then you can directly run...

Getting started with Kafka and Rust: Part 1
rust2021-04-04
Abhishek GuptaAbhishek Gupta

Getting started with Kafka and Rust: Part 1

This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdka...

Ergonomic error handling with Rust
rust2021-03-31
senyosenyo

Ergonomic error handling with Rust

Prior to learning Rust, I never knew error handling was actually a big deal. It never struck me that...

Early Raspberry Pi Pico and Rust
iot2021-04-04
jeikabujeikabu

Early Raspberry Pi Pico and Rust

The Raspberry Pi Pico announced earlier this year is a $4 microcontroller board from the makers of...

Rust Generic Types in Method Definitions
rust2021-04-03
TalTal

Rust Generic Types in Method Definitions

Intro If you're new to Rust, reading through the official Rust book (which you definitely...

I was bored, so I built a programming language
rust2021-03-24
Syed Faraaz AhmadSyed Faraaz Ahmad

I was bored, so I built a programming language

One fine evening in the first lockdown of 2020, there I was, sitting idly, not knowing what to do....

MoonZoon Dev News (2): Live demo, Zoon, Examples, Architectures
webdev2021-04-01
Martin KavíkMartin Kavík

MoonZoon Dev News (2): Live demo, Zoon, Examples, Architectures

The Zoon dev marathon is over. And it does something! And it does something on Heroku! You can try...

Parser combinators in Rust
programming2021-03-30
doma.devdoma.dev

Parser combinators in Rust

TL;DR Don't use regular expressions for parsing Parser combinators are a way to construct...

Implementing SHA2 (256/512) algorithm with Rust const generics
rust2021-03-30
Dandy VicaDandy Vica

Implementing SHA2 (256/512) algorithm with Rust const generics

The const generics feature is landing in stable Rust from version 1.51. This feature has been longly-...

Are you ready for a Goose Attack?
performance2021-03-30
NaveenKumar Namachivayam ⚡NaveenKumar Namachivayam ⚡

Are you ready for a Goose Attack?

Recently I stumbled upon a new load testing tool called Goose. Immediately I took it up for a spin an...

Analisando alocações de memória em Rust utilizando GNU Debugger
rust2021-03-30
João Victor IgnacioJoão Victor Ignacio

Analisando alocações de memória em Rust utilizando GNU Debugger

Olá pessoal, como vão vocês? Neste artigo, vou mostrar pra vocês um exemplo de como podemos analisar...

rad, a privilege changer.
rust2021-03-16
WafelackWafelack

rad, a privilege changer.

Hello, I wanted to share with you my own privilege changer, rad. It works like a standard privilege...