Welcome to my collection of technical articles. I write about AI engineering, agentic systems, cloud architecture, and DevOps automation. You’ll also find articles on development environment setup, enterprise security, and low-code platforms. Each article focuses on practical implementation details and real-world solutions I’ve built in production environments.
Blog Articles
AI Will Follow the Cloud Back Out
App infrastructure went from bare metal to cloud and then partway back. AI is running the same arc in a fraction of the time, and the export-control outage of …
Aug 23, 2026
7 min read
AI Engineering
LLM
Cascading Dropdowns in Canvas Apps: Building Dependent Pickers That Do Not Lie
How to build cascading dropdowns in Power Apps canvas apps that stay delegable, reset correctly when the parent changes, and survive form load without wiping …
Aug 21, 2026
10 min read
Power Apps
Canvas Apps
Role-Based Approval Gating in Canvas Apps
How to gate canvas app fields on role and workflow status together using DisplayMode, handle delegated approvers, and encode concurrent-approval status without …
Aug 8, 2026
10 min read
Power Apps
Canvas Apps
Implementing Power Platform ALM with CLI Solution Export and Unpacking
Use Power Platform CLI to extract solutions and unpack canvas apps into source-controllable files, enabling version control, code review, and automated …
Dec 10, 2025
10 min read
Power Platform
ALM