2023.SEPT.15(WED) 슈퍼코딩 부트캠프 신입연수원 Day 3
✅ Interm Report
📌 TO-DO LIST
- submit blog post 중간보고, 일일보고
- 슈퍼코딩 16, 17, 18강
- 슈퍼코딩 30강
✅ Today I Learned
REST
Representational State Transfer
- 네트워크 아키텍쳐 스타일 중 하나
- 웹 서비스 간의 통신을 위한 구조적 졔약 조건
- RESTful 한 API
MVC
Model / View / Controller
- 소프트웨어 설계 패턴 중 하나
- 앱을
모델
,사용자 인터페이스
,비즈니스 로직
으로 구분하여 개발
CSS transition
- css 값이 변화할 때 프로퍼티 값이 duration에 걸쳐 일어나도록 하는 것이다. => 더 자연스러움
animation
에 비해 제한적이고,pseudo class
필요함.
CSS transform
- rotate, skew, translate, scale
CSS animation
- transition보다 시간 요소를 넣어 반복되는 애니메이션 만들기 가능
✅ Daily Report
🔴 I should work on_ 부족한 점
- could not work on my Wordle App…no time…
🟠 What I tried_스스로 시도해 본 것들
- made a fishing animation using CSS
- Carrot Mkt header HTML and CSS
- I finally understood css animation, transition, transform!!!
🟡 Trouble Shooting_해결 내용
🟢 What I learned_알게된 점
- css animation and transform is used together
- transition is to make animation look smoother
🔵 Mistakes I Made_헷갈리거나 실수한 점
☑️ Summary of the Day
Four hours per day programming is not easy…especially after work!
There are five promises I made with myself regards programming:
- Complete today’s task without postponing
- Never compare, myself better than yesterday is enough
- Commit, Github Blog, Question per day
- One health supplement per day to be healthy
- Repeat “I am a programmer” three times every morning and night!
💟 참조
- good exmaple of TIL https://leejincha.tistory.com/101
- poeima web https://poiemaweb.com/css3-animation
This post is licensed under CC BY 4.0 by the author.