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

Learning Rust: A clean start
rust2024-02-26
Andrew BoneAndrew Bone

Learning Rust: A clean start

I've decided it's time to learn Rust and in order to keep myself motivated I'm going to keep a record...

Why Rust is the Almighty Language for Building DBMS? 🛠️
squaredb2024-02-11
Square Db - Enhance your DB with a very fast DB!Square Db - Enhance your DB with a very fast DB!

Why Rust is the Almighty Language for Building DBMS? 🛠️

In the vast landscape of programming languages, one shines like a mighty sword amidst a sea of tools:...

Rust & Dockerfile : cache dependencies with cargo chef
rust2024-03-15
Daniel Di Dio BalsamoDaniel Di Dio Balsamo

Rust & Dockerfile : cache dependencies with cargo chef

Introduction Let's consider this basic Dockerfile: # syntax=docker/dockerfile:1 # build...

Is it Worth Making a DBMS Extendable?
rust2024-02-11
Square Db - Enhance your DB with a very fast DB!Square Db - Enhance your DB with a very fast DB!

Is it Worth Making a DBMS Extendable?

In the enchanting realm of database management systems (DBMS), the question arises: should we...

Structs in Rust
rust2024-03-12
Francesco CiullaFrancesco Ciulla

Structs in Rust

In this lesson, we will talk about Structs in Rust What are Structs? Structs are a way to...

Design Pattern - Factory (TypeScript & Rust)
designpatterns2024-03-15
ayouayou

Design Pattern - Factory (TypeScript & Rust)

In design patterns, there are three patterns with the word "Factory" in their names: Simple Factory...

Using PostHog with Rust
rust2024-03-14
ShuttleShuttle

Using PostHog with Rust

Hello world! In this article, we’re going to talk about how you can use Posthog with Rust to be able...

Understanding Operators in Rust Programming
rust2024-03-14
Dipankar PaulDipankar Paul

Understanding Operators in Rust Programming

In Rust, operators are essential elements for performing various computations and operations on...

Cryptopals set 8 in Rust
cryptopals2024-03-14
skaunovskaunov

Cryptopals set 8 in Rust

As I led my current things to some milestones, and now I mostly reading about folding and prove...

What happens when you click pay now?
hyperswitch2024-03-14
Vedant KhairnarVedant Khairnar

What happens when you click pay now?

This chapter will cover the payment flows available with Hyperswitch. Please reach out to us to...

Somewhat dynamic typing in Rust - magic of traits
rust2024-03-02
ProgramCrafterProgramCrafter

Somewhat dynamic typing in Rust - magic of traits

Rust is statically typed language, they say. All the types are known at compilation time, they...

pgvecto.rs 0.2: Unifying Relational Queries and Vector Search in PostgreSQL
vectordatabase2024-03-14
Ce GaoCe Gao

pgvecto.rs 0.2: Unifying Relational Queries and Vector Search in PostgreSQL

We are excited to announce the release of pgvecto.rs 0.2, a significant milestone in the journey of...

Learning Rust: Grasping the concepts
rust2024-03-04
Andrew BoneAndrew Bone

Learning Rust: Grasping the concepts

Time for another Rust lesson. Following on from my last post, we're delving into Common Programming...

Rust: Actix-web and Daily Logging
rust2024-03-13
Be Hai NguyenBe Hai Nguyen

Rust: Actix-web and Daily Logging

Currently, our actix-web learning application simply prints debug information to the console using...

Type Casting in Rust
rust2024-03-13
Dipankar PaulDipankar Paul

Type Casting in Rust

Type casting is a fundamental concept in programming that allows us to convert variables from one...

Build a CRUD REST API with Rust Axum | Tutorial
rust2024-03-13
Augustine MaduAugustine Madu

Build a CRUD REST API with Rust Axum | Tutorial

Do you want to learn how to create a powerful backend application using Rust? This is a...