01
Application Development
Software takes shape the way an architectural design does — in clearly separated phases. Form first: what should the system actually do? Then technique, configuration, and integration into what already exists. What you end up with is not a sketch but a built, documented solution that holds up in daily use.
- Concept: capturing requirements and designing the structure
- Technique: prototypes, architecture and data model
- Implementation: web application or local software
- Integration and refinement: interfaces, testing, documentation


