PS> Write-Output "Deep Dive into Business Central Development"

PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
AI / Development / Career

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...
Business Central / Docker / Development

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,...