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
'150일 안에 개발자 되기' 카테고리의 다른 글
200820 TILAD #D67 (0) | 2020.08.20 |
---|---|
200819 TILAD #D66 (0) | 2020.08.20 |
200814 TILAD #D61 (0) | 2020.08.18 |
200813 TILAD #D60 (0) | 2020.08.13 |
200811 TILAD #D58 (0) | 2020.08.11 |