I'm passionate about data engineering, using it to solve real-world challenges.
With a background in software engineering and full stack web development, I thrive on building data-driven solutions and it excites me to know that complex real world problems can be solved using data and software.
I enjoy the process of working through various aspects of application development and the constant learnings that come along with coding projects.
I am a currently open to Data engineering and Data Science opportunities.
Feel free to check out my projects on github and/or reachout to me via LinkedIn or my email.
Newsfeed Classifier
Developed a newsfeed aggregator and classifier data pipeline with an automated 30-minute intervals trigger for data collection. Extracted content from various financial
news sources and News APIs, applying a custom machine learning classifier algorithm to categorize news into Funding, M&A, IPO, or Noise. Hosted on AWS EC2,
the application sends daily updates as email using AWS SES and its archives labeled data in an S3 bucket for analysis.
This is a next-word predictor application built as a Django webapp utilizing GPT-2's language model, implementing its text
generation capabilities. The application analyzes contextual information within the user's sentence, presenting three predicted word options with probability scores.
This project is a Python script that parses mutual fund holdings pulled from EDGAR, given a ticker or CIK, and writes a .tsv file saved to the output folder. Requests is used to get HTML and XML content from the website, BeautifulSoup is used to parse the HTML and XML. Python i/o operations are used to write the tsv file.
This is a productivity application developed to keep track of daily tasks. Built with an Angular Single page Application(SPA) frontend, Django backend and a SQLlite database. The main feature of the application is that users can set date, time based deadlines and set priority for the tasks enabling the user can choose to reorders the lists based on priority.
A web blog implemented using REST to share my ideas and experiences with everyone, where any user can read all of my blog posts and leave comments. Node.js + Express.js backend that uses MongoDB database to store all the user and blog data. CRUD operations are implemented using the REST architecture style.
A web blog implemented using REST to share my ideas and experiences with everyone, where any user can read all of my blog posts and leave comments. Node.js + Express.js backend that uses MongoDB database to store all the user and blog data. CRUD operations are implemented using the REST architecture style.