Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update catagories #300

Merged
merged 3 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@

$levelSwitch.MinimumLevel = 'Debug'

# Iterate through each blog folder and update markdown files
$outputDir = ".\site\content\marketing\"

# Get list of directories and select the first 10
$classes = Get-ChildItem -Path $outputDir | Sort-Object { $_ } -Descending | Select-Object -First 300
$classes = Get-ChildItem -Path ".\site\content\tags\" -Recurse -Filter "_index.md" | Sort-Object { $_ } -Descending | Select-Object -First 300
$classes += Get-ChildItem -Path ".\site\content\categories\" -Recurse -Filter "_index.md" | Sort-Object { $_ } -Descending | Select-Object -First 300



# Total count for progress tracking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$levelSwitch.MinimumLevel = 'Debug'

# Iterate through each blog folder and update markdown files
$outputDir = ".\site\content\resources\videos"
$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
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 | Select-Object -First 20
$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
2 changes: 2 additions & 0 deletions site/content/categories/leadership/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ headline:
subtitle: Empowering teams to navigate change, enhance collaboration, and drive continuous value delivery in a complex business environment.
content: Leadership encompasses the art of guiding teams through uncertainty, fostering a culture of accountability, and driving continuous improvement. Explore practices for enhancing decision-making, cultivating adaptive leadership, and building resilient teams, while navigating the complexities of modern organisational landscapes and promoting effective collaboration.
updated: 2025-02-17T13:03:01Z

---

2 changes: 2 additions & 0 deletions site/content/categories/social-technologies/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ headline:
subtitle: Empowering teams to enhance collaboration, optimise processes, and adapt swiftly in complex environments through innovative frameworks and practices.
content: Social technologies encompass frameworks and practices that enhance team collaboration, streamline workflows, and facilitate rapid adaptation in dynamic environments. Posts should explore iterative development, visual management, waste reduction, and evidence-based decision-making, drawing on insights from thought leaders to foster continuous improvement and innovation.
updated: 2025-02-17T13:02:54Z

---

Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content does not discuss leadership practices and focuses on personal challenges with posting code.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:46",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content does not discuss Internal Developer Platforms or related topics; it focuses on personal challenges with posting code.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:47",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content does not discuss Artificial Intelligence or its application in Agile, DevOps, or software development.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content heavily discusses technical implementation details related to customising UI in .NET, with no relevance to leadership practices.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:49",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses customising UI elements in .NET, which is unrelated to Internal Developer Platforms.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:50",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses customising UI elements in Windows Forms .NET, with no mention of AI or its applications in Agile, DevOps, or software development.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content heavily discusses technical implementation details related to UI components and does not address leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:43",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses the implementation of UI components in a specific application framework, which does not relate to Internal Developer Platforms or their associated concepts.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:44",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses the implementation of a UI adapter in a software framework, with no mention of AI, Agile methodologies, or DevOps practices.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ aliasesFor404:
tags:
- Practical Techniques and Tooling
- Software Development
- Technical Mastery
- Technical Excellence
- Pragmatic Thinking
- Technical Mastery
categories:
- Engineering Excellence
preview: metro-binary-vb-128-link-1-1.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content is primarily about winning a prize and does not discuss leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:40",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content is focused on personal achievements and does not discuss Internal Developer Platforms or related topics.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:42",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content is primarily about winning a prize and does not discuss AI or its applications in Agile, DevOps, or software development.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses a .NET tool and does not relate to leadership practices.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:38",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses a specific .NET tool without any reference to Internal Developer Platforms or related concepts.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:39",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses a .NET tool and does not relate to AI, Agile, or DevOps.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses the evaluation of Windows Communication Framework (WCF) and related technical aspects, with no focus on leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:34",
"ai_confidence": 0,
"non_ai_confidence": 10,
"final_score": 1.0,
"reasoning": "Content primarily discusses Windows Communication Framework (WCF) and its features, with no clear focus on Internal Developer Platforms or related topics.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:36",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses Windows Communication Framework (WCF) and its features, with no clear focus on Artificial Intelligence or its integration within Agile or DevOps practices.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses the concept of Web 2.0 and its implications, with no focus on leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:31",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses Web 2.0 concepts and does not relate to Internal Developer Platforms.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:33",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content heavily discusses Web 2.0 and its implications, with no mention of AI or its application in Agile, DevOps, or software development.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses a codeplex project and does not address leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:28",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses a specific project on Codeplex without any mention of Internal Developer Platforms or related concepts.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:30",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses a codeplex project without any mention of AI, Agile methodologies, or DevOps practices.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses technical aspects of .NET Framework 3.0 and WCF, with no focus on leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:25",
"ai_confidence": 0,
"non_ai_confidence": 10,
"final_score": 1.0,
"reasoning": "Content primarily discusses the .NET Framework 3.0 and its features, with no clear focus on Internal Developer Platforms or related concepts.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:27",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses .NET Framework 3.0 and its features, with no mention of AI or its application in Agile or DevOps.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content is focused on technical details regarding Windows Mobile Device Center and does not discuss leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:22",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content is focused on Windows Mobile Device Center and its installation on Windows Vista, with no relevance to Internal Developer Platforms.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:23",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content is focused on Windows Mobile Device Center and installation issues, with no relevance to AI, Agile, or DevOps.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses the installation of Visual Studio 2005 and related technical issues, with no relevance to leadership practices.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:18",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses the installation of Visual Studio 2005 on Windows Vista, which is unrelated to Internal Developer Platforms.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:20",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses the installation of Visual Studio 2005 on Windows Vista, with no relevance to AI, Agile, or DevOps.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ aliasesFor404:
- /resources/blog/installing-visual-studio-2005-on-windows-vista
tags:
- Windows
- Troubleshooting
- Install and Configuration
- Troubleshooting
preview: metro-visual-studio-2005-128-link-1-1.png
categories: []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content primarily discusses the creation of a new project and its features, with no focus on leadership practices or themes.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:16",
"ai_confidence": 0,
"non_ai_confidence": 10,
"final_score": 1.0,
"reasoning": "Content primarily discusses the creation of a new project and its features, without a clear focus on Internal Developer Platforms or their related concepts.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:17",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses the creation of a new project and its features, with no mention of AI or its application in Agile, DevOps, or software development.",
"level": "Ignored"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,23 @@
"final_score": 0.0,
"reasoning": "Content is primarily about a technical update regarding Windows CardSpace and Firefox support, with no discussion on leadership practices.",
"level": "Ignored"
},
"Internal Developer Platform": {
"category": "Internal Developer Platform",
"calculated_at": "2025-02-24T14:56:13",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses Firefox support for Microsoft's CardSpace digital-identity framework, which is unrelated to Internal Developer Platforms.",
"level": "Ignored"
},
"Artificial Intelligence": {
"category": "Artificial Intelligence",
"calculated_at": "2025-02-24T14:56:14",
"ai_confidence": 0,
"non_ai_confidence": 0,
"final_score": 0.0,
"reasoning": "Content primarily discusses a plug-in for Firefox and Microsoft's CardSpace, with no mention of AI, Agile methodologies, or DevOps practices.",
"level": "Ignored"
}
}
Loading
Loading