Pot Shot Society A modern recipe-sharing website built with Next.js, TypeScript, and Sanity CMS. Features smart search, Instagram video embeds, and a no-code content management system. TypeScript Next.js React Frontend
Conjugation Interactive website for practicing Spanish verb conjugations. Built with a Rust backend and Svelte frontend. Rust Svelte TypeScript Microservices Frontend
protoc-gen-camel 🐪 A plug-in for Google's Protocol Buffers compiler to check camel case field name violations. Go Protobuf
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
Example Go API An example Go 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. Go PostgreSQL Microservices