Published onMarch 22, 2022Background job processing with rust using actix and redisrustactixredisapalisLets learn how to process background jobs by writing a service that sends emails without blocking.
Published onApril 4, 2021Simple authentication with actix-webactixrustauthenticationLearn how to painlesly apply authentication to your actix-web project