본문 바로가기

카테고리 없음

2020-11-19 12시 개발자 글 모음 | "TIL 20/11/19" 외 2개 이야기

원스어폰어타임인 실리콘밸리 by 배기홍

  • 사장될 뻔한 제품이 어떻게 바이럴하게 펴졌는지에 대한 일반인들에게 이미 알려진 내용과는 다른
  • 그런 누구나 다 안다고 생각하는 이야기에 대한 그 누구도 모르는 찐 이야기다
  • 하지만 결국엔 이겼던 사람들에 대한 이야기라서 그렇다


KubeCon 2020 NA Keynotes 소식 by 안승규 about Cloud

  • Kubernetes
  • OpenStack
  • Programming and so on by seungkyua@gmail


TIL 20/11/19 by 정영진

  • export const CREATE_COLLECTOR = gql` mutation createCollector($CreateCollectorInput: CreateCollectorInput!) { createCollector(createCollectorInput: $CreateCollectorInput) { ids message } } `;
  • import { offsetLimitPagination } from "@apollo/client/utilities" const cache = new InMemoryCache({ typePolicies: { Query: { fields: { feed: offsetLimitPagination(["type"])
  • feed || []} onLoadMore={() => fetchMore({ variables: { offset: data