
graphql) 3 쿼리 화면 설명
2021. 6. 1. 23:29
Frontend/프론트 라이브러리
주소에 해쉬는 기록을 저장시킨다. history는 입력했던 히스토리가 나오게 한다. prettify 는 깔끔하게 해준다
프로젝트) 1. 이론 Microservices, Serverless
2021. 5. 31. 18:18
기타 정보
Microservices Microservices 형식으로 코드를 구성 인증 모듈끼리 등등 부분만 구성된 코드 Serverless ICD -> AWS -> Serverless 로 코드 운영 변천사 데브옵스 , 클라이언트 지식 없이 서버 코드를 작성할 수 있는 것 서버와 관련된 코드가 필요없을 뿐이지, 물리적인 서버는 존재하는 것 나머지는 아마존의 람다 등이 처리하는 것 한마디로, 함수만 작성하는 것이다 Serverless 프레임 워크 npm i serverless 이미지가 업로드가 되었을때 트리거 작업 Socket.IO 노드 js 뿐만 아니라, 안드로이드, 자바 등 에서도 사용 가능 npm install socket.io
에러) overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2021. 5. 27. 22:50
에러
sudo sysctl vm.overcommit_memory=1

3)Redis publish, subscribe
2021. 5. 27. 21:51
git & 배포/Docker, Redis