Remove Application Development Remove Exercises Remove Software Remove Software Review
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

How mergers and acquisitions can cement IT as a strategic business partner

Project Accelerator News

When you’re carrying out due diligence and scoping out a share grab – that’s when you need to begin planning the IT side of a merger or takeover. The problem comes when a major issue develops with your routine operation and the support that previously underpinned it is deployed elsewhere. This stands to reason.

2023 52
Insiders

Sign Up for our Newsletter

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

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. group :test, :development do.

article thumbnail

Unit Testing Shell Scripts:Part Four

Leading Agile

This may be an unfamiliar approach for readers who don’t come from an application development background. It’s one of the development skills that system administrators and infrastructure engineers are picking up from the software engineering world as devops gains ground in the industry.

article thumbnail

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

Leading Agile

In this installment, we’ll test-drive the first thin vertical slice of application functionality. Review the Story. We were just about to start test-driving our application. Let’s review our first Story before we proceed: blog-ci-cd-pipeline-cloud-3.html. Now we’re going to do software development work.

article thumbnail

Webinar Recap: Project Performance Measurement – Part 1: Overview Of Project Performance Measurements

MPUG

You may wish to use this transcript for the purposes of self-paced learning, searching for specific information, and/or performing a quick review of webinar content. Kyle: Today’s session is eligible for one PMI, PDU in the technical category, and the code for claiming that with PMI is on the screen now.

article thumbnail

Unit Testing Shell Scripts:Part One

Leading Agile

In the 1960s, it was considered a baseline good practice in software engineering to test your code as you wrote it. The pioneers of software development in that era were proponents of various levels of testing; some advocated “unit” testing and some didn’t, but all recognized the importance of testing code.