Skip to content

Instantly share code, notes, and snippets.

View MarcBruins's full-sized avatar

Marc Bruins MarcBruins

View GitHub Profile
@MarcBruins
MarcBruins / Dockerfile
Last active April 10, 2019 16:24
Plain functions dockerfile dotnet
FROM microsoft/dotnet:2.2-sdk AS installer-env
COPY . /src/dotnet-function-app
RUN cd /src/dotnet-function-app && \
mkdir -p /home/site/wwwroot && \
dotnet publish *.csproj --output /home/site/wwwroot
FROM mcr.microsoft.com/azure-functions/dotnet:2.0
ENV AzureWebJobsScriptRoot=/home/site/wwwroot
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.TeamFoundation.Build.WebApi;
using Microsoft.TeamFoundation.Core.WebApi;
using Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models;
using Microsoft.VisualStudio.Services.Common;
using Microsoft.VisualStudio.Services.WebApi;
@MarcBruins
MarcBruins / digitaltransformation.md
Created February 5, 2020 09:20
Digital transformation, an introduction

Digital transformation, an introduction

Digital transformation is on top of the agendas in a lot of companies now a days. They see the digital revolution in which existing companies get crushed by new companies. There close competitors or other companies in there branch are losing to startups with profound new value propositions.

These companies inspire others to do better. But what is it they do? How can they be so successful?

The answer is: they profoundly transform there entire company. They redefine value propositions, processes and working methods. The data and IT is the foundation on which they build. They create blue oceans that rely on there digital resources. These can be existing resources, like the data that they already own or with the help of robotics, sensors, 3D printing, advanced analytics, AI, etc.