Hello! I'm Tawanda!

A software engineer trying to find the place where technology, philosophy, and story-telling meet.

Latest Thoughts

Exploring the Actor Model in Rust

April 12, 2025 · 9 min read

This blog post will explore the actor model using Rust. We'll discuss why it's a valuable approach, the challenges it helps overcome, and how to use it practically in your Rust programs.

Read More →

Rate Limiting Strategies for Backend Services

December 30, 2024 · 14 min read

Rate limiting is an essential technique for protecting backend services and ensuring fair resource usage. In this post, we explored Token Bucket, Fixed Window, Sliding Window, and Redis-based Distributed Rate Limiting, all implemented in Python with FastAPI.

Read More →
View All Posts