all Technical posts
How ACR's Connected Registry Feature Helps to Connect Vessels
Euronav is the largest independent crude oil tanker company in the world and some time ago, they asked Codit to partner up in building a solution that could help them optimize their fuel consumption. Codit then helped them to build an application that runs both in the cloud and on the vessel.
all Technical posts
Self-Contained Integration Tests Practices and Strategies
There's no need to stress the importance of integration tests. These tests verify that the interaction between systems, the influence of an environment on a system, and the combination of functionality work together. Tests in general are sometimes forgotten or not considered important. This post will show you how integration tests can be both fun to write and easy to develop, and ensure the integration of your current/next project is fully tested.
all Technical posts
Unofficial Arcus Azure Functions HTTP Trigger project template for F#
Arcus has several project templates to get you started. One of them is the Arcus Azure Functions HTTP Trigger project template. While this template is a great way to start off your Azure Functions project, it's only for C# development.
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 Life at codit
Work Ethics, and Other Values that Make Codit Great
For several years in a row, Codit has won the 'Great Place to Work' (GPTW) certificate. Yet while the survey touches upon very important aspects of a healthy work environment, our blogger believes that it doesn’t give Codit enough credit. Here’s why.
all Technical posts
Retrieving data from an SQL database in Azure Data Explorer
Azure Data Explorer is a powerful platform for when you are working with timeseries data such as sensor measurements and logs. Yet it is not designed to store relational data or act as an OLTP database. There can be situations where you want to combine relational data with the timeseries data stored in Azure Data Explorer. This post briefly explains how this can be done.
all Technical posts
Catering for Azure Cosmos DB Optimistic Concurrency
Optimistic concurrency control (OCC) is a form of concurrency control that allows multiple database transactions to occur without conflicting with each other. This blog will explore how to implement OCC for Azure Cosmos DB, when making data transactions from a C# code.