How We Coding

< 190109 >

  1. Git 과 Github 개념 확인하기.
    Git : 버전 관리를 위한 도구
    Github : 분산 버전 관리 툴인 Git을 사용하는 프로젝트를 지원하는 웹호스팅 서비스
    관련 포스팅 내용 확인해보기
    https://www.zerocho.com/category/Git/post/58045dbc146be6001542a465
    깃허브 관련 최근기사 읽어보기
    https://www.44bits.io/ko/post/news--github-announcing-unlimited-free-private-repository#깃헙github-무료-플랜에-대해-무제한-비공개-저장소-제공

  2. Git Flow 이해해보기
    Pull(Fetch + Merge), Push, Pull Request, Branch 후 작업 흐름.
    관련 포스팅 내용 확인해보기
    http://mwoo526.tistory.com/18

    git_flow_by_ljm 

  3. HTTP 응답 상태코드.
    2xx : 정상 응답
    3xx : 리다이렉션
    4xx : 클라이언트 에러
    5xx : 서버 에러
    관련 포스팅 내용 읽어보기
    https://www.zerocho.com/category/NodeJS/post/579b4ead062e76a002648af7

  4. gVim 설치해보기
    설치 사이트 : https://www.vim.org/download.php

  5. D1 문제 풀고 풀리퀘스트 날려보기.
    https://swexpertacademy.com/main/code/problem/problemList.do?problemLevel=1&problemTitle=&orderBy=FIRST_REG_DATETIME&select-1=&pageSize=10&pageIndex=1
    branch 생성하기 전에 origin remote 에 최신버전 있는지 확인하고 있다면 pull 하기.
    push 하기 전에도 마찬가지..!!

  6. 오픈소스에 참여해서 좋은 개발자 되기.pdf 읽어보기 (by 강대명 님)


Github: https://github.com/Hs-Study/SW_Expert_Academy

'Tutoring > 18-2 Final Tutoring' 카테고리의 다른 글

<190116>  (0) 2019.01.16
<190102>  (0) 2019.01.15