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

[Rust] Generic Segment Tree
rust2022-04-23
Satyarth AgrahariSatyarth Agrahari

[Rust] Generic Segment Tree

I wanted to write and keep a segment tree implementation for myself, that I could use more generally...

Structs in Rust
rust2022-05-03
Chigozie OduahChigozie Oduah

Structs in Rust

Structs are one of the most useful features that Rust provides. They give programmers the ability to...

Rust from 0 to 80% for JavaScript Developers
javascript2022-04-30
Michael SalimMichael Salim

Rust from 0 to 80% for JavaScript Developers

This is a list of topic that will help you understand Rust quickly if you are a JavaScript developer....

Generic integer functions in Go and Rust
go2022-05-01
Mark SawardMark Saward

Generic integer functions in Go and Rust

Suppose we want to create a validation function for a struct, to ensure that a number is between two...

AssemblyLift v0.4.0-alpha released with Kubernetes support, WASI (WebAssembly on K8s)
webassembly2022-04-27
DanDan

AssemblyLift v0.4.0-alpha released with Kubernetes support, WASI (WebAssembly on K8s)

Hello devs! 👋🏻 We're back! Today we're making available the first alpha release of AssemblyLift...

Build a Rust speed test using Actix and WebSockets
rust2022-04-27
alisdairbralisdairbr

Build a Rust speed test using Actix and WebSockets

Introduction Speed tests are an excellent way to check your network connection speed. Fast...

Mux Serverless Webhook Updates using Telegram Bots
rust2022-04-27
Rodney LabRodney Lab

Mux Serverless Webhook Updates using Telegram Bots

Mux serverless webhook: how you can use Rust Cloudflare Workers to listen for Mux status updates, authenticate and ping you Telegram alerts.

Advent of Code 2020: Day 1
adventofcode2022-04-26
Kolton MusgroveKolton Musgrove

Advent of Code 2020: Day 1

Day 1: Report Repair Problem Code Walkthrough Walkthrough for Problem 1 For...

Programming Rust - 03
rust2022-04-06
NivethanNivethan

Programming Rust - 03

I'm currently reading Programming Rust by Jim Blandy, Jason Orendorff and Leonora F.S. Tindall and...

Serverless cache
aws2022-04-25
Daniele FrascaDaniele Frasca

Serverless cache

Did I invent a serverless cache service? I will answer this question later on. I recently got...

Getting Started with Rust Cloudflare Workers
serverless2022-04-25
Rodney LabRodney Lab

Getting Started with Rust Cloudflare Workers

Getting started with Rust Cloudflare Workers: how you can build your first serverless Rust app including REST requests and sending email.

Learning Rust
rust2022-04-23
MaheshMahesh

Learning Rust

Publishing the syntax I learn in rust, so I can keep my thinking as clear as possible. I will update...

Create a Github Action to run Solana Anchor tests
solana2022-04-23
Lazar LukicLazar Lukic

Create a Github Action to run Solana Anchor tests

Hey there! In this article, we'll cover how to create a GitHub Action which will run our Anchor...

Use PostgreSQL SSL connection in rust with self-signed certificates
postgres2022-04-19
Frits HooglandFrits Hoogland

Use PostgreSQL SSL connection in rust with self-signed certificates

This blogpost is about using the rust language to create a connection to PostgreSQL and YugabyteDB,...

Rust - I Need Your Help !
rust2022-04-18
masterleonidasmasterleonidas

Rust - I Need Your Help !

I Know this title is a bit confusing, you'll understand. As a Rust beginner I want to learn the...

Solana Anchor convert AccountInfo to Account<'info,T>
rust2022-04-17
Lazar LukicLazar Lukic

Solana Anchor convert AccountInfo to Account<'info,T>

Hey there! In this short article I'll show you how to convert AccountInfo or UncheckedAccount to...