Iβm an Information Science & Engineering student who focuses on how systems fail, scale, and behave under stress β not just how they look in demos.
I enjoy working at the intersection of:
- backend systems & correctness
- testing & failure analysis
- applied ML with deep error investigation
Most of my projects are not CRUD apps β they are built to answer questions like:
What breaks first? Why did it fail? How do we detect it earlier next time?
Languages
Python Β· JavaScript Β· TypeScript Β· C Β· SQL
Backend & Systems
FastAPI Β· Node.js Β· REST APIs Β· Concurrency Basics Β· System Testing
ML / NLP
PyTorch Β· HuggingFace Transformers Β· Model Evaluation Β· Error Analysis
Tools
Git Β· GitHub Actions Β· Docker (basic) Β· Postman Β· Linux
Python | System Reliability | Testing
- Designed a testing framework that injects failures instead of assuming success
- Simulates latency, retries, partial outages, and flaky dependencies
- Focuses on observability, logs, and reproducibility β not happy-path testing
- Inspired by real-world distributed system testing practices
π Repo: https://github.com/rishika638/failure-oriented-system-test-framework
Python | NLP | Research-style Project
- Studied failure modes of multilingual transformers on noisy Hinglish data
- Identified token fragmentation, English-anchor bias, and confidence collapse
- Emphasis on why models fail, not just accuracy numbers
- Built a clean evaluation + error inspection pipeline
π Repo: https://github.com/rishika638/hinglish-transformer-failure-analysis
Python | Data Analysis | Visualization
- Interactive dashboard for exploratory medical data analysis
- Focused on feature behavior, distributions, and correlations
- Designed for interpretability over flashy UI
π Repo: https://github.com/rishika638/breast-cancer-dashboard
Automation | Python
- Automated job discovery and tracking workflow
- Reduced manual search noise with structured filtering
- Built with safety limits to avoid platform abuse
π Repo: https://github.com/rishika638/linkedin-job-automator
- Distributed system testing ideas
- Backend correctness & failure handling
- Production-grade project structuring
- DSA with real-world problem mapping
