all Technical posts
The Beautiful F# Expecto Paradigm: Think in Tests, Not Frameworks
From the very first line of production code, testing comes into play. So how do we go about testing it? In this blog post, we explore how testing frameworks help the process, but shouldn't be our main focus.
all Technical posts
Using the Hip F# FAKE Build DSL Within DevOps Systems
DevOps systems are a great way to streamline development and automate necessary checks to make sure that the application is behaving like it's supposed to do. However, local development should not be forgotten.
all Customer care
Customer Care: 9 Trends in the Market
Having had a positive last few years, Customer Care is swiftly becoming one of the fastest-growing areas of technology services. In this new monthly blog series, we'll be highlighting some of the important aspects of Customer Care that you should know about.
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
How to Write Cleaner Code, Without Lifting a Finger
In this blog post, we'll go over how you can use static code analyzers and formatters to improve your code quality and style consistency (within JavaScript)
all Technical posts
Finished Azure Integration Account Functionality and Other Cool Features in Arcus Scripting v0.6
Recently, we released Arcus Scripting v0.6. The scripting library was quiet for a while, without any updates, so let's see what's new in this run-down post on any upcoming functionalities
all Technical posts
Extending F# FPrimitive With European Character Input Validation
F# FPrimitive is a great library for domain modeling validation and specification definitions. In a practical context, though, some missing links may arise. Let's take a look at how we can extend the library to include European-supported character input validation.