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

Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy
rust2024-10-28
Cyril MarpaudCyril Marpaud

Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy

In this article, I will guide you through creating a Snake game in embedded Rust on the BBC Micro:bit...

Build Inventory Software [Rust / Cursive]
rust2024-10-28
Bek BraceBek Brace

Build Inventory Software [Rust / Cursive]

Hey everyone, I'm thrilled to announce the release of my Rust Inventory Management System!...

Result<T, E> type in PHP
rust2024-10-26
Harutyun MardirossianHarutyun Mardirossian

Result<T, E> type in PHP

I've always been a huge fan of both Rust and GoLang. Their approaches to programming, particularly in...

Getting Started with Rust
rust2024-10-25
David SoléDavid Solé

Getting Started with Rust

Rust has consistently ranked as one of the most admired programming languages in recent years....

Implementing Webpack from Scratch, But in Rust - [1] Parsing and Modifying JS Code Using Oxc
webpack2024-10-24
ayouayou

Implementing Webpack from Scratch, But in Rust - [1] Parsing and Modifying JS Code Using Oxc

Referencing mini-webpack, I implemented a simple webpack from scratch using Rust. This allowed me to...

Rust + WASI: Application Monitoring
webdev2024-10-23
ZaneZane

Rust + WASI: Application Monitoring

Introduction Monitoring application performance is essential, particularly when operating...

Implement React v18 from Scratch Using WASM and Rust - [26] Implement React.lazy
react2024-09-20
ayouayou

Implement React v18 from Scratch Using WASM and Rust - [26] Implement React.lazy

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

Go and Rust comparison - building a task scheduler
go2024-10-23
hirohiro

Go and Rust comparison - building a task scheduler

Months ago I found this amazing YouTube video by Jyotinder Singh: How to build a Distributed Task...

Stop Re-Implementing Code: Use Extract Method in Rust
rust2024-10-23
Ed Ward CodingEd Ward Coding

Stop Re-Implementing Code: Use Extract Method in Rust

I recently started learning Rust using the awesome CodeCrafters website. CodeCrafters is one of...

A REPL for fat-finger friendly typing
rust2024-10-21
Tyler GreenTyler Green

A REPL for fat-finger friendly typing

My Python interpreter, Memphis, has a REPL (read-eval-print loop)! This is old news. As long as you...

Rocket.rs lightspeed web server
webdev2024-10-21
Giuliano1993Giuliano1993

Rocket.rs lightspeed web server

Good morning everyone and happy MonDEV ☕ Let's start a new week and we are already excited to try...

Playing with Rust: Building a Safer rm and Having Fun Along the Way
rust2024-10-20
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Playing with Rust: Building a Safer rm and Having Fun Along the Way

Welcome to my YOLO series, where I'll be showcasing simple tools and projects that I've...

"I Was Bored, So I Brought Rust Enums to TypeScript" - A Tale of Questionable Life Choices
javascript2024-10-16
JaJa

"I Was Bored, So I Brought Rust Enums to TypeScript" - A Tale of Questionable Life Choices

Hey there, fellow code enthusiasts! Gather 'round as I regale you with the tale of how I, in a fit of...

Variance - best perspective of understanding lifetime in Rust
rust2024-10-19
ArcArc

Variance - best perspective of understanding lifetime in Rust

This article will explain variance and lifetime in Rust, with a combination with TypeScript. It's...

Secure Shell (SSH) Crates in Rust
rust2024-10-18
Michael OlayemiMichael Olayemi

Secure Shell (SSH) Crates in Rust

Overview Secure Shell (SSH) allows us to communicate with a remote server on our local...

See old Object Pascal from new Rust
rust2024-10-17
Robert TeminianRobert Teminian

See old Object Pascal from new Rust

This is a post at Apr. 20th. 2024 from my old...