all Technical posts
How to Achieve True End-to-End IoT Security with Azure
Internet of Things or IoT refers to a collection of managed and platform services across Edge and cloud that connect, monitor, and control billions of IoT assets. It also includes security and operating systems for devices and equipment, along with data and analytics that help businesses to build, deploy, and manage IoT applications. Automated cars, coffee machines, smart lights, and Smartwatches, — the world is full of IoT devices. These devices are running on advanced communication platforms and cloud computing solutions that enable seamless integration of devices, applications, services, networks, and gateways. The complexity, however, also raises the risk of security challenges.
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.
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
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.
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.