Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.71 KB

File metadata and controls

30 lines (26 loc) · 2.71 KB

기술 세션

발표 자료 업로드 순서

  1. git clone https://github.com/Keep-Going-Web-Study/Tech-Session.git
  2. git checkout -b "{Github usename}/{발표 일자}"
    • e.g. git checkout -b "JadeKim042386/240608"
  3. content/{발표일자} 위치에 발표 주제(제목)로 폴더를 만들고 자료 업로드
  4. 발표정리에 내용 추가
    • Domain: FE 또는 BE 입력
    • Presenter: 발표자명 입력
    • Date: 발표 일자 입력 (e.g. 2024.06.08)
    • Presentation Content: 업로드한 자료 링크
  5. commit & push
  6. pull request

발표 정리

Domain Presenter Date Presentation Content
BE 김주영 2024.06.08 Redis의 OOM(Out Of Memory)과 memory 설정
FE 송시은 2024.06.08 모듈화
FE 박효빈 2024.06.08 페이지이동
FE 송시은 2024.06.15 브라우저 저장소 + 쿠키
BE 김주영 2024.06.15 RabbitMQ-안전하게 메시지를 전송하기위한 설정
FE 송시은 2024.06.22 HTTP vs HTTPS
FE 박효빈 2024.06.22 RESTful(REST) API
BE 김주영 2024.07.06 JaCoCo - 코드 커버리지 측정
BE 김주영 2024.07.27 운영(배포) 환경에서 jpa.show_sql=false로 설정해야하는 이유
FE 박효빈 2024.07.27 react로 경매카운터 구현