Author Archives: Zenergy Technologies

Agile Mastery Begins with Personal Mastery

Are You the Ideal Candidate to Lead Agile Change? The concept of Agile tends to be overrun with buzzwords, but the key is truly about focusing on one thing--Having the right mindset. Before someone can become an agile master, it’s important for them to take a step back and determine if they are willing to become a leader of change.

Integrating Performance Testing into your DevOps Pipeline

The Typical CI/CD Pipeline What comes to mind when you think of a mature CI/CD pipeline? Many people think of an automated process consisting of build, test, and deploy stages. Yet, there is always room for improvement, and there are useful quality steps many organizations tend to overlook. Let's focus on the testing stage of this process. What kinds of tests should be run during this stage? Perhaps a mixture of unit testing, API testing, and UI testing? It’s also likely there’d be some...