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

Have you tried functional programming?
watercooler2021-09-25
MadzaMadza

Have you tried functional programming?

Functional programming is a programming paradigm where programs are constructed by applying and...

Giving Your JSON a Web API with Rust
rust2021-10-01
Reece McMillinReece McMillin

Giving Your JSON a Web API with Rust

The Problem I'm currently working on a civic tech project where there's a simple but...

Thoughts on Rust at First, but then Ramblings on Top Programming Languages
rust2021-09-29
Ivan GIvan G

Thoughts on Rust at First, but then Ramblings on Top Programming Languages

Below post has started from me thinking about Rust on a weekend, and then expanded a bit. I was...

URL Shortener with Rust, Svelte, & AWS (5/): Frontend
rust2021-09-29
Miles WatsonMiles Watson

URL Shortener with Rust, Svelte, & AWS (5/): Frontend

In the last post, we worked on containerizing the backend of our application, so that we can deploy...

I made a CLI tool in Rust to play mechanical keyboard sound effects globally
rust2021-09-29
Kunal BagariaKunal Bagaria

I made a CLI tool in Rust to play mechanical keyboard sound effects globally

Rustyvibes A Rust CLI that makes mechanical keyboard sound effects on every key press. It...

Using Rust Cloudflare Workers: Serverless hCaptcha
rust2021-09-29
Rodney LabRodney Lab

Using Rust Cloudflare Workers: Serverless hCaptcha

Using Rust Cloudflare Workers: how to run fast and secure Rust code from a Cloudflare Worker endpoint - hCaptcha serverless function example.

Debugging in Rust
help2021-09-29
Pacharapol WithayasakpuntPacharapol Withayasakpunt

Debugging in Rust

How do you go for debugging in Rust, without proprietary software, like CLion or IntelliJ Ultimate?

Deploy an ultra-fast blog in minutes with Eleventy and AssemblyLift (WebAssembly + Lambda + API Gateway + Rust)
jamstack2021-09-28
DanDan

Deploy an ultra-fast blog in minutes with Eleventy and AssemblyLift (WebAssembly + Lambda + API Gateway + Rust)

Hello fellow developers! 😊 Let's talk about static site generators for a minute. Static Site...

Getting started with Metaplex (A Solana NFT Journey PT. 1)
blockchain2021-09-26
NickNick

Getting started with Metaplex (A Solana NFT Journey PT. 1)

TLDR Ignition Metaplex Worskshop Zoom Office Hours / PW: I5T$pa^z End to end Candy Machine...

Rust - Ownership ?
rust2021-09-26
Higor DiegoHigor Diego

Rust - Ownership ?

Todos os programas têm que decidir de que forma vão utilizar a memória do computador durante sua...

URL Shortener with Rust, Svelte, & AWS (4/): Dockerizing
rust2021-09-25
Miles WatsonMiles Watson

URL Shortener with Rust, Svelte, & AWS (4/): Dockerizing

In the last post, we created some unit tests that will allow us to automatically test our...

URL Shortener with Rust, Svelte, & AWS (3/): Testing
aws2021-09-22
Miles WatsonMiles Watson

URL Shortener with Rust, Svelte, & AWS (3/): Testing

In the last post, we created a simple URL-shortener API and tested it manually with curl and a...

Optimising a JavaScript library with WebAssembly, a failed attempt!
rust2021-09-21
Antonio Villagra De La CruzAntonio Villagra De La Cruz

Optimising a JavaScript library with WebAssembly, a failed attempt!

Rust is becoming more and more the language of choice to build tools for the web. Last example to...

URL Shortener with Rust, Svelte, & AWS (1/): Intro + Setup
rust2021-09-20
Miles WatsonMiles Watson

URL Shortener with Rust, Svelte, & AWS (1/): Intro + Setup

In this series of posts, I aim to guide you through the process of creating and deploying a public...

URL Shortener with Rust, Svelte, & AWS (2/): Simple HTTP API
aws2021-09-20
Miles WatsonMiles Watson

URL Shortener with Rust, Svelte, & AWS (2/): Simple HTTP API

In the first post of the series, I covered the reasons for choosing Rust and AWS, as well as the...

Full-stack Rust: A complete tutorial with examples
rust2021-09-17
Matt AngelosantoMatt Angelosanto

Full-stack Rust: A complete tutorial with examples

Written by Mario Zupan ✏️ Previously on the LogRocket blog, we covered how to create a CRUD web...