• Validating Azure Bicep templates with PSRule

    Validating Azure Bicep templates with PSRule

    Seeing whether your Bicep or ARM templates are correct is usually only possible after performing a deployment. PSRule can help you with validating you…

    Share this

  • The Need for Experiments in Scrum Teams

    The Need for Experiments in Scrum Teams

    Did you know that doing experiments is essential in Scrum teams?

    As a team member, you want your team to be effective and valuable to your organization. Whether a team is effective or not depends on the way it works. For example, a software development team is more effective at delivering working software if the team members take time to program and test their code, than if they spend most of their time in meetings. Therefore, your team can become more effective if it improves the way it works. Moreover, if your team always keeps working the same way, it will probably become less effective over time.

     
    Staying the same is dangerous
    Why is that? If you have found the perfect workflow, you shouldn’t change it, right? If the work you do stays e…

    Share this

  • Finding the 'missing' merge commit

    Finding the 'missing' merge commit

    Whoops! I like to squash commits whenever I merge a pull request into the main branch to keep the history as linear and simple as possible. I would no…

    Share this

  • Where to position SpecFlow in the Test Pyramid?

    Where to position SpecFlow in the Test Pyramid?

    Automated testing is an essential part of software development, and determining the appropriate scope for your tests is crucial. This is also true whe…

    Share this