Antoine Victor

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   

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 up my fair share of Linux machines to run Eclipse, Apache, Jenkins, Ansible, Puppet and others, but I would not …

Enable SSH on a new AWS Ubuntu Instance 2022 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 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 »

SSAS

SQL Server Analysis Services References

Detailed Descriptions of each of the built in Data Mining Algorithmshttps://docs.microsoft.com/en-us/analysis-services/data-mining/data-mining-algorithms-analysis-services-data-mining Creating and Managing SubCubesSubCubes only exist for the duration of a session/connection so use for context not securityhttps://docs.microsoft.com/en-us/analysis-services/multidimensional-models/mdx/building-subcubes-in-mdx-mdx Cube Securityhttps://www.mssqltips.com/sqlservertip/2776/configuring-permissions-for-sql-server-analysis-services/Measure and Dimension Security (14:30) https://www.youtube.com/watch?v=NlNw3wYbh8E

5 Agile Rules

Sprint Planning: The 60/40 Split2-4 hours of Sprint planning for each week of a Sprint should yield 60% of delivery team tasks necessary to complete a user story defined and documented prior to the SprintThe 80/20 CommitmentThe average agile team incurs 10-30% technical debt in each Sprint. Mature teams closer to 10% newer Agile teams …

5 Agile Rules Read More »

SpecFlow

Acceptance Test Automation with Cucumber / SpecFlow in Visual Studio

Acceptance Criteria, Test Automation and Gherkin What do Acceptance Criteria, Test Automation and a Cucumber have in common? Well for the uninitiated in may seem that these 3 things have nothing in common however if you are an “Agilist” or Test Automation specialist than you are probably very familiar with the similarities. Let’s start with …

Acceptance Test Automation with Cucumber / SpecFlow in Visual Studio Read More »

Shopping Cart