Category: Software Development

Gradle toolchain support doesn't currently detect mise-en-place SDKs but there is a workaround.

When moving a spring boot project to ktor - how to handle existing password hashes in the database?

Adding support for withRole() {} to routing in ktor2

Some time back I wrote about converting a simple java kafka project to scala. This is a just for fun look at how similar the kotlin code is.

A spring boot app using r2dbc was working fine locally but failing under docker - with "invalid ipv6 address"

Moving platform for a static site from gatsby to next.js

The app so far has the ability to read its configuration and to check that you are who you say you are on devices that support touch or face id. The next step is to get an access token from the S'banken API.

At this stage - we've a lot of stuff in the main ContentView. Let's do something about that first.

So the first thing we want to do is to have a way to scan a QR code to get the relevant IDs for the app.

Scanning QR codes with SwiftUI

In this series - we will take a look at creating the app from scratch - but using SwiftUI and some helper libraries.

In the previous post we took a look at akka streams in general. Let's apply that to our producer and consumer.

In the previous post we updated our clients to use a configuration library and to make them somewhat more scala-like. Moving forward - we will look at using them together with akka streams but before we can do that - we'll take a very quick trip on akka streams in general.

In the previous step we created a basic producer and consumer in scala but it was very close to a line by line conversion. Let's try for something that is closer to normal scala - and let's get the config values out to a configuration file.

In the previous step we created a basic producer and consumer in java. Let's try for a direct conversion (almost line by line) to scala as a first step.

This series will work through converting java from the confluent on-premesis course to scala