Code Monkey home page Code Monkey logo

안녕하세요! 배유연입니다! 👋

저는 기본을 중요하시하고, 새로운 것을 익할 때 언제 어떻게 활용할까를 고민하는 개발자입니다. 또 저는 원활한 커뮤니케이션을 중요하시하여 기획자 및 다른 직군분들과 적극적으로 대화를 하며, 개발자들과는 지식을 공유하며 토론을 즐깁니다.

About me:)

package com.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 yuyueon = Member.builder()
                .name("배유연👸")
                .job("Back-end engineer🏽‍💻")
                .languages({"java☕"})
                .backendSkills({Spring🌱, Junit55️⃣, Gradle🐘})
                .devOpsSkills({Linux🐧,Tomcat🐱 Mysql🐬,Postgresql🐘, JSP, Javascript})
                .collaborationTools({Slack📑, Notion, Jira, Github project, Git, Intellij})
                .interests({"운동🏋️‍♂️", "베이킹🍞"})
                .build();
        introduce(yuyueon);
    }
}

Hits

Baeyuyeon's GitHub stats

baeyuyeon's Projects

corebasic icon corebasic

스프링핵심원리-기본편 스터디프로젝트

helloshop icon helloshop

JPA 프로그래밍을 이용한 간단한 쇼핑몰 사이트

login icon login

김영한님 강의 MVC 2편 - login

servlet icon servlet

김영한쌤 강의-스프링 mvc 1편

springmvc icon springmvc

김영한쌤강의-스프링 MVC1편 springmvc

styleguide icon styleguide

Style guides for Google-originated open-source projects

upload icon upload

김영한쌤 MVC2편 - 파일업로드

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.