Bio
General information
I am a software engineer with over 7 years of experience, focusing on backend and cloud development. Generally, I am working with AWS, Python, Rust, .NET, and Terraform.
I’m passionate about crafting high-performance, scalable, and secure software solutions. Additionally, I enjoy putting work into the educational part of software development: writing books, articles, and open-source examples on how to build stuff.
Rust projects
This is a list of small projects (usually related to articles I have written) on different topic related to Rust.
- Pont - a template generator/loader that lets you generate projects from templates located in Git repositories or local directories;
- Serverless payments - a simple example of how to build a serverless payment system using Rust, AWS Lambda, and Stripe;
-
Rust moto testing - a tutorial on how to test AWS Lambda functions written in Rust using
moto
; - Rust TCP - a tutorial on how to build a custom protocol on top of TCP using Rust and Tokio.