
Agile Driven DevOps Resources
Agile Driven DevOps PDF 5 Agile Rules 5 Agile Rules DevOps Case Studies DevOps Case study links Scrum Ceremonies don’t just hit the bullet points Scrum Ceremonies Dont just hit the bullet points! (Rant) 4...
Read MoreEnable 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 MoreError 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 MoreHow 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...
Read MoreGit 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 MoreNew Acceptance Test Driven Development with Cucumber in Eclipse Demo
Made a few updates to the Java Maven project with Cucumber Acceptance Test demo. The Gherkin format Acceptance Criteria is now included in the post for easy copy and past and additional details about the...
Read MoreNew Acceptance Test Driven Development with Cucumber in Eclipse Demo
Made a few updates to the Java Maven project with Cucumber Acceptance Test demo. The Gherkin format Acceptance Criteria is now included in the post for easy copy and past and additional details about the...
Read MoreSQL 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)...
Read More5 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...
Read MoreSimple Echo App in Eclipse with TDD
In this tutorial, we will walk through creating a basic JUnit test class in Eclipse just to make sure that our environment is set up properly. We will use Test Driven Development (AKA Test First...
Read MoreAcceptance 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...
Read MoreAdd Cucumber Acceptance Tests to a Maven Project
In order to automate acceptance tests with Cucumber in Eclipse we must first load the Cucumber Plugin in Eclipse using the Eclipse Marketplace. Once the Cucumber Plugin is installed in Eclipse, we can create a...
Read More