Skip to content
Project Atlas

Project Atlas

A curated index of my ongoing builds, creative experiments, and finished launches. Each project reflects a phase in my craft — from neon interfaces to composable architectures.

Cyberpunk OS Portfolio

Cyberpunk OS Portfolio

live
A terminal driven, neon glitch portfolio with windowed apps and lore.
  • Next.js
  • Tailwind
  • Vercel
Ticket Manager API

Ticket Manager API

wip
A lightweight issues & projects API in Rust with Axum + Diesel . CRUD for projects/issues, clean JSON, migrations, and a Dockerised Postgres dev setup.
  • Rust
  • Axum
  • Diesel
  • PostgreSQL
  • Tokio
URL Shortener API

URL Shortener API

wip
A high performance, Rust + Axum URL shortener backed by MongoDB . Endpoints: (create), (redirect), (list). Run locally with Mongo in Docker or fully containeris
  • Rust
  • Axum
  • MongoDB
  • Tokio
  • Serde
  • Docker
File Microservice API

File Microservice API

wip
A secure, scalable file upload API built with Rust + Axum . Supports multipart uploads , rate limiting , CORS , and structured health checks via . Implements To
  • Rust
  • Axum
  • Tokio
  • Tower
  • Serde
  • Tracing
Request Header Inspector (WhoAmI API)

Request Header Inspector (WhoAmI API)

wip
A high performance WhoAmI endpoint that inspects request headers and returns IP (incl. ), browser/OS (parsed from User Agent), Accept Language , and a total req
  • Rust
  • Axum
  • Hyper
  • Serde
Timestamp Microservice

Timestamp Microservice

wip
A date–time REST API in Rust + Actix web with Chrono for parsing and timezone conversions. Endpoints: → current time (UTC, Unix, local) → parsed date (optional
  • Rust
  • Actix-web
  • Chrono
  • Serde