terminal@ryan-arslan
$ whoami

Ryan Arslan

figure-it-out Software Engineer

Building whatever is needed
$  ^C
bio@ryan-arslan
$ cat about.md
# About

Product-minded engineer bridging the gap between complex backend systems and user value.

Experience spans the full lifecycle—from 0-to-1 product builds as a Founding Engineer to modernizing legacy data pipelines for global-scale platforms.

$  ^C
stack@ryan-arslan
$ tree -a ~/tech-stack
tech-stack/
├── languages/
│ ├── Java
│ └── Python
├── core/
│ ├── GraphQL Federation
│ ├── Microservices
│ └── Custom DSLs
├── infrastructure/
│ ├── AWS (Serverless)
│ ├── CI/CD Pipelines
│ └── IaC
└── README.md
3 directories, 1 file
$  ^C