all Technical posts
Resiliency Policies in Azure Container Apps
In a distributed system, components may fail, networks may experience delays, or nodes may become unreachable. By designing a system to be resilient, you ensure that it can gracefully handle failures and continue providing services. Azure Container Apps recently released a new feature to effortlessly overcome the outbound dependency request failures. Let's try it out.
all Technical posts
In Search of Better Domain Test Assertions With Unquote and FsCheck
In this post, read about how to craft better test assertions when testing domain functionality. This is the cornerstone of testing.
all Technical posts
Time is ticking to move your APIM services to the stv2 compute. Let's explore a practical use case and discuss the available migration paths and considerations to make before execution.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
Takeaways From Testing Recursive Types in F#
This post will delve into essential practical considerations when conducting property tests for recursive types. These crucial aspects naturally arise when you aim to thoroughly validate such structures.
all Technical posts
Demystifying Role-Based Access with System Assigned Managed Identities in Azure
Traditionally, security between Azure components is assured through the use of SAS tokens. For some time, you have been able to use managed identities between Azure components. In this blog post, we'll go over how to leverage this.
all Technical posts
Domain Modeling Recursive Types in F#
In previous posts, I talked about the need for and basic usage of recursive types. This post will dig deeper into modeling such a type within a domain.