Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Agile Web Development in Ten Minutes - FOWAB 5

Agile Web Development in Ten Minutes - FOWAB 5

FOWAB 5 - 2011, Bandung

More Decks by Panggi Libersa Jasri Akadol

Other Decks in Technology

Transcript

  1. Why Agile?  Lets compare it with Waterfall model: 

    Requirement -> Design -> Coding -> Maintenance.  Big design up front.  Then become too big to adapt changes.  OK for stable project, unchanging requirements.  Web requirements change from time to time right? so be Agile!
  2. What¶s Agile (continue..)?  So every mini-Waterfalls is a Iteration

     Adapt fast to changes, quick decision making.  An Iteration is short 1 week or 2 week.  Involve Pair Programming  Monday: create and assign tasks.  Tuesday: design, code, and test.  Wednesday: design, code, and test.  Thursday: design, code, and test.  Friday: Demo day, deploy, relax, research, tech talks.
  3. More on Agile  Bullpen or open space office. No

    barrier.  Just talk, suggest, and discuss anytime!
  4. Agile Tools  Open Source CI server  Hudson and

    Cruise Control.  Online/Cloud Agile Project Management  Support Iteration development style.  Feature backlog or defect backlog  Example: Assembla, XP-Dev, Acunote, and more«
  5. Agile Nature of Ruby on Rails  Faster development 

    Active Record for Object Relational Mapping  One language only for everything: Ruby  No need to learn other languages.  Less amount of codes.  DRY ( Don't Repeat Yourself )  Built in Testing Framework