ADITHYA
SOFTWARE ENGINEER
About Me
My name is Adithya, and I love learning, building, and exploring.
I study CS and Economics at the University of Alabama in Huntsville with a minor in math. I'm currently most interested in Imbedded Systems, Machine Learning, Financial Markets, and reading, and playing the electric guitar. I love talking to people about anything and everything. In my free time, I like to play pool, table tennis, and cook.
- 🎧 Currently Listening to:
- Drake
- Playboi Carti
- Daniel Caesar
- Travis Scott
- SZA
- Lil Uzi Vert
- Frank Ocean
- The Weeknd
Education
University of Alabama at Huntsville
Huntsville, AL
Bachelor of Science in Computer Science, Minor in Mathematics
Computer Science
- CS 121 - Computer Science I
- CS 214 - Discrete Mathematics
- CS 221 - Computer Science II: Data Structures + Algorithms
- CS 309/309L - Computer Org & Switching Theory + Lab
- CS 317 - Intro Design/Analysis of Algorithms
- CS 321 - Intro Object-Oriented Prog Java
- CS 330 - Artificial Intelligence & Game Dev
- CS 370 - Intro to Computer Networks
- CS 413/413L - Intro to Digital Comp Architecture + Lab
- CS 424 - Principles Programming Language
- CS 453 - Client/Server Architecture
- CS 465 Network Security
- CS 490 - Intro to Operating Systems
- CS 499 - Sr Project: Team Software Design
Mathematics
- MA 171 - Calculus I
- MA 172 - Calculus II
- MA 201 - Calculus III
- MA 238 - Appl Differential Equations
- MA 244 - Intro to Linear Algebra
- MA 385 - Intro to Probability & Statistics
University of Alabama at Huntsville, College of Business
Huntsville, AL
Minor of Business Administration
Economics
- ECON 142 - Princ of Macroeconomics
- ECON 143 - Princ of Microeconomics
- ECON 340 - Macro Economic Analysis
- ECON 345 - Micro Economic Analysis
- ECON 352 - Money and Banking
- ECON 445 - Applied Game Theory
Activities & Societies
University of Alabama at Huntsville
- College of Science - Student Ambassador
- Association of Computing Machinery - Membership Chair
- Data Science And Ai Club - Vice President
- ICPC - President
- Space Hardware Club
- SASE (Society of Asian Scientists and Engineers) Club
Scholarships & Awards
University of Alabama at Huntsville
- International Quant Competition - National Level Qualifier
- College of Science Ambassador - 15 selected out of 1000+ applicants to guide incoming students
- College of Science CS Ambassador - 1 selected out of 800+ applicants to faciliate CS students and faculty at expos, lectures and new course introductions
- Merit scholarship
- IMO Training Camp (0.02%)
- USACO Platinum
- ICPC competitor
- CF rating of 1763 (top 5%)
Experience
Microsoft
Susquehanna International Group
Roblox
WorldQuant
Corvid Technologies
Madison CEO
Skills
Projects
AI/ML Sentiment-Based Trading Bot
developed a real-time SPY trading bot using FinBERT sentiment scores on financial news, achieving a 22.3% annualized return and Sharpe ratio of 1.42 in backtests over 5 years.
Integrated Hugging Face Transformers, Alpaca API, and Lumibot into a live pipeline with WebSocket-based execution and dynamic risk management, enabling real-time buy/sell automation.
Enhanced strategy evaluation using quantstats-lumi to generate full performance reports, including drawdown analysis, backtest results, win/loss ratio, and monthly returns, streamlining tuning and validation.
Technologies Used: Python, Hugging Face, FinBERT, Alpaca API, Quantstats, Lumibot, yfinance, PyTorch
Distributed Task Queuing System
Designed a fault-tolerant distributed job processing system using Go, Redis, and Docker, supporting parallel execution with retry strategies and a DLQ for failed tasks.
Enhanced system with Prometheus + Grafana to track metrics such as queue depth, task success/failure ratios, and worker performance in real time.
Technologies Used: Golang, Redis, Docker, Prometheus, Grafana, PostgreSQL
Multi-Threaded Web Server
Implemented a multi-threaded web server in C++ with POSIX Sockets and Boost. Asio is designed to efficiently handle over 100+ concurrent client connections and support dynamic content generation.
Technologies Used: C++, POSIX Sockets, Boost.Asio
CueAI (Precision Pool Simulator)
CueAI is a high-fidelity pool simulation app designed to predict cue ball and object ball behavior based on input parameters like shot angle, speed, spin, and table imperfections. It incorporates advanced physics simulations, machine learning calibration, and a simple user interface to provide an interactive and accurate pool shot prediction tool.
Technologies Used: C++, Python, PyTorch, Pandas, Numpy, Scikit-learn, OpenCV, PyQt, ONNX
SpringBoot Performance Optimizer Pro
Developing an AI-powered backend tool using Java, Spring Boot, DynamoDB, and ML to boost API performance by at least 30% via real-time diagnostics, schema automation, and CI/CD integration.
Technologies Used: Java, Spring Boot, DynamoDB, Langchain
Warp
Developed Warp - A modern, experimental compiler written in Rust that demonstrates advanced programming language concepts. Built from the ground up with a focus on clean architecture and educational value.
Key Features:
- Static type system supporting int, float, bool, string, and void types
- Functions with typed parameters and return types
- Comprehensive semantic analysis and type checking
- Modular design with separate lexer, parser, semantic analyzer, and code generator
- Pseudo-assembly output for educational purposes
Technologies Used: Rust, Compiler Design, Type Systems, AST, Semantic Analysis