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.

How to fix the issue when iCloud sync says its at X of X and doesn't progress?

Unifi gateway (USG-Pro-4) was showing as disconnected in the network application/controller - but had a fully functioning inform url. However it was routing correctly - was it possible to fix this without a restart?

Reconnecting a USG Pro router to the network controller

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

Using mitmproxy to debug java web calls

mitmproxy with java

Ansible script for installing the digital ocean metrics agent to get dashboard metrics

So far we are showing the account balances - and the next step is really to sort out the transaction view.

Account View

2020-03-30

The app so far has the ability to get an authentication token. The next step is to actually use it.

Account View

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.

So far we have an ap that can scan its config from a QR code and persist it in the keychain on the device. Today we'll add support for using biometric unlock (Face ID or Touch ID depending on the device).

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