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

The Art of Transpilers - From One Programming Language to Another
typescript2022-06-30
Evan TypanskiEvan Typanski

The Art of Transpilers - From One Programming Language to Another

Compilers are cool, they take code you write and make code the machine can understand. Transpilers...

N-dimensional slices
rust2022-07-02
Caleb SanderCaleb Sander

N-dimensional slices

In this post, I'll introduce the idea of an "N-dimensional slice" and explore different...

Rust e o "empréstimo" de propriedade
rust2022-06-30
Guilherme ThomasGuilherme Thomas

Rust e o "empréstimo" de propriedade

Um conceito fundamental de Rust é sua base de como a linguagem lida com dados. A ideia de ownership...

Integrating a Svelte app with Rust using WebAssembly
rust2022-06-29
Matt AngelosantoMatt Angelosanto

Integrating a Svelte app with Rust using WebAssembly

Written by Yashodhan Joshi✏️ Svelte is a JavaScript framework that is quickly growing in popularity...

Lambda Rust Extension for any Runtime to preload SSM Parameters as Secure Environment Variables!
serverless2022-06-29
Ken CollinsKen Collins

Lambda Rust Extension for any Runtime to preload SSM Parameters as Secure Environment Variables!

ℹ️ Crypteia Hits v1.0.0 Miletstone! 🎉 - It now has support for Python among other popular languages...

Lambda Rust Extension for any Runtime to preload SSM Parameters as Secure Environment Variables!
serverless2022-06-28
Ken CollinsKen Collins

Lambda Rust Extension for any Runtime to preload SSM Parameters as Secure Environment Variables!

ℹ️ Crypteia Hits v1.0.0 Miletstone! 🎉 - It now has support for Python among other popular languages...

Form Validation in Rust (Actix-Web)
rust2022-06-27
Praveen ChaudharyPraveen Chaudhary

Form Validation in Rust (Actix-Web)

Form validation is the important part of Software Development Lifecycle Process. It based on the data...

Rust macros in few sentences
rust2022-06-28
Lord_SarcasticLord_Sarcastic

Rust macros in few sentences

Table (List?) of content Claimers and disclaimers What this article is about What this...

STM32F4 Embedded Rust at the HAL: GPIO Button Controlled Blinking
rust2022-06-27
Omar HiariOmar Hiari

STM32F4 Embedded Rust at the HAL: GPIO Button Controlled Blinking

This blog post is the first one of a multi-part series of posts where I explore various peripherals...

Rust tutorial, manage control flow with if, else-if, else
rust2022-06-27
Chris NoringChris Noring

Rust tutorial, manage control flow with if, else-if, else

Learn how to manage control flow with if, else-if, else

Golang e Rust: Qual é melhor?
braziliandevs2022-06-26
Lissa FerreiraLissa Ferreira

Golang e Rust: Qual é melhor?

Por que existem tantas linguagens de programação? Atualmente, há diversas linguagens de...

Into the Fray: A Dive into Deno
deno2022-06-27
Jim BurbridgeJim Burbridge

Into the Fray: A Dive into Deno

Tl;Dr: I just wanted to build a simple CLI in Deno, and now I've made at least 5 repositories related...

Multiple Page Web Scraper in Rust.
beginners2022-06-24
Michael OlayemiMichael Olayemi

Multiple Page Web Scraper in Rust.

Data is the new gold according to some of my folks. To some extent maybe they are right. Getting data...

Should you learn Rust Lang in 2022?!
rust2022-06-22
NathanNathan

Should you learn Rust Lang in 2022?!

Why RUST is a good language to learn RUST has great tooling. The RUST compiler, Cargo, is...

Classes vs Types (or Yet Another Reason To Learn Rust)
rust2022-06-23
Dimitri MerejkowskyDimitri Merejkowsky

Classes vs Types (or Yet Another Reason To Learn Rust)

Introduction Note: this is both a follow-up to the do classes suck or do classes suck...

Rust from the beginning, project management with Cargo
rust2022-06-22
Chris NoringChris Noring

Rust from the beginning, project management with Cargo

Managing a project with dependencies, metadata and more is made easy with the very competent tool Cargo