Portfolio archive · 2026

All projects, with the evidence behind them.

Filter six major builds across cloud, data, mobile, systems, and product engineering. Each entry includes real media or a source-grounded technical demonstration.

Project archive

XAUUSD dashboard with Smart Money Concepts analysis layers
Real project screenshot
Python · Data / Finance · 2026

XAUUSD Smart Money Concepts Dashboard

A local analysis platform that connects MetaTrader 5 data to Smart Money Concepts indicators, interactive Plotly visualizations, and causal strategy backtesting.

OutcomeProcesses 5,000 M15 candles, refreshes every 5 seconds, and exports charts, reports, and trade lists.

Terminal output confirming final cloud analytics artifact verification passed
Verified final run
Cloud · Distributed Systems · 2026

World Cup Log Analytics Platform

Three FastAPI services behind an Nginx gateway, correlated JSONL logging, reproducible traffic generation, and a five-stage Hadoop Streaming MapReduce analytics pipeline.

OutcomeValidated 100,000 correlated requests and materialized 13 verified CSV/JSON artifacts.

Repository demo
Kotlin · Android

Melody — Modern Android Application

A Kotlin application built with Jetpack Compose, single-activity navigation, Hilt dependency injection, ViewModels, repositories, persistence, and modern Android architecture.

Technical focusA maintainable feature structure with declarative UI, dependency injection, persistence, and repository-driven state.

View repository
forth-interpreter
> 3 4 + .
7
> : square dup * ;
> 9 square .
81
> 10 3 mod .
1
Command demo verified against the implementation
C · Programming Languages

Forth Language Interpreter in C

A Forth interpreter in C with a stack-based execution model, tokenizer, and core command set, strengthening my understanding of parsing, memory management, and low-level execution.

Technical focusSupports arithmetic, stack operations, comparisons, control flow, loops, output, and custom word definitions.

View repository
Animated gameplay from the SDL2 Tetris project
Repository demo
C · SDL2

Tetris Game in C (SDL2)

A fully functional Tetris game in C using SDL2, with real-time rendering, collision detection, piece rotation, line clearing, and score tracking.

Technical focusA complete real-time game loop combining input, collision rules, rendering, scoring, and line clearing.

View repository
Persian-language cinema ticketing dashboard showing films and booking interface
Real project screenshot
Team · Full-stack product

Cinema Ticketing Platform

A team software engineering project covering requirements, user stories, diagrams, backend and frontend coordination, API design, and a structured delivery workflow.

Technical focusTurned requirements and user stories into a coordinated API, interface, documentation, and delivery workflow.

View repository