Blog

Latest Posts
How to setup Umbraco locally and on Azure

When I first started toying with Umbraco. I had a lot of problems getting it setup right. But it’s actually pretty darn simple when you actually know how to handle all the hidden folders and files. Im going to be using Visual Studio 2015 as well as an Azure web app and database.

Apollo server: the connector and model layer

In this tutorial we are going to be focusing on the model and connector layers. The model layer is what our resolvers are gonna use. They are there to expose a generic interface to our resolvers that have abstracted whatever database and possible ORM used in the connectors layer.

Using local NPM package on open source Travis CI

When creating software with multiple contributors I find it utterly important to have a continuous integration server running at all times. It makes the health of a project very visible if combined with badges…