1. [구직] 왜 여기서 일하고 싶은지 물어볼때 대답하는 방법
How to Answer ‘Why Do You Want to Work Here?’ in a Job Interview
[Read More]
How to Sort - C#
```c#
int[] arr = {1, 4, 3, 2};
List list = arr.ToList();
[Read More]
Link 2019 03th
Today I Learned
1. [번역] 개발자 직군 파헤치기 1 | 프론트(Front), 백(Back), 풀스택(Full-Stack) 개발자
[Read More]
Link 2019 02th
Today I Learned
1. Jedis 보다 Lettuce를 쓰라고 한다.
Jedis 보다 Lettuce 를 쓰자
[Read More]
(MacOS) IntelliJ 에서 SDKMAN의 JDK 경로 설정하기
다양한 버전의 JDK 설치하고 사용하는 방법은 다양하다.
https://blog.benelog.net/installing-jdk.html
[Read More]