Projects
JobFunnel (>1.2K stars on github)
Tool for scraping job websites, and filtering and reviewing the job listings written in Python.
- Added proxy support for the scraping to hide your IP address.
- Developed user validation procedures for the configuration script.
- Set-up unit-test framework and refactored part of the code base to suport unit-testing.
ghoR
R package for downloading WHO datasets using their GHO API with data transformation and saving tools.
- Set-up skeleton for a complete R package including unit-tests and automatic documentation generation.
- Created automatic database detection to prevent downloading existing dataset multiple times.
MDSDHVRP-Solver (sexy name alert!)
High-performance meta-heuristic algorithm written in C++ to solve a vehicle routing problem with multiple depots and split-delivery support.
- Performed extensive profiling analysis to find bottlenecks in the developed algorithm.
- Made major contributions to the code-base in a Object-Oriented-Programming environment.