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

Serverless search on AWS with Tantivy and Rust
aws2024-01-02
szymon-szymszymon-szym

Serverless search on AWS with Tantivy and Rust

There are a lot of definitions of "serverless", but for many people, one of the main advantages of...

Rust Learning Note: async/await and Stream
rust2024-01-02
Raine-Yang-UofTRaine-Yang-UofT

Rust Learning Note: async/await and Stream

This article is a summary of Chapter 4.11.4 of Rust Course (course.rs/) The Lifecycle of async If...

Mocking with Rust
rust2024-01-02
TomTom

Mocking with Rust

I've got something cooking that i've written in Rust and I recently discovered a neat trick to test...

After a day of programming in Zig
zig2024-01-01
Michael LohrMichael Lohr

After a day of programming in Zig

I am a big fan of Rust since it provides great tooling and allows me to write code with a lot of...

Rust Learning Note: Pin and Unpin
rust2023-12-31
Raine-Yang-UofTRaine-Yang-UofT

Rust Learning Note: Pin and Unpin

This article is a summary of Chapter 4.11.3 of Rust Course (course.rs/) and blog...

Understanding the notion of references in rust 🦀
rust2023-12-30
Soumajit Das Soumajit Das

Understanding the notion of references in rust 🦀

Hey, are you trying to learn Rust and want to dig deep into the realms of memory management in Rust?...

Rust match Statement
rust2023-12-31
XamanXaman

Rust match Statement

The match statement in Rust is a powerful control flow construct used for pattern matching. It allows...

Rust: retrofit integration tests to an existing actix-web application.
rust2023-12-31
Be Hai NguyenBe Hai Nguyen

Rust: retrofit integration tests to an existing actix-web application.

We've previously built an actix-web “application”, which has five (5) public POST and GET routes. We...

Rust: Docker Image Optimization With Multi-stage Builds
tutorial2023-12-29
Mario GarcíaMario García

Rust: Docker Image Optimization With Multi-stage Builds

When deploying an application using Docker, if you build the image that will serve to create the...

Techs I Will Be Side Learning in 2024
backenddevelopment2023-12-30
MD. Zariful HuqMD. Zariful Huq

Techs I Will Be Side Learning in 2024

Introduction In 2024, the pursuit of knowledge enters a new phase amid rapid technological...

Beyond Backpropagation - Higher Order, Forward and Reverse-mode Automatic Differentiation for Tensorken
rust2023-12-09
KurtKurt

Beyond Backpropagation - Higher Order, Forward and Reverse-mode Automatic Differentiation for Tensorken

This post describes how I added automatic differentiation to Tensorken. Tensorken is my attempt to...

Rust Macros Explained with Example
rust2023-12-30
XamanXaman

Rust Macros Explained with Example

Macros in Rust are a powerful feature that allows you to define reusable code patterns. They are...

Unlocking New Possibilities: Rust Compiler Backend Brings Closures to the .NET Universe!
rust2023-12-30
Bernard KBernard K

Unlocking New Possibilities: Rust Compiler Backend Brings Closures to the .NET Universe!

The Rust Compiler Backend for .NET Now Supports Closures Introduction The...

Customize Cognito Access Token with Rust
serverless2023-12-29
Benjamen PyleBenjamen Pyle

Customize Cognito Access Token with Rust

Identity and Access Management is a critical part of any application. So many times developers and...

Summary of results
python2023-12-29
Antonov MikeAntonov Mike

Summary of results

Completely out of the blue I realized that I've done almost all the tasks from the Flask website....

Code Smell 236 - Unwrapped Lines
webdev2023-12-28
Maxi ContieriMaxi Contieri

Code Smell 236 - Unwrapped Lines

Formatting plays a crucial role in creating code that is not only functional but also readable and...