

Software engineer with 2 years of commercial development experience (Java/Kotlin) and a focus on designing and architecting
real-time, high-reliability systems. Built a profitable market data scanner processing live streams from 7 exchanges
(five-figure revenue to date), and an algorithmic trading bot with an ML-driven engine and a Java hot path / cold path architecture
(Spring Boot, PostgreSQL) deployed on AWS EC2. Strong focus on reliability, scalability, and low-latency data processing. Open
to Software Development Engineer roles in Dublin.
Languages: Java, Kotlin, Python, SQL
Algorithmic Trading Bot | Apr 2026 - Till now
• Designed and built an algorithmic trading bot from scratch; fully
implemented MVP deployed to production on AWS EC2
• Integrated on-chain transaction execution (Polygon) with exchange
APIs
• Integrated CLOB (Central Limit Order Book) and exchange trading APIs
for order management and execution
• Implemented real-time market data streaming via WebSockets for lowlatency
signal processing
• ML-driven trade engine: designed the network architecture
(perceptron-based) and training pipeline in PyTorch; applied
evolutionary algorithms with genetic selection to optimize model
parameters and trading strategy
• Java implementation with hot path / cold path architecture: in-memory
execution path, asynchronous persistence to PostgreSQL via Kafka,
REST endpoints with Spring Boot (Reactive Netty)
Stack: Java, Spring Boot, Reactive Netty, Kafka, PostgreSQL, Python, PyTorch, WebSockets, REST API, AWS EC2
Arbitrage Scanner | March 2025 - Till now
Built a real-time cryptocurrency arbitrage scanner from scratch; the tool
has generated five-figure revenue to date
• Monitors price discrepancies across 7 major exchanges simultaneously:
Binance, OKX, MEXC, Gate.io, BingX, LBank, Aster
• Real-time data streaming via WebSockets where available; REST polling
where exchanges expose data via REST
• Dual-platform architecture: desktop and Android client
• Actively used by multiple users
Stack: Kotlin, WebSockets, REST API, streaming and real-time data processing