Remove Application Development Remove Examples Remove Software Review Remove Technical Review
article thumbnail

Agile Project Management: Principles, Meetings, Values & Tools

ProjectManager.com

By using incremental steps towards completing a project, agile teams can easily adjust their project plan or product development plan to better meet their customer requirements. That flexibility must be evident in agile software, too. These were developed when the Agile Manifesto was written. Since that time, agile has spread.

Agile 312
article thumbnail

DONE Understanding Of The “Definition Of DONE”

Scrum.org

Professional Scrum Master (PSM-I) workshop has a module that talks about the Definition of DONE (DoD) and Technical Debt. What does it take for the Development team to put the Product into Production? Example: Quality. Quality is owned by the Development team to ensure that the product is of the maximum quality.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How To Make 2023 A Successful Year for Your Projects

Rebel’s Guide to PM

These past few years have seen an incredible evolution in the way software is built. In these next years, we’re going to see a new wave of what software can do with the growing capabilities of machine learning, artificial intelligence and data pipelines across enterprises. Monica Borrell Monica Borrell I am noticing two trends.

2023 402
article thumbnail

Half Agile Isn’t Real Transformation

Leading Agile

Tech Infrastructure != Many organizations divide their technology stack between front-end and back-end systems and place an API boundary between the two. I’m including all IT resources “in front of” the API layer in the organization’s technical infrastructure. Value Stream. Half-Agile Transformations.

article thumbnail

Continuous Unit Checking:Part Two

Leading Agile

Another cost to obtain more functionality is some limitation in what code can be supported. ZenTest and guard are specifically intended to support Ruby application development. Let’s set up guard to monitor a trivial Ruby application similar to the Python example we looked at before. This will do.

article thumbnail

Build a CI/CD Pipeline in the Cloud: Part Four

Leading Agile

In Part 3 , we test-drove the initial thin vertical slice of our application. Now it’s time to complete the rest of the delivery pipeline: Continuous integration, static code analysis, and automated deployment. We did the application development work in Part 3. Step 9: Configure Static Code Analysis.

article thumbnail

Unit Testing Shell Scripts:Part Five

Leading Agile

Depending on the tooling used, many provisioning scripts are little more than manifests of the packages and other software that should be present on the target instance. ChefSpec Example. Here’s an example of ChefSpec from one of my side projects. file for this example: require 'chefspec' require 'chefspec/berkshelf'.