Quick story on why I wrote this.
I got assigned to a handover project with a lot of API work. No API docs, no Postman collections, nothing. Just the project files.
So, I built my own Postman collection from scratch. Then a second dev joined the pro...
For years, I used the same PowerShell script to spin up Business Central containers. I didn't write it. Someone shared it with me, and I just kept using it.
It worked fine most of the time. But every time I needed a new container, I had to open the ...
Sharing something small that helped me during AL code reviews.
While reviewing some AL code before the holiday shutdown, I ran into deeply nested logic that was hard to follow. This is pretty common in Business Central projects, especially as extens...
Ever shipped an AppSource update and had a client say they can’t see it?
I ran into this recently. The app was live, validation passed, and other tenants had the update. One didn’t.
Nothing was broken. The platform version simply didn’t line up.
I...
Supporting multiple Business Central versions is getting more challenging, especially now that BC27 confirms several silent changes from 26.x as official breaking changes. Instead of splitting your app or maintaining separate branches, preprocessor d...
New teammate joins. “What VS Code extensions do I need?” You list them. They miss some. Things break. You troubleshoot.
extensions.json fixes this.
✅ Auto-installs extensions
✅ Keeps setups identical
✅ 20+ essential tools explained
✅ Translation...