규칙 없음 - No Rules Rules by 김성중
- 이 책은 마크 랜돌프 Marc Randolph와 함께 넷플릭스를 공동 설립한 리드 헤이스팅스 Reed Hastings와 HR 교수인 에린 마이어 Erin Meyer가 함께 쓴 책이다
- 넷플릭스가 이런 슈퍼스타만을 고집하는건 리드의 팀에 대한 다음과 같은 생각에서 엿볼 수 있다
- 스티브 잡스 Steve Jobs 가 스탠퍼드 대학교 졸업 축사에서 말했던 점들을 연결하는 것 (connecting the dots) 이 그 대표적인 예이다
개발자로 이직하기(feat. Toss NEXT 개발자 채용를 마치며) by 서현석
Python Django 강좌 : 제 11강 - Foreign Key by 윤대희 about Django,Python
- ModelSerializer ): class Meta : model = Comment fields = ( "post_id"
- ModelSerializer ): class Meta : model = Comment fields = ( "post_id"
- ModelSerializer ): class Meta : model = Post fields = ( "id"
[MSA] Spring Cloud Feign - 기본 사용 및 기본 설정편 by 염광호 about Cloud,Spring
- cloud:spring-cloud-starter-openfeign 를 이용했을 때 신기한게 FeignClient의 모든 어노테이션을 SpringMvc에서 사용하던 어노테이션을 재활용하여 사용할 수 있다는 점입니다
- class }) protected static class HystrixFeignConfiguration { @Bean @Scope("prototype") @ConditionalOnMissingBean @ConditionalOnProperty(name = "feign
- 다음시간에는 Spring Cloud Feign의 환경설정을 커스터마이징하는 방법에 대해서 알아보는 시간을 가져보도록 하겠습니다