Skip to content

Commit

Permalink
[BLOG] Stop Hiding Behind Complexity and Start Delivering Continuously (
Browse files Browse the repository at this point in the history
#298)

📝 (blog): add new blog post on overcoming complexity for continuous
delivery

Please add your comments below.

Review:

- [Stop Hiding Behind Complexity and Start Delivering Continuously
(PR)](https://yellow-pond-042d21b03-298.westeurope.5.azurestaticapps.net/resources/7hEAycZIn8w)

If you are late for the review and the PR has already been merged then:

- [Stop Hiding Behind Complexity and Start Delivering Continuously
(Preview)](https://preview.nkdagility.com/resources/7hEAycZIn8w)
  • Loading branch information
MrHinsh authored Feb 20, 2025
2 parents 0ca5e52 + aeb1db5 commit 2093c59
Show file tree
Hide file tree
Showing 16 changed files with 1,562 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $levelSwitch.MinimumLevel = 'Debug'
$outputDir = ".\site\content\resources\"
$resources = $null
# Get list of directories and select the first 10
$resources = Get-ChildItem -Path $outputDir -Recurse -Filter "index.md" | Sort-Object { $_ } -Descending #| Select-Object -Skip 600 # | Select-Object -First 300
$resources = Get-ChildItem -Path $outputDir -Recurse -Filter "index.md" | Sort-Object { $_ } -Descending
#$resources += Get-ChildItem -Path "site\content\capabilities\training-courses" -Recurse -Include "index.md", "_index.md" | Sort-Object { $_ } -Descending

$Counter = 1
Expand All @@ -33,7 +33,7 @@ $resources | ForEach-Object {
$TotalItems = $hugoMarkdownObjects.Count
Write-InformationLog "Loaded ({count}) HugoMarkdown Objects." -PropertyValues $TotalItems
### FILTER hugoMarkdownObjects
$hugoMarkdownObjects = $hugoMarkdownObjects | Sort-Object { $_.FrontMatter.date } -Descending
$hugoMarkdownObjects = $hugoMarkdownObjects | Sort-Object { $_.FrontMatter.date } -Descending | Select-Object -First 20
Write-InformationLog "Processing ({count}) HugoMarkdown Objects." -PropertyValues ($TotalItems)
### /FILTER hugoMarkdownObjects
### Convert hugoMarkdownObjects to queue
Expand Down Expand Up @@ -213,7 +213,7 @@ while ($hugoMarkdownQueue.Count -gt 0 -or $hugoMarkdownBatchQueue.Count -gt 0) {
$categories = $categoryClassification | ConvertFrom-Json | Sort-Object final_score -Descending | Select-Object -First 3 | ForEach-Object { $_.category } #| Sort-Object
Update-StringList -frontMatter $hugoMarkdown.FrontMatter -fieldName 'categories' -values @($categories) -Overwrite
#-----------------Tags-------------------
$tagClassification = Get-CategoryConfidenceWithChecksum -batch -updateMissing `
$tagClassification = Get-CategoryConfidenceWithChecksum -updateMissing `
-ClassificationType "tags" `
-Catalog $tagsCatalog `
-CacheFolder $hugoMarkdown.FolderPath `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ tags:
- Increment
- Scrum Product Development
- Software Development
- Professional Scrum
- Product Delivery
- Professional Scrum
- Value Delivery
- Working Software
- Agile Product Management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ aliasesFor404:
tags:
- Software Development
- Operational Practices
- Software Developers
- Agile Project Management
- Value Delivery
- Business Agility
- Organisational Agility
- Team Collaboration
- Agile Project Management
- Cross Functional Teams
- Software Developers
- Product Delivery
- Organisational Agility
- Cross Functional Teams
- Business Agility
categories:
- DevOps
- Engineering Excellence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ aliasesFor404:
- /blog/the-scrum-master-is-accountable-for-delivery
tags:
- Accountability
- Scrum Product Development
- Software Development
- Product Delivery
- Scrum Master
- Scrum Team
- Product Delivery
- Scrum Product Development
- Increment
- Professional Scrum
- Scrum Master
- Software Development
- Agile Frameworks
- Agile Project Management
- Professional Scrum
categories:
- Scrum
- Social Technologies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ aliasesFor404:
- /delivery-is-the-only-measure-of-progress-in-scrum
- /blog/delivery-is-the-only-measure-of-progress-in-scrum
tags:
- Increment
- Product Delivery
- Increment
- Software Development
- Agile Project Management
- Value Delivery
- Scrum Team
- Scrum Product Development
- Continuous Delivery
- Engineering Practices
- Scrum Team
- Value Delivery
- People and Process
- Working Software
categories:
- DevOps
- Social Technologies
- DevOps
preview: 2025-02-03-delivery-as-the-ultimate-measure-of-progress.jpg

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ aliasesFor404:
tags:
- Software Development
- Technical Excellence
- Continuous Delivery
- Value Delivery
- Engineering Practices
- Continuous Integration
- Continuous Delivery
- Release Management
- Software Developers
- Value Delivery
- Continuous Integration
- Flow Efficiency
- Modern Source Control
- Product Delivery
- Deployment Frequency
categories:
- DevOps
- Engineering Excellence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ aliasesFor404:
- /testing-in-production-maximises-quality-and-value
- /blog/testing-in-production-maximises-quality-and-value
tags:
- Software Development
- Deployment Strategies
- Continuous Delivery
- Azure DevOps
- Software Development
- Value Delivery
- Azure DevOps
- Continuous Delivery
- Product Delivery
- Technical Mastery
- Practical Techniques and Tooling
- Software Developers
- Technical Excellence
- Frequent Releases
categories:
- DevOps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ aliasesFor404:
tags:
- Increment
- Product Delivery
- Agile Product Management
- Value Delivery
- Agile Product Management
- Transparency
- Software Development
- Deployment Frequency
- Software Development
- Working Software
- Frequent Releases
- People and Process
- Customer Feedback Loops
categories:
- Product Management
preview: 2025-02-10-without-delivery-no-value.jpg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ aliasesFor404:
- /there-is-no-such-thing-as-a--junior--scrum-master
- /blog/there-is-no-such-thing-as-a--junior--scrum-master
tags:
- Accountability
- Scrum Master
- Agile Project Management
- Accountability
- Scrum Team
- Scrum Master
- Software Development
- People and Process
- Professional Scrum
- Scrum Product Development
- Professional Scrum
- Agile Product Management
- Team Performance
- Technical Leadership
categories:
- Scrum
preview: 2025-02-10-no-such-thing-as-a-junior-scrum-master.jpg
Expand Down
Loading

0 comments on commit 2093c59

Please sign in to comment.