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

Exploring Yew, the rust-based frontend framework as a Vue Developer
rust2022-09-27
Demola MalomoDemola Malomo

Exploring Yew, the rust-based frontend framework as a Vue Developer

Learn how to build a web application using open API data from DummyJSON and Yew as a Vue developer.

STM32F4 Embedded Rust at the HAL: SPI with the MAX7219 LED Dot Matrix
rust2022-09-26
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the HAL: SPI with the MAX7219 LED Dot Matrix

Introduction This blog post is the start of a new series where I explore the creation of...

Solana Program Snippets
solana2022-09-26
Meditating SlothMeditating Sloth

Solana Program Snippets

I've compiled a list of Solana program snippets that I thought could be useful for any project. These...

Implementing the Display Trait on a Generic Array using Newtype Pattern
rust2022-09-25
Rodrigo SantiagoRodrigo Santiago

Implementing the Display Trait on a Generic Array using Newtype Pattern

Edit: In the original post I said that the PartialEq trait bound was required in the generic Display...

Faster and colourful Command-Line tools 🌈⚡
rust2022-09-25
OscarDOMOscarDOM

Faster and colourful Command-Line tools 🌈⚡

Tired of boring plain outputs when running commands in your Command-Line? And want to get better performance numbers?

Rust devlog: Part 1
gamedev2022-09-24
ThousandthStarThousandthStar

Rust devlog: Part 1

Hello readers! Welcome to the week 1 devlog of my multiplayer game using Rust and the Bevy game...

Cherrybomb for OWASP Conference 😁 🥳
opensource2022-09-22
NathanNathan

Cherrybomb for OWASP Conference 😁 🥳

API Security Testing into your CI Pipeline Right now, your web app is most likely...

Learning Rust - Merkle Tree
rust2022-09-18
Mirek SedzinskiMirek Sedzinski

Learning Rust - Merkle Tree

Recently, in my spare time, I've started to learn Rust and as an exercise I've decided to implement a...

rost_gen - A simple static site generator
opensource2022-09-19
EakamEakam

rost_gen - A simple static site generator

This is a project that I created as part of my course in open-source development. rost_gen is a basic...

Announcing AnnaDB - next-gen NoSQL database
database2022-09-13
Roman RightRoman Right

Announcing AnnaDB - next-gen NoSQL database

I'm excited to introduce AnnaDB - the next-generation developer-first NoSQL data store. I work with...

Rust vs C++: an in-depth language comparison
cpp2022-09-15
Hunter JohnsonHunter Johnson

Rust vs C++: an in-depth language comparison

Rust versus C++ is a recent trending topic for developers. There are many similarities between Rust...

Building Super Slim Containerized Lambdas on AWS
aws2022-09-14
Ervin SzilagyiErvin Szilagyi

Building Super Slim Containerized Lambdas on AWS

Motivation AWS Lambda functions should be fast, slim and they should do one thing. At...

How to Use Rust Traits, Generics and Bounds
rust2022-09-14
Rodrigo SantiagoRodrigo Santiago

How to Use Rust Traits, Generics and Bounds

Every time I am developing the question I am always asking myself is "is this code idiomatic,...

Writing a smart contract with CosmWasm (Part 4)
rust2022-09-13
VuVu

Writing a smart contract with CosmWasm (Part 4)

Introduction Continue with my series, we will perform query. The query is an action in...

Creating a todo CLI with Rust 🔥
rust2022-09-13
Posandu Posandu

Creating a todo CLI with Rust 🔥

Hey! in this article, we'll build a to-do CLI application with Rust. Local JSON files are used to...

STM32F4 Embedded Rust at the HAL: DMA Controllers
rust2022-09-12
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the HAL: DMA Controllers

Introduction To be honest, this was not a post I was planning on at first. However, I was...