all Technical posts
Durable Testing with Simple Test Hacks, Inspired by the Functional Paradigm
Testing and production code should have the same level of maintainability. They are both subject to change and both need constant refactoring. This post goes over a 'test hack' that has grown from the functional programming paradigm.
all Technical posts
Arcus Templates v1.0: A Major Release with Major Features
Arcus Templates has been around for a while now and was previously published with version number 0.x.x. Since we have created multiple projects using these templates, we feel Arcus Templates is now mature enough to be released as a production-ready v1 release. Come and see for yourself in this run-down post of the release highlights.
all Technical posts
5 Key Reasons to Containerize Your Applications
Containerization is becoming more and more important for those working in the cloud. Many of us are familiar with zip deployments for applications, but what is the added value in moving towards a containerized way of working? We'll cover this in today's blog.
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
Arcus Messaging v1.3: Added EventHubs Support, Correlated Service Bus Messages and Much More
The Arcus Messaging v1.3 release promises big changes. In this post, we'll go over the major parts of this release, including the new features, extended functionality, and useful helpers.
all Technical posts
New Types of Request Tracking in Arcus Observability v2.6
The Arcus Observability v2.6 release contains all sorts of new ways to track requests in Application Insights. Let's take a look at some of them!
all Technical posts
Writing Flexible Integration Tests with F# Expecto
F# Expecto is a great tool to help you write all sorts of tests. This post explores the multiple ways to write integration tests in the F# Expecto beautiful paradigm -- to think in tests, not frameworks.