150일 안에 개발자 되기
200818 TILAD #D65
한이든
2020. 8. 18. 20:21
Today I Learned & Did
- Anatomy of HTTP Transaction
- Common JS Patterns
- How to use postman
- RESTful API (Representational State Transfer)
: a group of constraits that are used to make web services. It's created from the idea to develop HTTP without interfering in web.
: 6 Contstraits- 1. Client Server 2. Stateless 3. Cacheable 4. Uniform Interface 5. Layered System 6. Code on demand
=> 1 to 5 is related to HTTP and number 6 is related to Javascript.
: Rules of Uniform Interface-Can't recommend enough to keep the rules since they are VERY STRICT.
=> Reference : https://restfulapi.net/resource-naming/
- Even Loop
하루 체크리스트
- 수면시간 지키기 : O
- 알고리즘 문제 풀이 : O
- 운동하기 : O
- 배운 내용 복습&정리 : O
- 새로운 내용 공부 (코스 외 공부) : O