TIL(Today I Learned)

21.04.23 TIS

nauni 2021. 4. 23. 21:00

- simulated job interview

Before doing that, I prepared answers for expected questions. 

https://nauni.tistory.com/m/228?category=927888

 

레벨1 학습로그 기반 모의면접 준비

예상 질문 정리 ✔️ 기본질문 자기소개 장/단점 앞으로 어떤 개발자가 되고 싶은지 ✔️ 기술질문 자료구조 왜 배열을 안 쓰고 리스트 사용하는지? : 배열과 제네릭 타입은 2가지 차이를 가진다

nauni.tistory.com

 

- Reading book

Started to read "리눅스 커맨드라인 완벽 입문서". 😃

 

- Woowa course

On morning, there was a short lecture for REST api. We talked about chess study log by groups. I could learn another way to implement Controller and get keywords to study.

 

There was simulated interview on afternoon. I got the feedback to make interviee be interested on me. Make interviewee continue to talk with me.😃 Explaining somethings with experiences and small jokes would be a way.

 

I reviewed last lectures as well😀

https://nauni.tistory.com/m/229?category=927888

 

[수업] Spring JDBC, Spring Core

Spring JDBC Spring JDBC 학습테스트 실습 JdbcTemplate JdbcTemplate(인터페이스)은 기존 JDBC의 설정(커넥션 연결 및 해제)를 내부적으로 진행해주어 개발자가 자원을 정리하는 것을 잊는 등의 실수를 방지해

nauni.tistory.com

https://nauni.tistory.com/m/230?category=927888

 

[수업] REST API 설계

url 리소스를 가리키는 경로를 의미한다 브라우저 주소바에 입력하는 주소 리소스들의 표현이다. Response json은 presentation이다. 리소스의 표현이다. 표현은 xml등이 될 수 있다. 리소스와 표현의 개

nauni.tistory.com