[GraphQL] Spring Boot에서 더 잘 사용하기

본 포스트는 공식 레퍼런스를 참고해 GraphQL을 공부하며 직접 작성한 가이드 입니다.
본 포스트는 2021년 7월 최신 버전인 v16.2를 기준으로 작성되어 있습니다.

playground를 playground 답게

Read more
[GraphQL] 서버를 안전하게 유지하기

본 포스트는 공식 레퍼런스를 참고해 GraphQL을 공부하며 직접 작성한 가이드 입니다.
본 포스트는 2021년 7월 최신 버전인 v16.2를 기준으로 작성되어 있습니다.

prevent recursive gql api call

Read more
[GraphQL] Spring Boot로 시작하기

본 포스트는 공식 레퍼런스를 참고해 GraphQL을 공부하며 직접 작성한 가이드 입니다.
본 포스트는 2021년 7월 최신 버전인 v16.2를 기준으로 작성되어 있습니다.

GraphQL 시작하기

Read more
[GraphQL] GraphQL이란?

어서와 GraphQL은 처음이지?

Read more
[Elastic Search] 데이터 모델링

데이터 모델링

Read more
[LeetCode] Trapping Rain Water

42. Trapping Rain Water

Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.

Read more
[Elastic Search] 엘라스틱 서치를 구성하는 개념

엘라스틱 서치를 구성하는 개념

Read more
[LeetCode] Reducing Dishes

1402. Reducing Dishes

A chef has collected data on the satisfaction level of his n dishes. Chef can cook any dish in 1 unit of time.

Like-time coefficient of a dish is defined as the time taken to cook that dish including previous dishes multiplied by its satisfaction level i.e. time[i]*satisfaction[i]

Return the maximum sum of Like-time coefficient that the chef can obtain after dishes preparation.

Dishes can be prepared in any order and the chef can discard some dishes to get this maximum value.

Read more
[LeetCode] Number of Valid Subarrays

1063. Number of Valid Subarrays

Given an array nums of integers, return the number of non-empty continuous subarrays that satisfy the following condition:

The leftmost element of the subarray is not larger than other elements in the subarray.

Read more
[BOJ] 1038 감소하는 수

Time Lapse :20min 50sec

Read more