Can You Actually Trust Claude Code in a Container? Security Deep Dive + Going Standalone (Part 2)
YouTube video by Stefan Maron
π΄ Streaming now β Part 2 of securing Claude Code in a container
Turns out VS Code Dev Containers have an IPC escape problem that's
hard to fully patch. So we're ditching VS Code and going plain Docker.
βΆοΈ youtube.com/live/y5rOAnA...
#BusinessCentral #ClaudeCode #Docker
04.03.2026 14:03
π 2
π 0
π¬ 0
π 0
Turning My Coding Streams Into Blog Posts (With a Little Help From Claude) | Stefan Maron | Business Central & AL Development
How a Claude Code skill converts YouTube coding streams to structured blog posts β auto-extracting captions, screenshots, and doc links for 26 BC stream
Cleared my YouTube back catalogue β 26 coding streams β by having Claude Code write blog posts from the transcripts and video frames while I was away from the PC.
Total runtime: 2h 34m 42s. I came back, reviewed, and pushed.
stefanmaron.com/posts/turnin...
#msdyn365bc #BusinessCentral #ClaudeCode
25.02.2026 18:14
π 3
π 0
π¬ 0
π 0
20260223 - If You Canβt Make It Fast, Make It Feel Fast
YouTube video by Areopa webinars
βοΈβοΈβοΈβοΈβοΈ
Some #msdyn365bc operations will always take time β but the UI doesnβt have to freeze because of it.
Learn how to improve perceived performance with smart offloading techniques.
π€ @thedoubleh.dev & @stefanmaron.com
βΆοΈ Watch: www.youtube.com/watch?v=D7Gx...
25.02.2026 10:17
π 4
π 3
π¬ 0
π 2
ALCops.dev
A community driven collection of code analyzers for the AL programming language of Microsoft Dynamics 365 Business Central.
This Friday 16:00 CET ποΈ
Going live with @arthurvdv.bsky.social to introduce ALCops β the evolution of LinterCop I originally created.
6 domain-specific analyzers. NuGet. alcops.dev. A proper rethink of AL code quality.
Come ask questions live π
youtube.com/live/tMqCSib...
24.02.2026 08:27
π 2
π 1
π¬ 0
π 0
Let's Build a Plug & Play Claude Code Setup for AL Development - The Business Central Coding Stream
YouTube video by Stefan Maron
You've been asking how to get started with Claude Code for AL dev.
Let's build it live β a plug & play dev container. Clone and go.
Plus: running AI safely so it can't wreck your repo.
β youtube.com/live/ecYXnXU...
#BusinessCentral #ALDevelopment #ClaudeCode
19.02.2026 13:37
π 2
π 0
π¬ 0
π 1
Running a workshop at BC TechDays 2026 with @chovenbitzer.bsky.social!
Step by Step: Evolving a Solution Using Coding & Architecture Patterns
June 9 & 10 | Level 300β400
Real problems. Patterns that actually make sense.
www.bctechdays.com/event
#MSDyn365BC #BCTechDays #ALDev
17.02.2026 05:52
π 7
π 0
π¬ 0
π 0
When I saw the .exe in the instructions I already thought I can stop there. Thanks for the PR to support devcontainers that makes it way easier
06.11.2025 06:42
π 1
π 0
π¬ 0
π 0
MSDyn365BC.Sandbox.Code.History - Late Hotfix Handling | Stefan Maron blog
Technical blog about Business central stuff
π MSDyn365BC.Sandbox.Code.History update!
Now intelligently handles late hotfixes by inserting them at the correct position in git history using rebase.
β οΈ Local branches may need updating - easy one-liner scripts in the post!
#BusinessCentral #MSDyn365BC
π stefanmaron.com/posts/blog-p...
02.10.2025 18:10
π 5
π 0
π¬ 0
π 0
AL MCP Server v2.2 is live! π
β
16 tools β 6 tools
β
70% token reduction
β
Zero feature loss
β
All functionality preserved
Make your AI assistant smarter about Business Central development.
github.com/StefanMaron/AL-Dependency-MCP-Server
#BusinessCentral #MCP #AI #ALDevelopment
30.09.2025 06:39
π 12
π 3
π¬ 0
π 0
I mean, in classic client/dev env everything did in fact close with ESC
05.09.2025 18:27
π 2
π 0
π¬ 0
π 0
Join me and @thedoubleh.dev on #directionsEmea2025
in Poznan this November to learn about what you can do to improve performance when you have already applied all the usual patterns ;)
#msdyn365bc
03.09.2025 09:30
π 6
π 0
π¬ 0
π 0
Well, you just need node.js istalled. If you have it already, you just need the command/the config
03.09.2025 06:39
π 1
π 0
π¬ 0
π 0
GitHub - StefanMaron/AL-Dependency-MCP-Server
Contribute to StefanMaron/AL-Dependency-MCP-Server development by creating an account on GitHub.
π§ AL MCP Server: Make AL symbols visible to AI!
AI can't see AL packages/dependencies. This fixes that.
β
AI understands your AL codebase
β
Smart suggestions
β
npx al-mcp-server
Works with Copilot, Claude Code, Cursor.
π github.com/StefanMaron/AL-Dependency-MCP-Server
#msdyn365bc #AI
03.09.2025 05:23
π 12
π 6
π¬ 1
π 0
Join me and @sshadows.dk on Directions Emea in Poznan this November and see how we forced the Business Central Server into a Penguin Suite and what results we discovered!
#msdyn365bc
28.08.2025 18:53
π 5
π 0
π¬ 0
π 0
My 1st renewed as an MVP π₯³ Its an honor as always. Lets continue the work in our small #msdyn365bc community.
And congratulations to my fellow MVPs
#mvpbuzz
14.07.2025 04:21
π 14
π 0
π¬ 1
π 0
I prefer to choose once and then have the appsource cop help me stay consistent hence the suffix setting
07.06.2025 07:00
π 0
π 0
π¬ 1
π 0
That means it would be best to keep it in sync with "application"?
06.06.2025 07:28
π 0
π 0
π¬ 1
π 0
Did not know that, will update the blog. THANKS!
06.06.2025 06:06
π 2
π 0
π¬ 0
π 0
How to Set Up a New Business Central Development Project β The 100% Correct Way | Stefan Maron blog
Technical blog about Business central stuff
Just published: βHow to Set Up a New Business Central App β The 100% Correct Wayβ
β
Template-first
β
Linter setup (AppSource + PTE Cop)
β
AL-Go + rulesets + automation
No shortcuts. This is the clean, scalable way.
π Read here: stefanmaron.com/posts/how-to...
#msdyn365bc
05.06.2025 13:31
π 20
π 2
π¬ 4
π 1
Yeah, I understand that restriction for businesses logic, but for technical things like a webhook I feel like there should not be distinguished between licenses
05.06.2025 04:18
π 0
π 0
π¬ 0
π 0
Is there a particular reason why it behaves like this?
04.06.2025 19:55
π 0
π 0
π¬ 1
π 0
Introducing the βNo Shortcutsβ Series: The 100% Correct Way to Develop for Business Central | Stefan Maron blog
Technical blog about Business central stuff
π« No shortcuts. Just the right way.
π§ Starting a new blog series on Business Central development β focused 100% on clean, compliant, upgrade-safe code.
This is for developers who want to build apps the right way.
stefanmaron.com/posts/introd...
#msdyn365bc #BusinessCentral #CleanCode
02.06.2025 06:26
π 13
π 1
π¬ 2
π 0
JIT loads vs Full record load
Since the time when I came across this post by Waldo (or actually, he mentioned his test results in one online discussion) I was curious to try it myself and dig into its unexpected results. The quest...
How can just in time loads be faster than a full record load? After all, this means two queries reading the same table. And two are slower than one, right? Right, but only if we allow these two queries to run until completion.
www.keytogoodcode.com/post/jit-loa...
31.05.2025 17:59
π 7
π 4
π¬ 1
π 0
I just found out that the error does not happen when I remove all entitlements from my extension.
18.04.2025 13:07
π 0
π 0
π¬ 0
π 0
This was changed 3 weeks ago, I am still running the old code where its just skipped for Background sessions
18.04.2025 12:35
π 1
π 0
π¬ 1
π 0