Skip to content
View junjo255's full-sized avatar

Block or report junjo255

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
junjo255/README.md

About Me

My name is Jun Jo, a software engineer from New York.

Current Role:
At Goldman Sachs, I am part of the front office trading team, where I contribute to developing and maintaining the trading platform. The platform handles a wide range of financial instruments including equities, listed options, fixed income products, and foreign exchange (FX). My role involves ensuring that the platform operates efficiently and reliably, supporting the high-paced demands of the financial markets.

Previous Experience:
Before joining the current team, I was part of the money movement team at GS responsible for building money transfer related features such as ACH and wires for Apple’s savings accounts. https://apple.co/3IAYXCT

Prior to Goldman Sachs, I worked for Northwestern Mutual, where I helped to build their financial platform. I was part of the API engineering team where I was responsible for API development, backend-service library management, data persistence, and microservice orchestration.

Languages, Tools, and Skills 🛠

java kotlin python spring boot mongodb redis rabbitmq graphql kafka docker kubernetes jenkins javascript react redux node.js postgresql git github terminal npm aws heroku postman splunk junit openapi jira confluence

Pinned Loading

  1. Newegg-addToCart-bestsellers Newegg-addToCart-bestsellers Public

    Forked from hrnyc20-aries/Newegg-addToCart-bestsellers

    Clone of newegg addToCart and best-sellers

    JavaScript 1 1

  2. boxscore boxscore Public

    A single page replica of boxscore for MLB and NBA

    JavaScript

  3. [DP] Edit Distance.java [DP] Edit Distance.java
    1
    public static void main(String[] args) {
    2
        String word1 = "horse";
    3
        String word2 = "ros";
    4
    
                  
    5
        System.out.println(minDistance(word1, word2)); // 3