Skip to content
View TommyOh0428's full-sized avatar
πŸ’­
studying and training at the same time
πŸ’­
studying and training at the same time

Highlights

  • Pro

Organizations

@sfuosdev @sfu-akcse

Block or report TommyOh0428

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
TommyOh0428/README.md

MasterHead

Tommy (Kanggeon) Oh

tommyoh0428

#include <iostream>
#include <map>
#include <string>

using namespace std;

map<string, string> get_bio() {
    return {
        {"- ⚑ Quick bio:", "4th year Software Systems at Simon Fraser University"},
        {"- πŸ‘¨β€πŸ’» I'm working as a", "Cloud DevOps Engineer at Samsung"},
        {"- πŸ‘― I’m currently leading and collaborating with",
                  "SFU Open Source Dev Club and SFU AKCSE"},
        {"- πŸ”­ I’m currently working on", "LLM-Wiki"},
        {"- 🌱 I’m currently learning",
                  "Google Cloud Platform, Kubernetes, Terraform"},
        {"- πŸ™‹β€β™€οΈ All of my projects are available at", "https://tommyoh0428.github.io/"},
        {"- πŸ“« Reach me through", "tommy32666@gmail.com"}
    };
}

int main() {
    map<string, string> bio = get_bio();
    for (const auto& [key, value] : bio) {
        cout << key << " " << value << endl;
    }
    return 0;
}

Pinned Loading

  1. Multiagent-Bot Multiagent-Bot Public

    A Multiagent Discord bot that utilize Large Language Model (LLM) and hosted on AWS Lambda

    Python 2

  2. LQR-Controller LQR-Controller Public

    A custom Nav2 controller plugin implementing an LQR (Linear Quadratic Regulator) path-tracking controller for ROS2 Humble

    Python 2

  3. cannon-chaos cannon-chaos Public

    Real-time online game with socket programming with client-server architecture

    Python 3

  4. Cardio-Score Cardio-Score Public

    Machine Learning models that predict heart attack ratio based on human's information

    Python 1 1

  5. sfuosdev/SFU-RMP sfuosdev/SFU-RMP Public

    Chrome extension for SFU students to provide access to prof rating from RateMyProfessor.com on SFU course registration pages (goSFU, mySchedule)

    JavaScript 4 1

  6. sfu-akcse/Aether sfu-akcse/Aether Public

    Robot Arm controller project using Raspberry Pi and control through the camera

    Python 1