{

name: "Jaemin Sung",

work: [ "Software Engineer", "Capital One" ],

skills: [ "DevOps Engineering", "Full Stack Development", "AWS" ],

languages: [ "Java", "Python", "JavaScript" ],

interests: [ "Machine Learning", "FinTech", "Blockchain" ],

links: [ "Github", "LinkedIn" ],

email: "jaeminsung@gmail.com"

}

PORTFOLIO

Survivors Rights Map
survivors

Survivors' Rights Map is an interactive US map that tracks progress on implementation of legal protections for sexual assault survivors in all 50 states.

This map is actively used by Rise, a national civil rights nonprofit that works with multiple state legislatures and U.S. Congress to establish legal measures to protect sexual assault survivors.

Machine Learning x Stock Trading
stock

Machine Learning x Stock Trading is a powerful Python tool to predict an individual stock's price movement in N days.

Using SVM in Scikit-Learn, the prediction accuracy can reach ~65%. The learning model is trained using daily technical indicators, such as momentum, RSI, and CCI.

AWS Lambda x MongoDB
lambda

AWS Lambda x MongoDB is a simple AWS Lambda function that creates a backup file of a MongoDB database and store the file in a S3 bucket.

This Lambda function is a perfect tool for taking a snapshot of your MongoDB and store it in a resilient storage system on AWS.

Kafka Monitoring API
kafka

Kafka Monitoring API is a RESTful API that provides topic offset info as well as health check on Kafka brokers.

This API can be integrated into a monitoring solution for a Kafka cluster.