Universal JavaScript 스크랩
참조 Universal JavaScript 기본 내용Universal JavaScriptIn the beginning, there was Netscape. And Netscape wanted to run Scheme in Netscape Navigator. So they hired Brendan Eich to work on it. But then they
참조 Universal JavaScript 기본 내용Universal JavaScriptIn the beginning, there was Netscape. And Netscape wanted to run Scheme in Netscape Navigator. So they hired Brendan Eich to work on it. But then they
참조 Performing Conditional Writes with Condition Expressions - AWS Improving Data Access with Secondary Indexes in DynamoDB 핵심기본 내용Query and Scan the TableStep 5.1: Run a Query This section provides e
참조 Amazon DynamoDB 사용 방법 배경드디어 나와 사부가 만들던 어플리케이션에서 서버 부분까지 내가 담당해 보기로 했다. 사부는 nodejs와 aws dynamodb로 서버를 개발하고 있었는데 나도 처음으로 그 부분에 대해서 공부하게 되었다. 그런데 이제까지는 mysql정도 밖에 다루어 보지 않았어서 aws dynamodb는 정말 생소하였다.
참조 React.jsのProp KARMA Git Commit Msg Semantic Commit Message 배경사부의 커밋 메세지를 보면 feat:, fix: 이런 것들이 붙어져 있어서 그것에 대한 유래를 물어보았다. 그리고 전부터 대충은 알고 있던 React Native의 PropTypes에 대해서 한 번은 정리할 필요가 있을 것 같아서 포스팅을 하
참조 recompose 배경1234567// setFormState setFormState(name, value) { this.setState({ [name]: value, });} 위와 같은 setFormState가 smart컴포넌트를 변경하는 거의 모든 경우에서 중복되어서 사용되기 때문에 재활용성을 높이고