일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 코코테라스
- 알고리즘분류
- 편한 즐겨찾기 편집
- 스카이라인 열차
- 알고리즘 추천
- 코드트리
- 자동화
- mac 화면분할
- 알고리즘사이트
- 초년생
- aws
- 코딩
- 알고리즘초보
- 스프링부트
- 오블완
- 가발자 인사이드아웃
- 판교퇴근길밋업
- 알고리즘
- Java
- spring boot
- 소프트웨어 지표
- 조가사키 해안
- 대규모 시스템 설계
- 프로그래밍
- 커스텀단축키
- 성능테스트
- 브라우저 단축키
- ui 커스텀
- 기능 많은 브라우저
- JMeter
- Today
- Total
영감을 (inspire) 주고픈 개발 블로그
웹 개발(프론트 엔드 개발)에서 알아야 할 것들 (ver 0.1) 본문
레이아웃 잡기
flex에 대한 설명
http://www.beautifulcss.com/archives/2812
box display, float 간의 관계
http://blog.wystan.net/2009/01/12/relationships-between-position-float-display
알아놓을 속성들
https://webdesign.tutsplus.com/ko/articles/7-css-units-you-might-not-know-about--cms-22573
동적 레이아웃 (미디어 쿼리)
-
CSS3
치트 시트 https://nanati.me/css-code-skill/
Form 레이아웃 예제 : https://colorlib.com/wp/free-html5-contact-form-templates/
table 예제 : https://nanati.me/html_css_table_design/
css 로 만든 멋있는 디자인 https://github.com/comehope/front-end-daily-challenges
https://colorlib.com/wp/free-html5-admin-dashboard-templates/
DOM 에 대한 이해, 랜더링 과정
https://janghanboram.github.io/2018/06/06/browser-rendering/
http://www.3daysofprogramming.com/frontend/2017/08/07/critical-rendering-path-optimization.html
Browser 엔진의 이해와 다루기
$scope : 데이터 바인딩을 위해 사용
$argument :
웹 기반 지식 잘 정리된 곳
- https://github.com/haeungun/WebBasic
프론트 엔드 post 를 위한 폼 데이터 관리
프론트 엔드 환경 구축
web-pack, babel 설정
- https://beomi.github.io/2017/10/18/Setup-Babel-with-webpack/
# dist/bundle과 web-pack, package.json 에 대해 이해함
웹 디자인 terminal로
https://webdesign.tutsplus.com/series/the-command-line-for-web-design--cms-777
웹 라이브러리
egjs (naver)
엥귤러
엥귤러 matarial desgin 레퍼런스
- https://alligator.io/angular/material-design-angular-reference/
form 데이터 처리
-> ngModel 혹은 RelactForm
비동기 처리
promise : http://programmingsummaries.tistory.com/325
이미지 로딩
lazy loading : http://www.3daysofprogramming.com/frontend/2017/12/18/image-lazy-load.html
엥규러에서 css 임포트 성능
https://coryrylan.com/blog/sass-and-css-import-performance-in-angular
'시리즈 > 웹 페이지 만들기' 카테고리의 다른 글
밑바닥부터 만드는 웹 서비스 -3 Mongo DB(Docker)와 연결, rest api 클래스 정리 (0) | 2018.06.24 |
---|---|
밑바닥부터 만드는 웹 서비스 -2 flask를 이용해 rest api 서버 구축 (0) | 2018.06.23 |
밑바닥부터 만드는 웹 서비스 -1 : 설계 프론트엔드 : 엥귤러 / 백엔드 : flask REST API / DB 몽고DB(도커) (0) | 2018.06.15 |
웹 개발(백엔드 엔드 개발)에서 알아야 할 것들 (ver 0.1) (0) | 2018.06.13 |