In the first episode of our Agile Coaching Intensive series - Ken Fritz (Director of Software Delivery) overviews the four main pathways of an agile coach's career and how the agile coach interacts with the rest of the organization.
Agile Coaching Intensive Series - Episode 1 - Agile Coaching Roles
Mar 4, 2019 1:01:17 PM / by Ken Fritz posted in Agile, ICAgile
The 3 Agile Foundations of Release Orientation
Jul 4, 2018 12:00:00 AM / by Naeem Hussain posted in Release Orientation
In order for an organization to be successful with Continuous Business Value Delivery® the organization has to set a new destination and has to create a “new” route to reach this destination. This means, we have to REVERSE ENGINEER the entire delivery process to maximize value creation at a rapid pace.
The three key areas that need to be lean and automated, the foundations of a Release Oriented organization are 3 major process areas:
- Enterprise Release Management
- Enterprise DevOps
- Lean Agile Portfolio Management
There are many considerations on how to make the move from Project Orientation to Release Orientation. Probably more than any other, the key is a belief in moving your organization’s mindset to the new of way of thinking and recognizing that the value of the old project container has vanished in an agile delivery model.
Envision Your Agile Destination - Release Orientation
Jun 25, 2018 12:00:00 AM / by Brian posted in Release Orientation, Digital Strategy, Assessment
An agile transformation journey implies a starting point, where you are now, and a destination. That destination might not be the final end point for your transformation journey, but that destination is somewhere you know you want to go – more automation, faster cycle times, higher quality, unimpeded flow from business intent to development, or just a happier place for everyone to work. A perfect destination to choose is Release Orientation.
Seeing the World Through Agile-Colored Glasses
There are many misconceptions about what Agile means. Here are a few of the most common that I've heard:
- Agile is a development methodology. Well, not really, but there are a group of methods that can all be considered Agile.
- Agile is the same thing as Scrum. They are not one and the same. Scrum is one of the best-known and widely-used Agile frameworks, but there are other frameworks that are still considered Agile.
- Agile is a free-for-all way of developing software. Nothing could be further from the truth. Done right, Agile provides the basis for some of the most disciplined software delivery practices available.
So then, what is Agile?
What's the point of taking training classes?
Oct 19, 2017 10:16:00 AM / by Sheri Clemiss posted in Agile, Training, Certification, Agile Training
So you graduated with your degree in IT - how long ago? And you have been learning lots as you have worked at different jobs and on different teams. But you keep getting emails about taking this training or that course and wonder ... Is it worth spending the money? I've been doing this IT stuff for several years now, I know what I'm doing. What's the point of taking any of these training courses?
AgileTrailblazers Health Care Proof of Concept using Google Glass
Sep 21, 2017 9:00:00 AM / by Kjell Hegstad posted in HEALTHCARE, GOOGLE GLASS, Digital Strategy, Innovation, POC, Products, Proof of Concept
Wearables as a technology category is emerging as one of the leading technologies within health care. Whether it is Mixed Reality (MR) via the holo-lens, Virtual Reality (VR) from Samsung Gear or Oculus, or Augmented Reality (AR) from Apple, the industry consensus is that these technologies are here to stay.
ATB Announces an ARKit Proof of Concept
Sep 14, 2017 8:19:02 AM / by Kjell Hegstad posted in Digital Strategy, Innovation, POC, Products, Proof of Concept, Arkit
Getting Started with the Elastic Stack
Jul 27, 2017 8:27:00 AM / by Paul Friedman posted in DevOps, Development, Architecture, Modernized Technology, Elastic Stack
Applications running in production, test, and development environments produce massive files filled with endless lines of text in the form of log files. Mining the data available in these files manually is a daunting, nearly impossible, effort. This is where log management tools come into play. The two most popular are Splunk and the Elastic Stack. Both solutions are excellent options, with each having their own pros and cons; this article makes no claims as to which tool is best for your organization, as there are simply too many variables to be taken into consideration to make a blanket statement of one being better than the other.
Make Your Tests Saucey - Running Selenium Tests Against Multiple Platforms and Browsers
Jul 24, 2017 7:51:00 AM / by Ashley Hope posted in Agile Testing, Ruby, BDD, TDD, Testing, Selenium, ATDD, SauceLabs, Modernized Technology
Cucumber, Selenium and Gherkin have become popular tools for helping teams implement test automation or what is often referred to as Acceptance Test Driven Development (ATDD) or Behavior Driven Development (BDD). By running your tests locally, you can ensure your application runs as expected on your OS/Browser setup, but to truly know that the app works on other configurations, you need a way to emulate numerous environments. SauceLabs is a web service that you can sign up to which will give the ability to test on many OS/Browser setups, including numerous mobile options.
In this article, we will cover:
- Why Use SauceLabs?
- Connecting Your Tests to SauceLabs
- Parameterize your Rake File to Pass in Platform and Browser
- Using a Secure Tunnel to Access Your Internal Application
In this article series we use Ruby as the implementation language (and we recommend Ruby when there is no other existing preference). However, these examples will translate easily to other languages like Java.
If you are not familiar with Selenium, Cucumber and Gherkin take a look at our related introductory blog "The 5 Step Guide for Selenium, Cucumber, and Gherkin" and "Rake Up and Optimize Your Tests"