Per Øyvind has 15 years' experience with design, development and management of software, applications, infrastructure and support systems associated with these. Today, he mainly works with Elvia's system for collecting measurement values from today's AMS meters. The system is under development and is being developed to cover Elvia's needs for such a system, in addition to having to satisfy the requirements of Elhub, which is the body they must transfer validated values to on a daily basis. The system is made in C# with some smaller services made in Go, all the code they have developed runs in Kubernetes on Azure. They have split the data layer into 2, one for structured data which is then in a SQL database and one for raw data, which they have chosen to place in Bigtable in the Google cloud, as it is the one that best suits their application area. The system is designed so that it consists of a monolithic REST API that can be scaled and several smaller services that use the API to perform the necessary calculations and perform the work. The front-end is written in typescript with Angular as a framework. In his spare time, Per Øyvind likes to be with his family, and is interested in hunting and the outdoors.