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...

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...

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   

Read More

Enable SSH on a new AWS Ubuntu Instance 2022

Connecting to an Ubuntu box on AWS (Amazon Web Services) used to be easier if I remember correctly…  But what do I know I’m a developer who primarily works on Windows PCs.  I have spun...

Read More
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...

Read More
Git Logo

Git Fundamentals in Ubuntu

In this post we will cover basic git commands used to Initialize a new repository (Git Init), check the status of our new repository (Git Status) add files to the staging area (Git Add) commit...

Read More
Shopping Cart