Conjugation Interactive website for practicing Spanish verb conjugations. Built with a Rust backend and Svelte frontend. Rust Svelte TypeScript Microservices Frontend
r-cache I wrote a caching library for Rust. r-cache is an in memory key value store. It is thread safe and values can have expiry times. Rust
Example Rust API An example Rust REST API for a Pet Store. I took an official example Open API schema and build an API to fulfill it. It uses a Postgres respository layer, and I structured it using clean architechture. Rust PostgreSQL Microservices