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

Write-Output "Deep Dive into Business Central Development"

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

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
03

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
04

Feedback Loops in Agentic Coding Tools: Why Self-Correction Beats One-Shot Perfection

When people first encounter AI coding tools like GitHub Copilot, Claude Code, or Cursor, they often focus on the wrong metric: “Can it write perfect code in one shot?” From my experience working with these tools in Business Central development, I’ve found that the real game-changer isn’t one-shot perfection -...

PS> Read-Post -FullContent
05

Claude Sonnet 4 in GitHub Copilot vs. Claude Code — What Developers Need to Know

If you pick the same model in two different tools, you won’t get the same experience. Claude Sonnet 4 is the one example: in Claude Code (Anthropic’s native experience) you get large context and explicit control over extended thinking; in GitHub Copilot you get a managed, IDE‑first product with smaller context,...

PS> Read-Post -FullContent