전체 글
-
[react native] icon list (link)Frontend/react-native 2019. 8. 14. 17:24
https://oblador.github.io/react-native-vector-icons/ react-native-vector-icons directory oblador.github.io https://docs.nativebase.io/Components.html#anatomy-headref Components · NativeBase type Ionicons AntDesign, Ionicons, Entypo, EvilIcons, Feather, FontAwesome, FontAwesome5, Foundation, MaterialIcons, MaterialCommunityIcons, Octicons, Roboto, rubicon-icon-font, SimpleLineIcons, Zocial Specif..
-
[Solved] Failed updating the 'react-native-numeric-input' component..Frontend/react-native 2019. 8. 13. 18:09
https://www.npmjs.com/package/react-native-numeric-input react-native-numeric-input a stylish numeric input for react native www.npmjs.com 개발하는 앱에 위의 numeric input 컴포넌트를 적용했다. 그런데 랜더링시 value부분이 업데이트가 계속 안되어서 내 코드 문제인줄 알고 한참을 헤맸다.. 알고보니 모듈내 소스코드의 문제였다.. 해답 출처: https://github.com/himelbrand/react-native-numeric-input/issues/13 Value not updating on Numeric Input · Issue #13 · himelbrand/react-nati..
-
Node.js 성능 향상 팁optimization Tip with clinicBackend/NodeJS 2019. 8. 5. 10:53
https://www.tutorialdocs.com/article/nodejs-performance.html 8 Tips For Node.js Performance Optimization - TutorialDocs 1. Update To The Latest Version of Node.js You can improve the performance easily by upgrading the Node.js version simply, because almost any newer version for Node.js will be better than the older version. The performance improvement of each version for N www.tutorialdocs.com ..
-
한달 기다린 qcy t-3 일주일 사용 리뷰Review/IT기기 2019. 8. 3. 10:26
먼저 나는 음질에 예민한 편이 아니다. 막 쓰던 이어폰이 하나씩 고장이 나버려서 새로운 이어폰을 사려고 찾아보는데 친구가 소개해줬던 블루투스 이어폰이 생각이 나서 다시 물었다. 'qcy' 보니까 올해 새로운 버전 T3가 나왔다고 해서 인터넷을 서핑했다. 가격은 약 3만원대로 블루투스 이어폰 치고 너무 저렴해서 바로 구입을 했다. 그렇게.. 물량이 부족해 받기까지 한 달 이상의 시간이 흘렀다. (인기를 실감했다.) 두둥!! 배송 지연으로 추가된 파우치와 함께 제품이 도착했다. 스팩은 이렇다. 케이스1개, 이어폰 1쌍 USB 충전선과 설명서가 있는데 설명서는 중국어라 패스.. 착용컷! [일주일 사용 후기] 음악: 엄청 만족한다. 가격대비 상타치, 언제 어디서나 잘 들린다. 통화: 보통. 조용한데서는 잘되지만..
-
[aws] CodeStar를 활용한 자동화 배포 환경 만들기.Infra/AWS 2019. 7. 31. 16:49
19.07.11 참고: http://labs.brandi.co.kr/2019/04/08/yangjh.html#ju22 AWS CodeCommit. 배포 자동화 환경 만들기(브랜치별 Pipeline 구성) 편집자 주: 함께 보면 좋아요!애플리케이션 개발부터 배포까지, AWS CodeStarCodeStar + Lambda + SAM으로 테스트 환경 구축하기AWS Lambda + API Gateway로 API 만들어보자 labs.brandi.co.kr AWS CodeStar(https://docs.aws.amazon.com/ko_kr/codestar/latest/userguide/welcome.html) AWS CodeStar란 무엇입니까? - AWS CodeStar AWS CodeStar란 무엇입니까? AW..
-
[aws] API Gateway Lambda 권한 부여자 사용Infra/AWS 2019. 7. 31. 16:28
https://docs.aws.amazon.com/ko_kr/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html API Gateway Lambda 권한 부여자 사용 - Amazon API Gateway API Gateway Lambda 권한 부여자 사용 Lambda 권한 부여자(이전 사용자 지정 권한 부여자)는 Lambda 함수를 사용하여 API 메서드에 대한 액세스를 제어하는 API Gateway 기능입니다. Lambda 권한 부여자는 OAuth 또는 SAML과 같은 보유자 토큰 인증 전략을 사용하거나 요청 파라미터를 사용하여 호출자의 자격 증명을 확인하는 사용자 지정 인증 체계를 구현하려는 경우에 유용합니다. 클라이언트가 AP..
-