Using Polars in Rust for high-performance data analysis

05.11.2024 - 44m read - rust polars data analysis

In this post, we'll build a basic data analysis pipeline using Rust and Polars.


Building cross-platform GUI apps in Rust using egui

06.09.2024 - 57m read - rust egui gui

In this post, we'll build a simple cross-platform GUI using Rust and egui.


Leverage Rust and wgpu for effective cross-platform graphics

11.06.2024 - 96m read - rust wgpu

In this post, we'll check out wgpu and see how we can build a very basic GUI out of triangles using the GPU.


Building a simple AI chatbot using Rust and Ollama

08.03.2024 - 9m read - rust async ai llm ollama llama2

In this post, we'll build a simple AI chatbot, leveraging a locally running LLM, using Rust and Ollama.


Using CRDTs to build collaborative Rust web applications

23.02.2024 - 54m read - rust crdt

In this post, I’ll show how to build a simple web app leveraging CRDTs for keeping consistent state between all clients.


Using Cap'n Proto with Rust

09.08.2023 - 22m read - rust capnproto serialization rpc

Cap'n Proto is a binary serialization and RPC system optimized for performance. In this article, we'll take a look at how we can use it within Rust.


Build a full-stack TypeScript app using tRPC and React

30.06.2023 - 28m read - typescript trpc react

In this post, I’ll show how to use tRPC to build a full-stack TypeScript app.


Writing webpack plugins in Rust using SWC for faster builds

21.06.2023 - 17m read - rust webpack swc

In this post, I’ll show how to use SWC for writing Webpack plugins in Rust.


How to build a WebSocket server with Rust

12.05.2023 - 20m read - rust web websocket

In this post, I’ll show how implement a WebSocket server with Rust.


Create an async CRUD web service in Rust with warp

09.05.2023 - 32m read - rust async crud warp

In this post, I’ll show how to implement an async CRUD Rust web application using Warp.