#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;
}
- Vancouver, BC, Canada
- https://tommyoh0428.github.io/
- in/tommykanggeon-oh
Highlights
- Pro
Pinned Loading
-
Multiagent-Bot
Multiagent-Bot PublicA Multiagent Discord bot that utilize Large Language Model (LLM) and hosted on AWS Lambda
Python 2
-
LQR-Controller
LQR-Controller PublicA custom Nav2 controller plugin implementing an LQR (Linear Quadratic Regulator) path-tracking controller for ROS2 Humble
Python 2
-
cannon-chaos
cannon-chaos PublicReal-time online game with socket programming with client-server architecture
Python 3
-
Cardio-Score
Cardio-Score PublicMachine Learning models that predict heart attack ratio based on human's information
-
sfuosdev/SFU-RMP
sfuosdev/SFU-RMP PublicChrome extension for SFU students to provide access to prof rating from RateMyProfessor.com on SFU course registration pages (goSFU, mySchedule)
-
sfu-akcse/Aether
sfu-akcse/Aether PublicRobot Arm controller project using Raspberry Pi and control through the camera
Python 1
If the problem persists, check the GitHub status page or contact support.




