iPay — Nuxt 3 Pet Project
This is a small pet project primarily created to try out Nuxt 3.

Overview
An exploratory project from June 2022 to learn Nuxt 3 fundamentals—project setup, file‑based routing, layouts, and component composition. The scope is intentionally small and focused on getting comfortable with the Nuxt 3 developer experience.
Highlights
Stack
- Nuxt 3
- Vue 3
- Vite (Nuxt default tooling)
What I Explored
- File-based routing and nested layouts
- Reusable components and props
- Basic data fetching patterns
- Styling and utility classes
Notes
- Built as a personal learning exercise
- Not a production application
- Serves as a reference for future Nuxt projects
Gallery






Other Projects

Actix Web Starter Template
Production-ready Rust/Actix Web REST API starter with RBAC auth, SeaORM/PostgreSQL, Kafka-based email, and Docker tooling.

Trypema Rate Limiter
High-performance Rust rate limiting primitives with local, Redis-backed, and hybrid providers, atomic Redis enforcement, and absolute/suppressed strategies.

Auth module for Nuxt server apps
Auth module for Nuxt 3 server apps with local and social providers, tokens, middlewares, and typed composables.