Hopp til hovedinnhold

Thomas Oddsund

5 innlegg

Deploying Flux as part of the AKS IaC

Sky
Artikkel (5 min)
Fra Thomas Oddsund

Flux is a tool that enables continuous delivery of things like Helm Apps and your applications. While the suggested method of installation is using the Flux CLI tool, is this the way to go in a world of IaC? Let's take a look at how we can install Flux using Bicep, the IaC language for Azure!

Overhead from calling? Not with inline!

Kotlin
Artikkel (6 min)
Fra Thomas Oddsund

On the JVM, calling a function or instantiating a class will always incur an overhead, unless the JVM runtime performs some magic. At least, that's how it used to be before Kotlin introduced the inline keyword. This article will give you a quick introduction to this fantastic keyword, and how it can help you!

When we need a concrete generic

Kotlin
Artikkel (3 min)
Fra Thomas Oddsund

While using Java or Kotlin, have you ever needed the actual type of the type parameter in a generic function? Meet reified!

Anti-bikeshedding with ktlint

Kotlin
Artikkel (5 min)
Fra Thomas Oddsund

How the code is formatted can be a hot topic, but it's a solved problem - just use a linter and/or formatter! In this article, I'll introduce you to a linter and formatter for your Kotlin codebase.

On the second day of KotlinConf

Kotlin
Artikkel (6 min)
Fra Thomas Oddsund, Vetle Bu Solgård, Yrjan Fraschetti

KotlinConf 2019 is over. Two fantastic days of talks, announcements, conversations and more. Here are some of the highlights from the product announcement on day 1 and the whole of day 2.