all Technical posts
First Arcus Observability Release of 2024 Starts with a Bang
The inaugural Arcus release of 2024 marks a significant milestone for the Arcus Observability library. In this post, we'll delve into the notable highlights.
all Technical posts
A Comprehensive Approach for Testing an Unexplored System Involving Everyone
I was recently involved in providing tests for a system that was not tested. This post will go over the process of providing these tests, while ensuring that you're keeping the whole team involved.
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.
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
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.
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.