Skip to content
View neibler's full-sized avatar
  • Sogang University
  • 서울특별시 마포구 백범로 35

Highlights

  • Pro

Block or report neibler

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

😎 Hi, Nice to see you!

Welcome to my page!

I'm Hyung Joon Jo, a passionate backend developer based in Seoul, South Korea 🇰🇷 Currently learning and building cool things on GitHub!


🛠 Things I code with

Languages

Java C C++ HTML5 CSS3 SQL Shell

Backend & Framework

Spring Boot Spring Security Spring Data JPA JWT

Database

MySQL

Infra

AWS EC2 Amazon S3 Docker Nginx GitHub Actions

Tools

IntelliJ IDEA VS Code GitHub Gradle Swagger CodeRabbit GCC Linux


🧑‍💻 A little more about me...

public class HyungJoonJo {
    String[] alias = {"Neibler", "JO"};
    String affiliation = "Sogang University";
    String role = "Backend Developer";
    String[] languages = {"Java", "C", "C++", "HTML", "CSS", "SQL", "Shell"};
    String[] backend = {"Spring Boot", "Spring Security", "JPA", "JWT"};
    String[] database = {"MySQL"};
    String[] infra = {"AWS EC2", "S3", "Docker", "Nginx", "GitHub Actions"};
    String[] tools = {"IntelliJ IDEA", "VS Code", "GitHub", "Gradle", "Swagger", "CodeRabbit", "GCC", "Linux"};
    String currentProject = " ";
    String funFact = "I'm currently building up my GitHub profile step by step!";
}

Pinned Loading

  1. adventurer adventurer Public

    C++ / OpenFrameworks 기반 미로 게임 (DFS/BFS/Dijkstra 시각화) + .maz 생성기 포함

    C++

  2. tetris tetris Public

    C언어 기반으로 ncurses 라이브러리를 활용해서 터미널 화면에 직접 테트리스 게임 생성

    C

  3. 12th-OnGil-BE 12th-OnGil-BE Public

    Forked from IT-Cotato/12th-OnGil-BE

    코테이토 12기 프로젝트 온길의 Backend 레포지토리입니다

    Java

  4. customer-churn-retention-system customer-churn-retention-system Public

    AI 기반 고객 이탈 예측 및 리텐션 ROI 최적화 시스템

    Python