Dvlpr Life

Author's posts

Feeling Behind, Looking Ahead: What the Future Holds for Developers in the Era of AI

Tweet by Andrej Karpathy

 

Permanent link to this article: https://www.dvlprlife.com/2025/12/feeling-behind-looking-ahead/

Protected Variables in Business Central (AL)

Permanent link to this article: https://www.dvlprlife.com/2025/12/protected-variables-in-business-central-al/

Delete Orphaned Extension Data in Business Central

Permanent link to this article: https://www.dvlprlife.com/2025/12/delete-orphaned-extension-data-in-business-central/

Package Resources in Extensions and Access Them from AL

Permanent link to this article: https://www.dvlprlife.com/2025/12/package-resources-in-extensions-and-access-them-from-al/

Control Add-in Object in Business Central

Permanent link to this article: https://www.dvlprlife.com/2025/12/control-add-in-object-in-business-central/

December 2025 Cumulative Updates for Dynamics 365 Business Central

The December updates for Microsoft Dynamics 365 Business Central are now available. Before applying the updates, you should confirm that your implementation is ready for the upgrade and ensure compatibility with your modifications. Work with a Microsoft Partner to determine if you are ready and what is needed for you to apply the update. Please note that …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2025/12/december-2025-cumulative-updates-for-dynamics-365-business-central/

Sunday Vibes: Vibe Coding My Pi-hole Display 

Grab your coffee and favorite snack, throw on some chill music, and let me tell you about the little Sunday experiment that reaffirmed to me that dev, as we know it, is dead. Well, I wouldn’t call it dead exactly — it’s evolving into something new. Read on to find out how and why. The …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2025/12/sunday-vibes-vibe-coding-my-pi-hole-display/

Binding Event Subscriptions in Business Central

Events Subscriptions in Business Central In Business Central, event subscriptions allow extensions to hook into core application logic, enabling customization without modifying base code. The publisher declares an event at an occurrence in the application. An event publisher method has a signature only and doesn’t execute any code. The publisher exposes an event to subscribers, …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2025/12/binding-event-subscriptions-in-business-central/

Page Background Tasks in Business Central

What Is A Page Background Task In Business Central? A Page Background task is a technique for enhancing performance in Business Central. This method allows us to execute lengthy or resource-intensive reading processes asynchronously in the background without disrupting the user interface. Page Background tasks speed up page load times; as a result, users can …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2025/11/page-background-tasks-in-business-central/

Adding GitHub Commits to an RSS Feed

Why I Monitor GitHub Repositories A GitHub commit represents a snapshot of changes made to files in a repository. I follow several repos closely so I can spot new updates, additions, or experiments as they happen. Being on top of these changes helps me stay up-to-date with ongoing developments—especially in projects I rely on or …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2025/11/adding-github-commits-to-an-rss-feed/