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

Let's Build HTTP Parser From Scratch In Rust
rust2024-06-04
hirohiro

Let's Build HTTP Parser From Scratch In Rust

A week ago, I stumbled upon this fantastic article about learning Rust's iterators and pattern...

Learn Rust by building a real web application.
rust2024-06-04
Phunsukh WangduPhunsukh Wangdu

Learn Rust by building a real web application.

I heard about Rust few years back but was hesitant to learn it mainly due to its unique syntax. But i...

Generics in Rust: murky waters of implementing foreign traits on foreign types
rust2024-06-04
Igor ProskurinIgor Proskurin

Generics in Rust: murky waters of implementing foreign traits on foreign types

This post is about what bothered me for a while in generic Rust before I could clarify what's going...

Quick tip: Type of tokio spawn return
rust2024-06-04
Thiago Massari GuedesThiago Massari Guedes

Quick tip: Type of tokio spawn return

When I was implementing the metrics task using tokio, I wanted to save the result JoinHandle in a...

Implement React v18 from Scratch Using WASM and Rust - [15] Implement useEffect
react2024-06-04
ayouayou

Implement React v18 from Scratch Using WASM and Rust - [15] Implement useEffect

Based on big-react,I am going to implement React v18 core features from scratch using WASM and...

Introduction to Machine Learning Algorithms in R
react2024-06-04
Kartik MehtaKartik Mehta

Introduction to Machine Learning Algorithms in R

Introduction Machine learning is a subset of artificial intelligence that focuses on...

Another way to deserialise DateTime in Rust
rust2024-06-02
Thiago Massari GuedesThiago Massari Guedes

Another way to deserialise DateTime in Rust

In a previous post, I wanted to deserialise a date from a Toml file and implemented the Deserialize...

Build a password manager with Rust - Part 2
rust2024-06-01
Damien CossetDamien Cosset

Build a password manager with Rust - Part 2

Introduction After our first article, we have a simple command line application that can...

Error Handling for Large Rust Projects - A Deep Dive into GreptimeDB's Practices
rust2024-05-12
GreptimeGreptime

Error Handling for Large Rust Projects - A Deep Dive into GreptimeDB's Practices

:::tip TL;DR: In this article, we discuss the practice of Rust error handling topic in GreptimeDB and...

Building Zerocalc, part I - rustc lexer and a lexer in rust
rust2024-06-01
Michal CiesielskiMichal Ciesielski

Building Zerocalc, part I - rustc lexer and a lexer in rust

After reading The Rust Programming Language book and implementing a few exercises, it's time to write...

Implementing Semantic Caching using Qdrant and Rust
machinelearning2024-05-30
ShuttleShuttle

Implementing Semantic Caching using Qdrant and Rust

Hello world! Today we're going to learn about semantic caching with Qdrant, in Rust. By the end of...

API integration in RUST
rust2024-06-01
Syed Muhammad Ali RazaSyed Muhammad Ali Raza

API integration in RUST

Setting Up a Basic API in Rust Prerequisites To follow along, ensure you have...

Cargo Actions: An efficient tool for managing and creating GitHub Actions workflow templates
rust2024-05-31
叶师傅叶师傅

Cargo Actions: An efficient tool for managing and creating GitHub Actions workflow templates

In software development, continuous integration and continuous deployment (CI/CD) are crucial...

Tutorial: Real-time Chat App in Rust with Rocket 🦀⌨️
rust2024-05-31
Eleftheria BatsouEleftheria Batsou

Tutorial: Real-time Chat App in Rust with Rocket 🦀⌨️

Hello, amazing people and welcome back to my blog! Today we will build a real-time chat application...

Rust and Go - good friends?
go2024-05-31
Stanislav KinazevStanislav Kinazev

Rust and Go - good friends?

Writing software that runs on multiple operating systems and architectures is straightforward in both...

Generics in Rust: visualizing Bezier curves in a Jupyter notebook -- Part 3
rust2024-05-31
Igor ProskurinIgor Proskurin

Generics in Rust: visualizing Bezier curves in a Jupyter notebook -- Part 3

I decided to write a series posts about my experience with generic Rust, basically just to leave a...