Skip to content
View yhd1101's full-sized avatar

Highlights

  • Pro

Block or report yhd1101

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

Hi there 👋

🚀 "깊이 파고들고, 함께 성장하는 개발자"
궁금한 게 생기면 끝까지 파고드는 사람입니다. "왜?"라는 질문을 멈추지 않으며, 단순한 해결책이 아닌 더 나은 방향을 찾는 과정을 즐깁니다.

기술은 혼자서만 잘한다고 완성되지 않는다고 생각합니다. 팀원들과의 소통이 필수적이며, 서로의 아이디어를 공유하고 조율하는 과정을 통해 최선의 해결책을 찾아가는 것을 중요하게 생각합니다.

About me:)

package introduction.domain;

@Builder
class Member {
    String name;
    String job;
    String[] developmentFields;
    String[] languages;
    String[] backendSkills;
    String[] devOpsSkills;
    String[] collaborationTools;
    String[] interests;
}

public class Main() {
    public static void main(String[] args) {
    
        Member handong = Member.builder()
                .name("양한동")
                .job("Software engineer🧑🏽‍💻")
                .developmentFields(new String[]{"Back-end🔭"})
                .languages(new String[]{"Java☕", "TypeScript"})
                .backendSkills(new String[]{"Spring🌱","NestJS🔥", "JPA🔧", "TypeOrm🔍","MyBatis🦤", "Junit5️⃣","Gradle🐘"})
                .devOpsSkills(new String[]{"Ubuntu🐺", "Github Actions♾️", "MariaDB🦭", "Docker🐋", "AWS EC2☁️", "S3", "CodeDeploy, PostgreSQL🐘"})
                .collaborationTools(new String[]{"Slack📑", "Notion","Git", "Intellij"})
                .interests(new String[]{"문제 해결","대용량 데이터", "클린 코드", "백엔드 아키텍처", "성장", "기술 공유"})

                .build();

        introduce(handong);
    }
}

Popular repositories Loading

  1. deogjil deogjil Public

    TypeScript 1

  2. test test Public

  3. Spring_study Spring_study Public

    Java

  4. Html Html Public

    HTML

  5. ecommerce_node ecommerce_node Public

    JavaScript

  6. ecommer_ex01 ecommer_ex01 Public

    JavaScript