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

Asynchronous Rust: basic concepts
rust2021-08-29
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

Asynchronous Rust: basic concepts

TL;DR: I will try to give an easy-to-understand account of some concepts surrounding asynchronous...

✨♻️ Rust Visualized: Pointers as References
rust2021-08-29
ender minyardender minyard

✨♻️ Rust Visualized: Pointers as References

How do we visualize pointers? A pointer points ➡️ to a location in memory. This location in memory...

Belajar Rust - 01: Mengenal Bahasa Pemrograman Rust
rust2021-08-28
Bambang Purnomosidi D. P.Bambang Purnomosidi D. P.

Belajar Rust - 01: Mengenal Bahasa Pemrograman Rust

Bagian ini membahas tentang gambaran umum dari bahasa pemrograman serta peranti pengembangan Rust....

How we built our Python Client that's mostly Rust
rust2021-08-27
simlaysimlay

How we built our Python Client that's mostly Rust

This week, we're happy to announce the addition of a Python client library for Fluvio. Using the...

Rust for Data Science: Tutorial 1
rust2021-08-24
Davide Del PapaDavide Del Papa

Rust for Data Science: Tutorial 1

[Photo by jim gade on Unsplash, modified] Data Science: a branch of computer science that studies...

Optimizing Immutable Strings in Rust
rust2021-08-22
Basti OrtizBasti Ortiz

Optimizing Immutable Strings in Rust

If there's anything about Rust that Rustaceans have a particular aversion to, it would most certainly be cloning and heap allocations. In this article, we will explore how taking advantage of immutability allows us to optimize memory usage.

Rust and WebAssembly Serverless functions in Vercel
rust2021-08-23
alabulei1alabulei1

Rust and WebAssembly Serverless functions in Vercel

Vercel is a leading platform for developing and hosting Jamstack applications. Unlike traditional web...

Using Rust with Elixir for code reuse and performance
programming2021-08-19
Nik BegleyNik Begley

Using Rust with Elixir for code reuse and performance

Doctave.com is primarily built on the Elixir language. Specifically the Phoenix Web framework. Some...

Getting Started with Systems Programming with Rust (Part 2)
rust2021-08-19
Beka ModebadzeBeka Modebadze

Getting Started with Systems Programming with Rust (Part 2)

Building a Mini-Shell In the introductory Part 1, we discussed what system processes are,...

Writing a Lambda in Rust using  aws-lambda-rust-runtime and aws-sdk-rust
rust2021-08-16
Avi IllouzAvi Illouz

Writing a Lambda in Rust using aws-lambda-rust-runtime and aws-sdk-rust

Last week I had the opportunity to experiment with Rust and AWS lambda service. I learned to write an...

Rust Notes
rust2021-08-14
atroooatrooo

Rust Notes

My personal notes from working through the Rusk Book and other resources.

Getting Started with Systems Programming with Rust (Part 1)
rust2021-08-13
Beka ModebadzeBeka Modebadze

Getting Started with Systems Programming with Rust (Part 1)

You can find original post on my personal blog. A modern computer is a very complex creation that...

Build End-to-End Encryption in 51 lines of Rust
rust2021-08-12
Mrinal WadhwaMrinal Wadhwa

Build End-to-End Encryption in 51 lines of Rust

build-trust / ockam Orchestrate...

Deploy a Jamstack site on AWS Lambda with API Gateway in 10 minutes or less 💨
jamstack2021-08-12
DanDan

Deploy a Jamstack site on AWS Lambda with API Gateway in 10 minutes or less 💨

Jamstack architecture is all the rage these days, owing to its focus on high performance and...

My book on Rust is available on Amazon!
rust2021-08-11
Tim McNamaraTim McNamara

My book on Rust is available on Amazon!

Rust in Action is printed and ready to buy

Rust SDK - DJI Tello Drone
rust2021-08-11
Alexander HalembaAlexander Halemba

Rust SDK - DJI Tello Drone

I got this Tello Drone for Christmas a while back. Flying in circles was quite fun, but the control...