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

Writing a WASM module in Rust
rust2024-03-06
ShuttleShuttle

Writing a WASM module in Rust

Hello world! In today’s post we’re going to talk about how you can write a WebAssembly module in...

How to sort a vector of a custom struct in Rust
rust2024-03-08
Thiago Massari GuedesThiago Massari Guedes

How to sort a vector of a custom struct in Rust

How to sort a vector of a custom struct in Rust When implementing tags for Texted2, I had...

Building a Password Vault in Rust: A Beginner's Guide
rust2024-03-08
Eleftheria BatsouEleftheria Batsou

Building a Password Vault in Rust: A Beginner's Guide

Introduction Welcome to our Rust journey! Today, we're going to build a CLI-based...

Harnessing Your Inner Saiyan: Mastering Programming Languages Through the Lens of Dragon Ball Z
rust2024-03-08
Justin L BeallJustin L Beall

Harnessing Your Inner Saiyan: Mastering Programming Languages Through the Lens of Dragon Ball Z

Embark on an epic quest to master Rust, a programming language that promises safety, speed, and concurrency. Drawing inspiration from Dragon Ball Z's transformational sagas, this blog post takes you through a journey of mastering Rust—from the foundational basics to the pinnacle of mastery, Ultra Instinct. Along the way, you'll unlock new levels of programming prowess, contribute to the Rust ecosystem, and inspire others with your growth. Are you ready to transcend your limits and become a Rust Guardian? Join us in this adventure and shape the future of technology.

Slices in Rust
rust2024-03-05
Francesco CiullaFrancesco Ciulla

Slices in Rust

The Slice type in Rust Rust has a built-in type called Slice that is used to reference a...

Rocketmq Name Server Implementation with Rust
rust2024-02-16
mxsmmxsm

Rocketmq Name Server Implementation with Rust

Rust implementation of RocketMQ Name Server

How moving from Pandas to Polars made me write better code without writing better code
polars2024-03-05
Paul DuvenagePaul Duvenage

How moving from Pandas to Polars made me write better code without writing better code

In a scale-up like Check Technologies data not only grows, but it grows faster too. It was merely a...

Type system in Rust - subtypes without inheritance? pwned?
rust2024-03-05
ProgramCrafterProgramCrafter

Type system in Rust - subtypes without inheritance? pwned?

Are there features in Rust type system beyond runtime-determined types of trait objects and ability...

Create Your Side Project With A Single Command
javascript2024-03-05
Víctor GarcíaVíctor García

Create Your Side Project With A Single Command

Query offers a powerful code generator that assists developers in creating side projects quickly and...

Chainsight Hands-on: Generate original indicators from data in indexers
blockchain2024-02-22
megared05megared05

Chainsight Hands-on: Generate original indicators from data in indexers

We have released three hands-on sessions so far, all of which involved creating components to...

References and Borrowing in Rust
webdev2024-02-27
Francesco CiullaFrancesco Ciulla

References and Borrowing in Rust

References and Borrowing In this article, we will see how to use references in Rust. If...

Edge IoT with Rust on ESP: WiFi Revisited
rust2024-03-02
Omar HiariOmar Hiari

Edge IoT with Rust on ESP: WiFi Revisited

Introduction Ever since creating the WiFi post, I received several inquiries about using a...

A Full Stack SaaS Template with Loco
webdev2024-02-29
ShuttleShuttle

A Full Stack SaaS Template with Loco

Loco is a Rust framework that aims to do it all - authentication, tasks, migrations and more. While...

Rust ownership: another way to manage memory
rust2024-03-02
Chanh LeChanh Le

Rust ownership: another way to manage memory

In Java, we have the garbage collector helps us to clean up unused memory. In C++, we have to...

Mastering Cargo: A Comprehensive Guide to Harnessing the Power of Rust's Package Manager
rust2024-02-01
Anshuman SathuaAnshuman Sathua

Mastering Cargo: A Comprehensive Guide to Harnessing the Power of Rust's Package Manager

Now that we've embarked on our Rust programming journey and mastered the art of writing a Hello World...

Goodbye Electron. Hello Tauri!
rust2024-02-12
Ed RutherfordEd Rutherford

Goodbye Electron. Hello Tauri!

Utilize the Rust-powered backend framework paired with a React frontend to offer an awesome...