Introduction

This site describes the agreed guidelines for the way that we develop software at Sequensis. The contents of this site are subject to change and always up for debate.

And remember:

disclaimer

API Clients (1)

DataDog (1)

Monitoring (1)

NServiceBus (1)

Source Control (1)

Documents

API-Clients

Calling APIs

This document covers the standard procedure for calling HTTP services and APIs

Using HttpClient

When using HttpClient it is important NOT to use it wrapped…

DataDog

Adding DataDog Monitoring

This document covers the standard procedure for using DataDog in your project and making DataDog dashboards

Monitoring

Adding DataDog Monitoring

This document covers the standard procedure for using DataDog in your project and making DataDog dashboards

NServiceBus

Events and Commands

Commands and Events

Source-Control

Working With Git

The Master Branching

The Master branch always contains production ready code.

Before a feature branch is mastered:

A pull request should be submitted a…