Nick Tinnemeier

15

Spicing up your app’s performance - a simple recipe for GC tuning

The garbage collector is a complex piece of machinery that can be difficult to tune. Not surprisingly, many developers dread touching the GC. If you don’t give the GC just a little bit of care, your whole application might be running suboptimal. This blog post shows how we got two production applications to perform better by following simple tuning steps.

Spicing up your app’s performance - a simple recipe for GC tuning

Coroutine Gotchas - Bridging the Gap between Coroutine and Non-Coroutine Worlds

Coroutines are a wonderful way of writing asynchronous, non-blocking code in Kotlin. Think of them as lightweight threads, because that’s exactly what they are. Lightweight threads aim to reduce context switching, a relatively expensive operation. Moreover, you can easily suspend and cancel them anytime. Sounds great, right?

Coroutine Gotchas - Bridging the Gap between Coroutine and Non-Coroutine Worlds

The hyped, happening and happened application frameworks and Java runtime @ bol.com (Part 5)

We asked 25 developers, five tech leads and someone “who does unspeakable things with technology” - more commonly known as our principle tech lead which technologies (tools, libraries, language or frameworks) they believe are hyped, happening or happened: hyped - which...

The hyped, happening and happened application frameworks and Java runtime @ bol.com (Part 5)

The hyped, happening and happened async programming and streaming frameworks @ bol.com (Part 4)

We asked 25 developers, five tech leads and someone “who does unspeakable things with technology” - more commonly known as our principle tech lead which technologies (tools, libraries, language or frameworks) they believe are hyped, happening or happened: hyped - which...

The hyped, happening and happened async programming and streaming frameworks @ bol.com (Part 4)

The hyped, happening and happened programming languages and testing frameworks @ bol.com (Part 2)

We asked 25 developers, five tech leads and someone “who does unspeakable things with technology” - more commonly known as our principle tech lead which technologies (tools, libraries, language or frameworks) they believe are hyped, happening or happened: hyped - which...

The hyped, happening and happened programming languages and testing frameworks @ bol.com (Part 2)