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

Aya Rust Tutorial part 5: Using Maps
ebpf2024-06-19
stevelatifstevelatif

Aya Rust Tutorial part 5: Using Maps

© steve latif Welcome to part 5. So far we have created a basic hello world program in Part...

Rust Diagnostic Attributes
rust2024-06-18
Maksim GritchinMaksim Gritchin

Rust Diagnostic Attributes

Rust has introduced a powerful feature known as diagnostic attributes, which allows me to customise...

Box<T> Type in Rust Allows for Heap Allocation
rust2024-06-18
XamanXaman

Box<T> Type in Rust Allows for Heap Allocation

In the world of systems programming, managing memory efficiently and safely is a critical challenge....

🐚🦀Shell commands rewritten in rust
rust2024-06-17
Tarcísio GiroldoTarcísio Giroldo

🐚🦀Shell commands rewritten in rust

Introduction For every software engineer, developer, or programmer, command-line tools are...

I discovered Rust's zero-cost abstraction
rust2024-06-17
XamanXaman

I discovered Rust's zero-cost abstraction

Today I discovered Rust's zero-cost abstraction and learned how it optimizes software efficiency...

What is your strategy to promote Rust?
rust2024-06-17
Gabor SzaboGabor Szabo

What is your strategy to promote Rust?

Promoting Rust can be done by providing a platform to all the people who would like to showcase the fun things they do with Rust.

Ownership in Rust
rust2024-06-13
Damien CossetDamien Cosset

Ownership in Rust

Introduction All programs have to manage the way they use the computer's memory while they...

Enhancing Rust Enums in the State Pattern
rust2024-06-16
JoshuaJoshua

Enhancing Rust Enums in the State Pattern

Recap In my previous article, I discussed how Rust enums should be strongly considered...

Building Zerocalc, part II - evaluating then parsing
rust2024-06-16
Michal CiesielskiMichal Ciesielski

Building Zerocalc, part II - evaluating then parsing

In part I we built a simple tokenizer while explaining how rustc converts an input text into a stream...

Why Rust is More Than Just a Hype: A Developer’s Perspective
rust2024-06-16
Ankit BalAnkit Bal

Why Rust is More Than Just a Hype: A Developer’s Perspective

Memory Safety Without Garbage Collection: Rust ensures memory safety by using a borrow checker to...

Implement React v18 from Scratch Using WASM and Rust - [13] Implement Lane and Batch Update
react2024-05-17
ayouayou

Implement React v18 from Scratch Using WASM and Rust - [13] Implement Lane and Batch Update

Based on big-react,I am going to implement React v18 core features from scratch using WASM and...

So I tried Rust for the first time.
rust2024-06-04
Martin HäuslerMartin Häusler

So I tried Rust for the first time.

My first attempt at writing a program in rust.

Networking and Sockets: Endianness
linux2024-06-14
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Networking and Sockets: Endianness

In my previous article, we introduced some basic concepts about networking and sockets. We discussed...

Multifunctional IDE using Neovim (2 of 3)
neovim2024-06-14
Alex AvetisovAlex Avetisov

Multifunctional IDE using Neovim (2 of 3)

Let's make it better We are done with the basic settings, now let's move on to improving...

Multifunctional IDE using Neovim (1 of 3)
neovim2024-06-14
Alex AvetisovAlex Avetisov

Multifunctional IDE using Neovim (1 of 3)

Introduction Hello everyone, my dear programmers, today we will step by step make from the...

Debugging HTTP Traffic in kubectl port-forward with KFtray v0.11.7
kubernetes2024-06-14
Henrique CavarsanHenrique Cavarsan

Debugging HTTP Traffic in kubectl port-forward with KFtray v0.11.7

KFtray is a application that can be integrated into the system tray for easy interaction with...