21.02.26 TIL
- SQL
1 problem solved. It was too difficult for me so that I searched the answer. I could learn about set variable in SQL.
- Woowa Course Class
[수업] 로또 피드백 - 레거시 코드 TDD, cache
단위테스트와 TDD는 다르다. 단위테스트는 프로덕션 코드에 대한 테스트코드를 작성하는 것이라면, TDD는 실패하는 컴파일 되는 테스트코드를 기반으로 프로덕션 코드를 작성해 나가는 것을 의
nauni.tistory.com
Reviewed morning class.
I organized repository for Woowa Tech Course Level1. I am going to push with README docs after mission merged.
knae11/woowalevel1
우아한테크코스 2021 과정 Level1 미션을 정리😃 . Contribute to knae11/woowalevel1 development by creating an account on GitHub.
github.com
Also, study about Enum and Exception with codes.
- MeetCoder Posting
nauni.tistory.com/156?category=908902
쿠키와 세션
1. 쿠키 쿠키의 등장이유 HTTP는 Stateless(무상태) 프로토콜이다. 즉, 상태정보를 가지고 있지 않는 통신방법이다. Http는 단순하다. 요청하고 그 요청에 대한 응답을 받는다. 만약 로그인을 하고, 다
nauni.tistory.com
This is same contents of posting. I could study about differences of cookie and session. 😃
- CS50 study 🎉
Study is ended. YEAH~~🎉🎉 I could learn C language basic and review CS basic through it.