wil(11)
-
11 주차 [ WIL ]
이번주에 알게된 것 1. AWS ngrinder 설치 및 사용 https://muyeon95.tistory.com/271 AWS EC2 Docker & nGrinder 설치 사전준비 EC2 인스턴스를 2개 만든다. (controller, agent) 두개의 인스턴스에 docker 를 설치한다. https://muyeon95.tistory.com/258 ubuntu Docker 설치 ubuntu 시스템 패키지 업데이트 sudo apt-get update 필요한 패키지 muyeon95.tistory.com 2. AWS EC2 ubuntu postgres replication 실습 https://muyeon95.tistory.com/272 AWS EC2 ubuntu postgresql replication (..
2023.08.31 -
10 주차 [ WIL ]
이번주에 알게된 것 1. Isolation level https://muyeon95.tistory.com/264 Isolation level 필요성 격리 수준은 트랜잭션의 ACID 특성을 보장하기 위해서 사용한다. Locking 을 통해 이를 해결할 수 있지만, 무조건적인 Locking 은 성능저하를 가져온다. 반대로 느슨한 Locking 은 데이터 무결성 muyeon95.tistory.com 2. OSI 7 Layer https://muyeon95.tistory.com/265 OSI 7 Layer OSI 7 계층이란? OSI 7 계층은 네트워크에서 통신이 일어나는 과정을 7단계로 나눈 것을 말한다. OSI 7 계층으로 나눈 이유는? 계층을 나눈 이유는 통신이 일어나는 과정이 단계별로 파악할 수 있기 m..
2023.08.21 -
9 주차 [ WIL ]
이번주에 알게된 것 1. 쿠키와 세션 : https://muyeon95.tistory.com/239 쿠키와 세션 HTTP HTTP 는 클라이언트와 서버 사이에 이루어지는 요청-응답 프로토콜 이다. HTTP 는 두가지 특징을 가지고 있다. - 비연결성(Connectionless) - 무상태성(Stateless) 비연결성은 연결을 맺은 서버-클라이 muyeon95.tistory.com 2. TCP 와 UDP : https://muyeon95.tistory.com/240 TCP와 UDP TCP 인터넷상에서 데이터를 메시지의 형태로 보내기 위해 IP 와 함께 사용하는 프로토콜 특징 - 연결 지향 방식으로 패킷 교환 방식을 사용한다.(패킷을 전송하기 위한 논리적 경로로 배정) - 3-way muyeon95.tis..
2023.08.14 -
8 주차 [ WIL ]
이번주에 알게된 것 1. 여러 에러들 https://muyeon95.tistory.com/232 Homebrew postgreSQL 오류 postgresql@14 error 512 yunmun-yeol ~/Library/LaunchAgents/homebrew.mxcl.postgresql@14.plist Home brew 로 postgreSQL 을 다운 받았으나 실행시 오류가 발생하였다. Name Status User File emacs none mongodb-community none mysql started yunmun-yeol ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist postgresql@14 error 512 yunmun-yeol ~/L muyeon95...
2023.08.06 -
7 주차 ( + 협업을 통해 느낀점 ) [ WIL ]
이번주에 알게된 것 1. 협업을 통해 느낀점 https://muyeon95.tistory.com/230 클론 프로젝트 주차 회고 [ TIL ] organization : https://github.com/CowDogHome CowDogHome CowDogHome has 3 repositories available. Follow their code on GitHub. github.com repository : https://github.com/CowDogHome/Clone-BE GitHub - CowDogHome/Clone-BE Contribute to CowDogHome/Clone-BE deve muyeon95.tistory.com 2. passport https://muyeon95.tistory.com..
2023.07.30 -
6 주차 ( + 협업을 통해 느낀점 )[ WIL ]
이번주에 알게된 것 CI/CD : https://muyeon95.tistory.com/222 CI/CD CI/CD 란? CI/CD (Contunuous Integration/Continuous Delivery) 는 애플리케이션 단계를 자동화하여 애플리케이션을 더욱 짧은 주기로 고객에게 제공하는 방법 기본적인 개념은 지속적인 통합, 지속적인 서비스 muyeon95.tistory.com https://overjoyed-sailfish-366.notion.site/CI-CD-db415d8512e94125930fe71cb0b73091?pvs=4 CI/CD 참조 링크 overjoyed-sailfish-366.notion.site Github Action : https://muyeon95.tistory.com/22..
2023.07.23