Antoine Victor

Fostering a Testing Mindset

To foster a testing mindset within an organization, it’s essential to leverage lean thinking, experimentation culture, and agile principles. 1. **Using Lean Thinking:** – Adopt lean thinking to develop a testing mindset [Planview]. – Emphasize continuous improvement and efficiency [Planview]. – Encourage teams to eliminate waste and focus on value delivery [Planview]. 2. **Cultivating the …

Fostering a Testing Mindset Read More »

Unmasking the Ghoulish Workflow Steps: A Spooky Journey into User Story Slicing

In the eerie world of software sorcery, where lines of code cast long, sinister shadows, we continue our chilling tale of “User Story Slicing.” Our journey into the depths of software development takes a more ominous turn as we explore the haunting secrets hidden within workflow steps. Our tale begins with the ominous “Slicing by …

Unmasking the Ghoulish Workflow Steps: A Spooky Journey into User Story Slicing Read More »

The Haunting Secrets of User Story Slicing: Unveiling the Spooky Unhappy Paths in Software Development

In the dark depths of the software development realm, where lines of code intertwined like cobwebs, there existed a mysterious and ancient practice known as “User Story Slicing.” This spine-tingling tale will send shivers down your code-breaking spine. The Haunting of User Story Slicing In the eerie world of software sorcery, every feature or method …

The Haunting Secrets of User Story Slicing: Unveiling the Spooky Unhappy Paths in Software Development Read More »

The Scrum Guide 2020

If you are working on Agile Projects or working within an organization that is “Going Agile” and you have not already read The Scrum Guide I strongly recommend that you take a moment (or about 15 minutes) and ready through the scrum guide which you can find here: https://scrumguides.org/scrum-guide.html In the new Scrum Guide you …

The Scrum Guide 2020 Read More »

Mastering DevOps: How to Install Jenkins on Ubuntu via Ansible

In this post we will cover the beginnings of an Ansible Implementation on Ubuntu in the AWS Cloud. What we will cover: AWS Ubuntu Instance provisioning Ansible Installation Inventory file creation Pinging target nodes with ansible -m ping Installing Apache and creating an index.html using an Ansible Playbook Installing Java SDK using an Ansible Playbook …

Mastering DevOps: How to Install Jenkins on Ubuntu via Ansible Read More »

Agile Driven DevOps Resources

Agile Driven DevOps PDF 5 Agile Rules https://www.ProDataMan.com/2019/11/19/5-agile-rules/ DevOps Case Studies https://www.ProDataMan.com/2019/02/12/devops-case-study-links/ Scrum Ceremonies  don’t just hit the bullet points https://www.ProDataMan.com/2018/06/12/scrum-ceremonies-dont-just-hit-the-bullet-points 4 Great Agile Driven DevOps Books   

Sign in to GitHub

Error when I attempt to push my local repo to GitHub

$ git push -u origin masterfatal: HttpRequestException encountered.An error occurred while sending the request.Username for ‘https://github.com’: email@prodataman.comremote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.fatal: Authentication failed for ‘https://github.com/ProDataMan/Git-Demo.git/’ If you have seen this error message when trying to push from a local …

Error when I attempt to push my local repo to GitHub Read More »

Eclipse and Git on ubuntu

How to Stage, UnStage and Commit a Java Maven Project to a Git Repo in Eclipse on Ubuntu

In this post we will revisit the basic concepts discussed in the previous post while introducing the implementation of those same features in an Integrated Development Environment (IDE). In the last post which can be found here Git Fundamentals in Ubuntu and we discussed initializing a new repository with git init, adding project artifacts to …

How to Stage, UnStage and Commit a Java Maven Project to a Git Repo in Eclipse on Ubuntu Read More »

Shopping Cart