5 Tips to Ensure A Successful Remote Daily Scrum
Working from home

As I mentioned in my previous post, this is a challenging time for agile teams as we are transitioning to being fully remote. Many are struggling to follow the agile principles, especially those that promote co-location and face-to-face communication. But even though we now find ourselves in a situation where these principles are challenging, it […]

Read more
What is DAST?
DAST

DAST stands for Dynamic Application Security Testing, and it’s a blackbox suite of tools that really look at web applications on the front end. DAST looks at a running application looking for potential security vulnerabilities, architectural weaknesses, SQL injection, and cross-site scripting, among other security risks in the OWASP Top Ten. How is SAST different […]

Read more
What is SAST?
SAST

SAST stands for Static Application Security Testing. SAST look through application source code for security defects, different issues written into the source code, and how the application is actually programmed to identify vulnerabilities that then have the potential being exploited. How is SAST different from DAST? SAST typically takes less time than running DAST, and […]

Read more
3 Virtual Options to Keep Your Strategic Goals on Track

In the past several weeks, the world has experienced an unprecedented amount of change, and situations continue to evolve rapidly as each day goes by. It’s safe to say that many businesses are experiencing shifts, both major and minor, as they seek ways to maintain business continuity while heeding precautionary measures.  Although there lies a […]

Read more
Failure is Feedback: Unit Testing

“Failure is Feedback and Feedback is the breakfast of Champions” – fortune cookie Introduction This is the second blog in a series focused on software tools, processes and principles behind receiving feedback. In my first blog I discussed the importance of receiving feedback early and often throughout the software development lifecycle. Feedback is essential in […]

Read more
Tips for Facilitating Remote Agile Teams

In this challenging unprecedented time teams that have been co-located in team rooms are now adapting to being fully remote, at least for the time being. So a big question a lot of agile teams are facing is how do we follow the agile principles while remote. In particular the idea of co-location and the […]

Read more
Understanding the ScrumMaster’s Role in Team Communication

A common misunderstanding among those new to agile is exactly what the role of the ScrumMaster is on the team. I have often heard people say, “I didn’t sign up to be a ScrumMaster; it’s not my job to talk to the product owner,” or “I’m not the ScrumMaster; I don’t like to act like […]

Read more
Shifting Security Left: The Innovation of DevSecOps

Application security, or AppSec, is hard. For development teams, it often comes into development late in a release cycle and demands changes to the software that seem unreasonable. For the AppSec team, being introduced to a project after the application has been designed and much of the code has been written means there will be […]

Read more
X