100 Posts and Move to SourceHut

06.09.2026 - 1m read - git milestone sourcehut

This is my 100th post on this blog! Plus, from now on all projects on this blog will be hosted on SourceHut.


Building Progressive Web Apps using Rust

25.04.2025 - 38m read - rust pwa nostr surrealdb

In this post, we'll build a simple Progressive Web App using Rust.


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.