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

Experiments with eBPF: Snitchrs
ebpf2023-07-16
Federico PonziFederico Ponzi

Experiments with eBPF: Snitchrs

In this post, I will share my experience on learning and playing with Extended Berkeley Packet Filter...

Intro to errors in Rust
rust2023-06-24
nikhilraojlnikhilraojl

Intro to errors in Rust

Rust unlike many other programming languages doesn't have exceptions to handle errors. What does it...

A Simplified Explanation Of Enum & Struct IN Rust
rust2023-06-14
Balogun Malik OBalogun Malik O

A Simplified Explanation Of Enum & Struct IN Rust

Rust is a modern programming language designed with the goal of providing fast, secure, and reliable...

Getting network DNS addresses for a Windows host in Rust
rust2023-07-13
Dandy VicaDandy Vica

Getting network DNS addresses for a Windows host in Rust

As you probably know, Windows is seriously considering and investing in Rust. The Windows Rust crate...

When WASM gets Rusty?
rust2023-07-13
Michał KalbarczykMichał Kalbarczyk

When WASM gets Rusty?

We will take a look at WASM again! But this time with Rust. Why Rust? Because I can compile Rust...

Structs and Enums in Rust
beginners2023-07-12
Sonu BardaiSonu Bardai

Structs and Enums in Rust

Rust is a powerful systems programming language that has been rapidly gaining popularity among...

A useful anti-pattern in Rust
rust2023-07-12
RomanRoman

A useful anti-pattern in Rust

There is newtype idiom often used in Rust, which gives more control over the data being...

How to pass environment variables to a Rust WASM application like Yew, Dioxus and Leptos as a TypeScript Developer
webdev2023-07-10
JoseJose

How to pass environment variables to a Rust WASM application like Yew, Dioxus and Leptos as a TypeScript Developer

Hello TypeStaceans! Here's a step by step process in how you can pass environment variables to a...

Reverse Engineering of Rust Binaries
rust2023-07-11
Maximilian FeldthusenMaximilian Feldthusen

Reverse Engineering of Rust Binaries

Introduction The Rust programming language is like rust on a vehicle for malware analysts and...

Understanding Strings in Rust: String vs str
rust2023-07-10
Abhishek MishraAbhishek Mishra

Understanding Strings in Rust: String vs str

If you're a Python developer exploring the Rust language, you'll find that working with strings in...

Deep Learning in Rust with my own framework focusing on ergonomics
datascience2023-07-10
Anicet NougaretAnicet Nougaret

Deep Learning in Rust with my own framework focusing on ergonomics

Hi! I'm Anicet, a Master CS student at INSA Lyon in France, and for the past few months, I have been...

Rust transpose method
rust2023-07-10
RomanRoman

Rust transpose method

Rust has a transpose method, sometimes useful, works especially well with anyhow: use...

🐳 Boost Your Docker Workflow: Introducing Docker Init for Python Developers 🚀
docker2023-07-10
Ajeet Singh RainaAjeet Singh Raina

🐳 Boost Your Docker Workflow: Introducing Docker Init for Python Developers 🚀

Are you a Python developer still building Dockerfile and Docker Compose files manually? If the answer...

Rust Compiler Whack-a-Mole
rust2023-07-10
Justin PoehneltJustin Poehnelt

Rust Compiler Whack-a-Mole

Playing whack-a-mole with the Rust compiler is both frustrating and a great learning experience. The...

Collect system disk drive information using Rust.
package2023-07-09
NEYAZ NAFIZNEYAZ NAFIZ

Collect system disk drive information using Rust.

system_diskinfo A package for collect information about disk drive means SSD/HDD etc of a...

Massively Parallel Fun with GPUs: Accelerating Tensors in Rust
rust2023-07-08
KurtKurt

Massively Parallel Fun with GPUs: Accelerating Tensors in Rust

In this second installment of Tensors from Scratch, I'll walk through an implementation of tensor...