일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 크롤링
- 다나와
- ECS
- 자바스크립트
- tensorflow
- analyzing
- keras
- opencv
- Agile
- visualizing
- pandas
- AWS
- DANAWA
- 애자일
- data
- instance
- javascript
- matplotlib
- Project
- webcrawling
- python
- adaptive life cycle
- data analyze
- Scrum
- Crawling
- 프로젝트
- algorithm
- Method
- TypeScript
- angular
- Today
- Total
목록iteration (3)
LiJell's 성장기
Iterating through String Arrays We can use the *ngFor command in the HTML file to loop through arrays declared in the component. ng is stand for next generation Component colors:string[] = ['red', 'blue', 'green', 'purple']; HTML {{color}} The result in your browser red blue green purple Iterating with Indices Having access to an index within each iteration of the loop Fruit {{ i }} is {{ fruit ..

애자일 라이프 사이클(Agile Life Cycle)의 특징 Iteration-Based Agile vs. Flow-Based Agile 7.1. 애자일 라이프 사이클 = Adaptive Life Cycle = Change-driven Life Cycle = Iterative and Incremental Life Cycle = Iteration + Increment = Scrum = Progressive Elaboration 애자일 라이프 사이클은 반복과 증분에 따라 프로젝트를 점진적 상세화하는 것을 의미함 반복 = 표준 프로세스 = 단계(Step, Stage, Phase) 제품 개발을 위한 프로젝트 단계를 개발함(가로로 프로세스 적용) 반복 프로세스의 마지막 작업인 인도(Delivery) 전에 산출물이..

애자일 소개 애자일 프로젝트의 특징 학습목표 애자일 프로젝트의 의미를 이해 애자이리 프로젝트의 올바른 목표 설정 3.1. 애자일 소개 3.1.1. 프로젝트 관리 방법론(Project Management Methodoloy) Scrum이 많다 3.1.2. 애자일(Agile)의 정의 신속하고(Fast) 변화에 유연하며(Flexible to Change) 적응적인(Adaptive) 개발을 목표로 하는 다양한 Light 개발 방법론 전체를 일컫는 총칭 증분(Increment) 여러 하위 프로젝트를 통해서 점진적으로 프로젝트 범위와 일정을 개발하고, 프로젝트 산출물을 빠르게 인도(Fast Delivery)함 반복(Iteration) 단기 단위를 채용함으로써 리스크(Negative Rish)을 최소화함 3.1.3...