Hopp til hovedinnhold
Bilde av Henrik Wingerei

Henrik Wingerei

Henrik er utvikler, arkitekt og fagleder for Arkitektur i praksis.

4 innlegg

Dokumenter arkitekturen din med ADR

Arkitektur
Artikkel (5 min)
Fra Henrik Wingerei

Architecture Decision Records; en enkel og lettvekts dokumentasjon av arkitekturbeslutninger.

Det hjelper å øve: Bli bedre på arkitektur med Arkitektur Kata

Arkitektur
Artikkel (6 min)
Fra Henrik Wingerei

Hvorfor du bør øve på arkitektur, og hvordan en Arkitektur Kata kan hjelpe deg med det!

Cloudflare Workers

Sky
Artikkel (5 min)
Fra Henrik Wingerei

Cloudflare Workers is a service that let's you run serverless functions on Cloudflare's Edge Network close to where the user is located. Combined with the V8 JavaScript engine this lets you write highly scalable functions in the cloud with fast startup and response times. This article shows how you can get started using Cloudflare Workers, and present some possible use cases.

Serverless development with Serverless Framework

Sky
Artikkel (5 min)
Fra Henrik Wingerei

If you've read yesterdays post about ZEIT Now, you've already seen one of many approaches to develop and deploy a serverless API. In this post we will have a look at an alternative you can use to develop serverless applications, namely Serverless Framework. Serverless Framework can be used to develop, deploy and test your serverless applications targeted towards different cloud providers, or as they describe themselves: "The complete solution for building & operating serverless applications." Let's have a look on what this framework is all about.