Scroll to see more

18-Dec

Today's posts

8 min read – The Cloud

From code to cloud using .net 5, Docker, Github Actions and Azure App Services

Have you ever had an application that you wanted to automate the building, packing, and deployment for? In this article, I will show you how to can utilize Docker, Github Actions, and Azure App Services in just a few steps.

17 min listen – Innovation

Hvordan organiserer RiksTV seg for innovasjon i et produktteam?

5 min read – Functional

Types and Kinds

There are plenty of buzzwords when it comes to type systems. Today we take a closer look at the concepts related to kinds.

4 min read – Kotlin

Delegation

5 min read – UX

Å være nyutdannede designer på et smidig team

Vi er to nyutdannede interaksjonsdesignere fra UiO som startet å jobbe hos Bekk i august. Fra tiden på skolebenken hadde vi lite erfaring med smidige team, og vi gikk derfor inn i arbeidslivet med nysgjerrighet for hvordan det å jobbe smidig fungerer i praksis. I denne artikkelen prøver vi å svare på noen spørsmål vi hadde før vi startet.

3 min read – Talks

How to improve your digital presentations.

The past few months in 2020 has provided us with completely new challenges talk-wise.

4 min read – JavaScript

Strict mode

After years of disagreements about the long awaited next version of ECMAScript, on December 3, 2009, the 5th edition was finally released. A full 10 years after the previous version. With it came a lot of security improvements, one of which is known as "strict mode".

7 min read – React

Rebuild static pages on-demand with incremental static regeneration

Building static pages with React is a great way to improve the experience of a website. But how do they work, and how can you still get the static pages to change when your data changes?

4 min read – Elm

The Builder Pattern

Elm doesn't have a concept of required and optional arguments. Every function takes all the arguments they specify, no more, no less. But sometimes we want to be able to specify only some arguments to a function, and use default values for the rest. The builder pattern is one solution to that challenge.

6 min read – Strategy

EU-Taksonomien – Den endelige kickstarter for bærekraftig forretning?

I gårsdagens luke skrev vi om hvordan bærekraft går fra å være en omdømmeparameter til en økonomisk nøkkelfaktor, og hvordan regulatoriske krav på både globalt og lokalt nivå spiller inn på selskapenes bærekraftsarbeid. Og i år kommer EU virkelig med en regulatorisk julegave – et klassifiseringssystem for bærekraft: EU-Taksonomien.

7 min read – Security

How to host a CTF?

A CTF is a hacking competition. The participants compete for the highest score, by hacking intentionally vulnerable apps. It's a great deal of fun competing, but how does one host a CTF? This is the story of how I've been doing it, and how my CTF rig has evolved.