bangalore · shipping at oracle cloud
arya amin.
software engineer. interested in how things scale — networks, distributed systems, cloud infrastructure, and the AI shaping it all. sketch in between.

about
- →cs @ IIT Bombay (2020—2024). now at Oracle Cloud in bangalore.
- →happiest around C++, and a terminal with too many tabs open.
- →soft spot for infra, systems, cloud, claude, and anything that runs quietly in the background.
- →outside code: sketching, music, building weird things with no purpose.
experience
software engineer · Oracle Cloud Infrastructure
2024 — nowbuilding core networking services at OCI. networking, distributed systems, keeping things fast and stable at scale.
software engineer intern · Oracle Cloud Infrastructure
2023built NLP models to classify and auto-route support tickets. turned messy unstructured text into signal.
tinkering
side projects. not full-time, but very much alive.
running on
- os
- ubuntu · dual boot (windows tax for valorant)
- machine
- rtx 3050 · runs gemma4 smoothly, somehow
- editor
- sublime text
- ide
- cursor
- terminal
- tilix
- browser
- brave
- games
- genshin impact, valorant
- anime
- mob psycho 100
pre-vibe code
course projects from college. raw code on github, no readmes, no polish. a snapshot of when i was just figuring things out.
- 2023RL for football — encoded football as an MDP and solved for the action most likely to score. value iteration, howard's PI, LP via PuLP.offline
- 2023sleep stage classifier — temporal CNN + CRF over polysomnography signals (EEG / EOG / EMG). benchmarked against LSTM, SVM, random forest.↗
- 2023C compiler, from scratch — scanner, parser, codegen for a GCC-ish C compiler using flex and bison. mostly an excuse to really understand compilers.↗
- 2023FitFusion — full-stack app pairing users with trainers and dieticians. node, express, postgres, plus session auth and xsrf.↗
- 2022blockchain election — tiny voting dapp in solidity + react. two candidates, one smart contract, deployed locally with ganache + truffle.↗
- 2021Scotland Yard, concurrent — networked multiplayer scotland yard in Java — client-server, thread sync, sockets, and a lot of respect for race conditions.offline
- 2021GDB graph visualizer — browser extension that introspects symbol tables via gdb's python API and renders live graph structures in cytoscape.↗
- 2021IITB-RISC 16-bit CPU — a 16-bit processor in VHDL: 8 GPRs, condition codes, predicated execution, 3 instruction formats.offline