Revisiting my 2011 Bitcoin post and reflecting on what held up, what changed, and how the technology evolved.
A practical C# example of the Single Responsibility Principle and how focused classes improve maintainability and changeability.
How to host a Hugo site on Azure Static Web Apps with GitHub Actions, custom domains, and a lightweight deployment workflow.
Lessons learned from using Heroku Connect, including where it helped and where the architecture introduced tradeoffs.
I've had to spend sometime in the last couple of days deep diving into Heroku connect... It is important to remember that Heroku Connect is eventually consistent.
After a number of years, I've updated my website. The old one was dated.
How to generate SAP IDoc schemas in BizTalk and avoid common issues when integrating enterprise systems.
BizTalk - Access is denied. (Exception from HRESULT 0x80070005 (E_ACCESSDENIED))
BizTalk - you must specify at least one already-initialized correlation set
An introduction to BizTalk orchestrations, including key concepts, message flow, and when orchestrations make sense in integrations.
How to create a comma-delimited flat file schema in BizTalk 2013 for ingesting CSV-style data feeds.
How to create a relative-position flat file schema in BizTalk 2013 for parsing fixed-width file formats.