Creating a simple OpenFaas template
Whenever you want to create a new function to run on OpenFaas your starting point would be an OpenFaas template. OpenFaas has a template engine build-in which can create new functions in a given programming...
Interessante blogs van onze .NET consultants!
Blog posts covering development topics, from front-end to deep back-end, and architectual perspective
Whenever you want to create a new function to run on OpenFaas your starting point would be an OpenFaas template. OpenFaas has a template engine build-in which can create new functions in a given programming...
In my previous blog I described how to set-up OpenFaas on a Kubernetes cluster with a little help from Rancher. Now it’s time to deploy our first serverless function. In this blog we’ll create...
OpenFaas is a Serverless framework that runs on top of Kubernetes. This is how the creators of OpenFaas describe their mission: “The mission of OpenFaaS is to Make Serverless Functions Simple. It can be run...
The other day I was preparing a demo of Azure DevOps in which I use Deployment Groups to deploy an ASP.Net MVC web application to a Windows 2016 Server with IIS. Instead of creating this...
In a project I’m currently working on we wanted to log who changed what on particular data in our database. This will open up a lot of possibilities like proving who made a certain change, show your...
We all have shared code which we use in multiple projects. Just as you do with third party libraries you can also use NuGet packages to distribute your own internal shared code using for...
In the application I’m currently working on there’s a lot of data like translations and page styling coming from the database. Altogether this is quite a lot of data being retrieved to render just...
A couple of weeks ago I gave a workshop on Docker and Service Fabric at KPN. In the next couple of blogs I will walk you through all the labs from this workshop so you can do...
In one of my previous blogs I showed you how to use VSTS to deploy your ASP.Net Web application and your SQL database to Azure. Not everyone however is that lucky to be able...
I am a big fan of Octopus Deploy and used it many times to release applications. But Microsoft has been quite busy over the last few years making VSTS Release Management a real competitor for Octopus Deploy...