Category: Agile

Agile

Agile is a group of iterative and incremental software development methods. It encourages flexibility and speed in responding to change. It requires collaboration between self-organized, cross-functional teams to generate requirements and solutions. Agile es un enfoque general utilizado para el desarrollo de software en sus inicios, aunque adaptado a muchos otros sectores, se basa en…
Leer más

DevOps

DevOps is a set of practices designed to automate the processes between software development (Dev) and information technology operations (Ops), in order to build, test and release software faster and more reliably. DevOps teams use microservices—collections of modular single-function components—to break a large project into building blocks that are independent of each other, reducing single…
Leer más

Agile Project Management

Agile Project Management principles utilize short development cycles that continuously move the product or service development process forward. By breaking large projects into smaller tasks, teams can be working in parallel to meet objectives. Team members are able to respond quickly, efficiently and effectively to issues that arise without jeopardizing the entire project. Los principios…
Leer más

Agile Development

Agile refers to a collaborative, cross-functional software development strategy where solutions are created in a rapid, flexible method to achieve the desired result. Agile methodology is an iterative software development process that involves use of methodologies such as Scrum, Lean, dynamic systems development method and eXtreme Programming. Agile se refiere a una estrategia de desarrollo…
Leer más

Velocity

Velocity At the end of each iteration, the team adds up effort estimates associated with user stories that were completed during that iteration. This total is called velocity. Velocidad Al final de cada iteración, el equipo suma las estimaciones de esfuerzo asociadas con las historias de usuario que se completaron durante esa iteración. Este total…
Leer más

Unit Testing

Unit Testing A unit test is a short program fragment written and maintained by the developers on the product team, which exercises some narrow part of the product’s source code and checks the results. Examen de la unidad Una prueba de unidad es un fragmento de programa corto escrito y mantenido por los desarrolladores en…
Leer más