InLevel Up CodingbyAnshul SanghiThe Dark Arts of Interior Mutability in RustThe concept that enables Rust to claim "Fearless Concurrency" as a language feature despite its strict memory rules.Apr 23A response icon2Apr 23A response icon2
Ebina Perelyn OkohUnderstanding Smart Pointers in Rust: A Comprehensive GuideIntroductionJun 5, 2023Jun 5, 2023
InTowards DevbyItsukiRust: Execute Multiple Async Simultaneously: Multithreading vs FuturesRunning multiple asynchronous operations concurrently can really help us in improving our program performance. If you write in Rust, the…May 22, 2024A response icon2May 22, 2024A response icon2
TrekBuilding 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, 2024A response icon1Jul 6, 2024A response icon1
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, 2024A response icon1Jul 9, 2024A response icon1
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, 2024A response icon1Jul 9, 2024A response icon1
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, 2024A response icon1Apr 24, 2024A response icon1
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, 2024A response icon3Mar 25, 2024A response icon3
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, 2023A response icon1Jul 31, 2023A response icon1
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, 2024A response icon4Jan 20, 2024A response icon4
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, 2023A response icon3Oct 5, 2023A response icon3