elijah samsoninTowards DevIdiomatic Caching in RustCaching is a crucial technique in software development that improves the efficiency and performance of applications by temporarily storing…Jul 3Jul 3
Nuno CarvalhoReal Time Weather App: Kafka + Rust + ArroyoWelcome to this tutorial on building a real-time weather application using Apache Kafka, Rust, and Arroyo.Jul 6Jul 6
YeninRustaceansBlack Hat Rust #02 — Smart PointersThis is the note taken while learning Black Hat Rust by Sylvain Kerkour. This is an awesome book, not only for passionate hobbyists, but…Jul 91Jul 91
Luis SoaresinCoinmonksOptimizing Blockchain with Merkelized Abstract Syntax Trees in RustThe increasing size of blockchain data is a significant challenge for Blockchain performance, data integrity, and privacy. Merkelized…Jul 91Jul 91
OmkarBuilder Pattern in RUST. Make your code look fancy.In this blog we will see how you can make your rust code more readable and robust using builder pattern.Jul 1Jul 1
Luis SoaresinCoinmonksIntroduction to Provable Smart ContractsProvable smart contracts use cryptographic techniques to verify that computations done outside the blockchain are correct. This means that…Jun 25Jun 25
Ferdinand de AntoniSingle Rust Binary with SvelteKitSome time ago I created a small warp based webapp that had Svelte integrated with Vite (see Single Rust Binary with Vite+Svelte). There…Apr 241Apr 241
Paulo de JesusinData Engineer ThingsAzure Functions with Rust — Part 2: DeployDeploy the Rust Azure Function, created in Part 1, into the cloud.May 26May 26
Paulo de JesusinData Engineer ThingsAzure Functions with Rust — Part 1: Create and TestHow to create and locally test an Azure Function written in Rust.Apr 24Apr 24
Serhij S.Working with data storages in RustThe article explains how to create an agnostic trait-based storage in Rust. Covers topics: async, new-type, dynamic dispatching, sqlx etc.Jan 30Jan 30
Serhij S.Channels in Rust. Part 2This article continues the series “Channels in Rust”. In the first part we have discussed the channel basics and typical usage patterns…Mar 253Mar 253
Luis SoaresinDev GeniusImplementing Zero Knowledge Multi-Party Computation in RustIn this tutorial, we explore the foundational concepts and practical implementation of a simplified zk-rollup-like system in Rust! 🦀Apr 10Apr 10
Max TaylorCreate a Full stack Rust desktop App with Tauri, Yew and Tailwind CSSIn this tutorial, we’re going to be building a desktop Pomodoro timer app using Tauri, Yew and Tailwind CSS. I especially like this build…Nov 16, 2023Nov 16, 2023
Florian TiebenThe Future of Data Engineering: DuckDB + Rust + ArrowData engineering is a rapidly growing field, and the tools and technologies that data engineers use are constantly evolving. In recent…Jul 31, 20231Jul 31, 20231
Florian TiebenFull Rust Web Stack with Axum, SurrealDB and HTMXRust has emerged as a powerful and performant language for a wide range of applications, including web development. With its focus on…Jan 204Jan 204
Florian TiebenFluvio: A Kafka + Flink Built Using Rust + WASMFluvio is a new open-source streaming platform that is built using Rust and WebAssembly (WASM). It is a combination of Apache Kafka and…Oct 5, 20233Oct 5, 20233
Luis SoaresinDev GeniusData Serialization in Rust with SerdeIn our digital age, data is the lifeblood of countless applications. But there’s a tiny secret behind the scenes: the art and science of…Oct 4, 20232Oct 4, 20232
Luis SoaresinDev GeniusHandling multiple asynchronous operations easily with Rust ‘select!’The select! macro is designed to manage multiple asynchronous operations, allowing a program to wait on several tasks simultaneously and…Jan 191Jan 191
Dr. Ashish BamaniainLevel Up CodingThis Is How You Make Your Python Functions 5000% Faster With Rust (Yes, You Read It Right!)A Lesson On Creating Performant Rust Bindings In PythonMar 610Mar 610