Jinwoo Jeong
Jinwoo Jeong
project environment: create-react-app with typescript template dev environment: windows10, wsl2, node(14.16.0 ver), npm(7.5.6 ver)  1) When I run [apollo client:codegen src/generated_api_types --target=typescript --outputFlat], it works fine. All the interfaces...
## Notice Right now, gcr.io/cloud-builders/gradle uses Gradle version 5.6.2 which is way behind current 7.0 versions. When I run 'gradle build' on my project on local environment it works fine,...
When I installed apollo in my project [npm i apollo] and globally [npm i apollo -g], I couldn't run the apollo commands in a [npm run] format. Please check the...
When you run `a > 10 OR b < 10`, `BinaryOp`s wrap around `(a > 10)`, `(b < 10)`, and `(a > 10) OR (b < 10)`. However, when you...
This should be a sub-task of https://github.com/kubernetes-sigs/kustomize/issues/5290. Currently we are using [default favicons in the docsy submodule](https://github.com/google/docsy/tree/030c04b86b5705d24945fc4a47da1b700aec9ff3/static/favicons), which is not related to Kustomize. Replace the favicons with something related to...
## 설명 - 인덱스를 통해 조회 성능을 개선해보자 - MySQL DB에 테이블별로 100만개의 데이터를 저장하고 서비스에서 실행하는 각종 쿼리들을 실행해보자 - 인덱스 설정 전/후에 따른 실행계획 및 실제 소요시간의 차이를...
## 작업 내용 - build.gradle에 필요한 의존성을 추가. - 로컬 환경 및 테스트에서는 EmbeddedRedis 서버를 직접 구동하여 연동 - 읽지 않은 알람 개수에 대한 count 로직 결과를 캐쉬로 관리하는 로직...
## 배경 EC2 인스턴스들에 설치해놓은 SSL 인증서의 만료기간은 90일이다. 30일마다 자동으로 갱신되도록 설정해야 한다. ## 진행사항 - [ ] `https://kkogkkog.com` WS 인스턴스 - [ ] `https://api.kkogkkog.com` WS 인스턴스 - [...
## 배경 RefreshToken 구현을 위한 사전 작업으로 레디스를 셋업한다. ## 진행사항 - [x] build.gradle에 필요한 의존성을 추가한다. - [x] 로컬 환경 및 테스트에서는 레디스에 연동되도록 EmbeddedRedis를 구동한다. - [x] 읽지...
## 설명 - 서버가 동시에 얼마나 많은 요청을 처리할 수 있는지 테스트하고자 Ngrinder를 도입하였습니다. - 이를 기반으로 톰캣의 `threads max`, `max connections`, `accept count` 설정 값을 적절하게 변경하고자 하였습니다. ##...