Skip to content
View kjunghoan's full-sized avatar

Organizations

@Ellis-Transformers @alki-prep

Block or report kjunghoan

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
kjunghoan/README.md

About Me

public class Person {
  private List<String> name;
  private String location;
  private List<String> currentlyLearning;
  private List<String> hobbies;

  public Person() {
    this.name = Arrays.asList("Jung Hoan Kim", "김정환");
    this.location = "Washington, DC";
    this.currentlyLearning = Arrays.asList("Nixos", "ArchLinux");
    this.hobbies: Arrays.asList("Building Computers", "Cars", "Visual Design", "Homelab", "Neovim");
  }
}
TechStack

JavaScript TypeScript Java Python

React Native React React Router jQuery Bootstrap SASS

NodeJS Express.js Next JS Nodemon Webpack Spring

MySQL MongoDB Postgres Redis Prisma Sequelize GraphQL

Git NPM Yarn ESLint

Jest Cypress

AWS Docker Google Cloud Proxmox VMWare

Reach Me Through

LinkedIn Gmail

Pinned Loading

  1. s-hc/LOLDoku s-hc/LOLDoku Public

    Immaculate Grid: League of Legends Edition

    TypeScript 1 1

  2. nvim nvim Public

    My NeoVim settings

    Lua

  3. street-view-green-view street-view-green-view Public

    Forked from AmericanRedCross/street-view-green-view

    Jupyter Notebook

  4. customer-support-ai customer-support-ai Public

    A support bot

    TypeScript