AKBuilding a Blazing-Fast Full-Text Search Engine in RustUnderstanding how search engines work under the hood is fascinating and educational. Today, we’ll build a full-text search engine in Rust…Jan 2Jan 2
InTowards Devbyelijah samsonIdiomatic Caching in RustCaching is a crucial technique in software development that improves the efficiency and performance of applications by temporarily storing…Jul 3, 2024Jul 3, 2024
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 6, 20241Jul 6, 20241
InRustaceansbyYenBlack 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 9, 20241Jul 9, 20241
InCoinmonksbyLuis SoaresOptimizing 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 9, 20241Jul 9, 20241
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 1, 2024Jul 1, 2024
InCoinmonksbyLuis SoaresIntroduction to Provable Smart ContractsProvable smart contracts use cryptographic techniques to verify that computations done outside the blockchain are correct. This means that…Jun 25, 2024Jun 25, 2024
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 24, 20241Apr 24, 20241
InData Engineer ThingsbyPaulo de JesusAzure Functions with Rust — Part 2: DeployDeploy the Rust Azure Function, created in Part 1, into the cloud.May 26, 2024May 26, 2024
InData Engineer ThingsbyPaulo de JesusAzure Functions with Rust — Part 1: Create and TestHow to create and locally test an Azure Function written in Rust.Apr 24, 2024Apr 24, 2024
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 30, 2024Jan 30, 2024
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 25, 20243Mar 25, 20243
InDev GeniusbyLuis SoaresImplementing 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 10, 2024Apr 10, 2024
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 20, 20244Jan 20, 20244
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
InDev GeniusbyLuis SoaresData 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
InDev GeniusbyLuis SoaresHandling 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 19, 20241Jan 19, 20241