코딩일지/WIL: Weekly I Learned

20221113 WIL

야언 2022. 11. 13. 22:02

이번 주 한일

  • 추천시스템 프로젝트
  • JavaScript CRUD 기초
  • 도커실무

 

추천 시스템 프로젝트

 

https://github.com/A7-Lucky/NWRS_Front

 

GitHub - A7-Lucky/NWRS_Front: NaverWebtoonRecommendSystem(Front)

NaverWebtoonRecommendSystem(Front). Contribute to A7-Lucky/NWRS_Front development by creating an account on GitHub.

github.com

 

 

https://github.com/A7-Lucky/NWRS

 

GitHub - A7-Lucky/NWRS: NaverWebtoonRecommendSystem(Backend)

NaverWebtoonRecommendSystem(Backend). Contribute to A7-Lucky/NWRS development by creating an account on GitHub.

github.com

 

 

 

** review 시리얼라이저에서 웹툰 id, 타이틀 동시에 받아오기

https://yaun.tistory.com/298

 

20221111 TIL

오늘의 한 일 Javascript CRUD 기초 강의 시청 도커 실무 실습 JS CRUD 기초 querySeletor / querySeletorAll getElement toggleClass onclick onclick this Create Input create element 추천 프로젝트 프론트엔드 부분을 진행하면서

yaun.tistory.com

가장 좋은 방법인지는 모르겠지만 나만의 정답인것은 분명하다~

 

 

 

JavaScript CRUD 기초

 

  • querySeletor / querySeletorAll
  • getElement
  • toggleClass
  • onclick
  • onclick this
  • Create Input
  • create element

 

 

 

 

 

 

 

 

 

도커 실무 강의

 

 

  • Linux OS에 대해
    • Linux의 특징 - 오픈소스, CLI(Command Line Interface) 환경
    • Linux를 사용하는 이유 - 오픈소스(무료), 안정적인 환경
  • AWS EC2를 활용해 Linux 작업 환경 구축
    • 인스턴스 생성
    • ssh 연결
  • docker-compose로 컨테이너 생성하기
  • 컨테이너 포트 포워딩 설정하기
  • volume을 사용해 데이터 보존하기
  • 이미지 직접 빌드하기
  • entrypoint 활용해보기
  • 컨테이너를 두 개 이상 띄워보기
  • postgresql 컨테이너 생성하기
  • gunicorn을 사용해 django 프로젝트 컨테이너 생성하기
  • nginx를 사용해 웹서버 컨테이너 생성하기
  • nginx, postgresql, django 연동하기
  • env를 사용해 중요한 정보들 관리하기
  • silm 이미지로 배포하기
  • 도메인 구매/배포서버에 접속/https 연동