Portfolio
Portfolio
Unfortunately I am not working on open-source projects as much as I would like to, so here are some code samples that you can look into to understand how I do coding:
- Iroha 2.0 - my work on
Iroha, distributed Rust native ledger I was building as a part of Linux foundation grant; - Rust lints - I am vibe-coding different lints to make Rust and Cargo more strict, this one for examle checks if you put your generics to uppercase;
- Toy Payments Engine - Coding Task to implement Transactions processing engine, written in Context-Generic Programming paradigm with heavy use of Opencode + GLM;
- Glommio and GraphGate - Are two projects that I "stole" for maintanance and contributed to a little;
- Anduin - My first Rust project where I was playing with it 10 years ago, worth looking at how Rust development was done back there;