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

PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
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,...
Copilot / AL / Automation / GitHub Actions

Setup Github Copilot Agent For AL

Introduction Imagine a world where you can hand off a GitHub issue to an AI agent, and it autonomously develops the code, fixes the bug, and creates a pull request for you to review. This is the power of the...