›_ Windows PowerShell × blog.ps1 × +
fbakkensen@BCDEV: ~\ALProjects\BCBlog
×
BC Development .ps1
PS C:\Blog>

Write-Output "Deep Dive into Business Central Development"

AuthorFlemming Bakkensen · Posts34· Updated2026-07-31
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
01

Quality Gates for Coding Agents: How Stop Hooks Add Validation Checkpoints

PS C:\DevProjects\DevBlog> Get-Content .\Architecture\StopHookQualityGates.md 🎯 Introduction In a previous post, I wrote about feedback loops through compilation, static analysis, and testing — mechanisms that let AI coding agents validate their own work iteratively. Those loops operate at the code level: does it compile, does it pass analysis, do the tests...

PS> Read-Post -FullContent
02

Plugin Marketplaces for Coding Agents: A Practical Guide

PS C:\DevProjects\DevBlog> Get-Content .\Architecture\PluginMarketplaces.md 🎯 Introduction Coding agents produce a growing number of reusable artifacts — skills, agents, MCP servers, and hooks. Agents have matured to the point where they self-correct through feedback loops and handle real complexity. But sharing what we build with them still looks a lot like...

PS> Read-Post -FullContent
03

How Gaming Skills Give Developers an Edge in the AI Era

PS C:\DevProjects\DevBlog> Get-Content .\Thoughts\GamingMindset.md 🎯 Introduction For decades, gaming was often dismissed as a distraction - a “time sink” that pulled developers away from more “productive” pursuits. But as we transition into the Agentic Era of software development, where we no longer just write lines of code but orchestrate teams...

PS> Read-Post -FullContent
05

Rapid Create BC Container From Snapshot

In my daily work as a Business Central consultant, I’ve noticed how much time we lose waiting for Docker containers to spin up. Whether you’re switching branches, debugging a specific issue, or - increasingly - running parallel agentic coding tools, that “coffee break” while a container creates is a productivity...

PS> Read-Post -FullContent