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

First Impressions of AWS DSQL with Lambda and Rust
aws2024-12-07
Benjamen PyleBenjamen Pyle

First Impressions of AWS DSQL with Lambda and Rust

Serverless developers that use Lambda as their compute of choice have long had to make a trade-off in...

What is QUIC protocol, and how to use through Rust
rust2024-12-07
kinationkination

What is QUIC protocol, and how to use through Rust

Progressing through HTTP/1 and HTTP/2, HTTP/3 is now widely expanding in the data transmission...

Building Node.js modules in Rust with NAPI-RS
webdev2024-11-06
Megan LeeMegan Lee

Building Node.js modules in Rust with NAPI-RS

Written by Rahul Padalkar✏️ NAPI-RS is a framework for building modules for Node.js using Rust, and...

Why Rust Is Worth Using on the Backend
backenddevelopment2024-12-03
Rust Web DevRust Web Dev

Why Rust Is Worth Using on the Backend

Three years ago, I made a bold leap: transitioning from JavaScript to Rust. Diving into WebAssembly...

🚀 Rust Basics 1: Getting Started with Rust Programming 🦀
rust2024-12-05
RealACJoshuaRealACJoshua

🚀 Rust Basics 1: Getting Started with Rust Programming 🦀

Welcome to RUST BASICS 1, the first post in our 7-part journey to mastering Rust! Whether you’re a...

#3 Daily Rabbit Holes: Rust Useful Resources + Deno + Side Projects
rust2024-12-05
pulpul

#3 Daily Rabbit Holes: Rust Useful Resources + Deno + Side Projects

Today, like the past few days, I’ve spent nearly all my free time diving into the Rust + Deno...

Part 2: Defining the Authentication gRPC Interface
tutorial2024-12-04
Neeraj SharmaNeeraj Sharma

Part 2: Defining the Authentication gRPC Interface

Introduction In the previous part, we set up our project structure. Now we'll define our...

RoSctober Fest Wrap-Up: A Month of Code, Community, and Sloth Points! 🦥
opensource2024-11-13
Race of SlothsRace of Sloths

RoSctober Fest Wrap-Up: A Month of Code, Community, and Sloth Points! 🦥

Last week, we wrapped up RoSctober Fest, announcing the contributors and celebrating everything...

Step-by-Step Guide to Server-Side Render React with Rust
webdev2024-12-02
Valerio AgenoValerio Ageno

Step-by-Step Guide to Server-Side Render React with Rust

TL;DR: Check out Tuono for a framework-like experience that allows you to run React on a...

Vue Fes Japan 2024
vue2024-12-01
Takahiro InabaTakahiro Inaba

Vue Fes Japan 2024

Vue Fes Japan 2024 Key Takeaways I recently attended Vue Fes Japan 2024, where the latest...

Why is it Discouraged to Accept `&String`, `&Vec`, or `&Box` as Function Arguments in Rust?
rust2024-11-29
Prashant SharmaPrashant Sharma

Why is it Discouraged to Accept `&String`, `&Vec`, or `&Box` as Function Arguments in Rust?

In Rust, when designing functions, it's common to pass arguments by reference to avoid unnecessary...

#1 Daily Rabbit Holes: Rusty V8, Node.js and Deno
rust2024-11-30
pulpul

#1 Daily Rabbit Holes: Rusty V8, Node.js and Deno

This series is essentially a notebook where I document the things I learn online during my limited...

Currency converter in Rust + WebAssembly
rust2024-11-30
AjAj

Currency converter in Rust + WebAssembly

Hi everyone in this post I'm going to show you how to create a simple currency converter written in...

Write and Deploy Your First Solana Program on Solana Playground
anchor2024-11-29
RealACJoshuaRealACJoshua

Write and Deploy Your First Solana Program on Solana Playground

Welcome Back. In this tutorial, we’ll explore how to write, compile, and deploy a simple Solana...

Implementing Webpack from Scratch, But in Rust - [5] Support Customized JS Plugin
webpack2024-11-27
ayouayou

Implementing Webpack from Scratch, But in Rust - [5] Support Customized JS Plugin

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

Self-Aligning Satellite Dish in Rust: Final
rust2024-11-29
Ian NdedaIan Ndeda

Self-Aligning Satellite Dish in Rust: Final

In this part, we'll be largely tying up loose ends in the application logic. Table of...