Projects
Open source libraries and tools I've built — each links to the repository.
JWT Shield
A secure implementation of JSON Web Tokens (JWT) with encryption and signing capabilities. Encrypts the JWT payload before signing, so token contents cannot be read without the proper encryption key.
- JSON Web Token (JWT)
Cryptorify
A lightweight TypeScript utility for securely encrypting and decrypting data using AES-256-GCM. Supports customizable encoding, salt length, and PBKDF2 iterations with an easy-to-use API.
- TypeScript
- AES-GCM
- Encryption
Leptos SEO
A Rust library for managing SEO metadata in Leptos web applications. Provides an easy way to define metadata, structured data, and Open Graph tags within Leptos apps.
- Rust
Postgres Cluster
PostgreSQL cluster with dynamic read replicas for local development and testing.
- PostgreSQL
Redis Cluster
Production-ready Redis configuration with Docker, optimized for security, performance, and reliability.
- Redis
Elastic Carousel
A flexible and responsive carousel component for React.
- React