Kotlin
-
Python
Subscript Operator Overloading: Python vs Kotlin
Being able to access items in collections using subscripting (i.e. with square brackets, like myCollection[2]) is a really big convenience…
Read More » -
Software Development
Comparison of language features between Java, Kotlin, Dart and TypeScript
Some time ago I blogged about language features in TypeScript and Dart which I miss in Java. In this blog…
Read More » -
Core Java
Cloud Build – CI/CD for a Java Project
In a previous blog post I went over the basics of what it takes to create a configuration for Cloud…
Read More » -
Enterprise Java
Spring Endpoint to handle Json Patch and Json Merge Patch
In a previous blog post I went over the basics of Json Patch and Json Merge Patch and how a…
Read More » -
Core Java
Json Patch and Json Merge Patch in Java
Json Patch and Json Merge Patch both do one job well – a way to represent a change to a…
Read More » -
Enterprise Java
Coroutine based Spring boot webflux application
I have worked with Spring Framework for ages and it still manages to surprise me with how cutting edge it…
Read More » -
Enterprise Java
AWS SDK 2 for Java and storing a Json in DynamoDB
AWS DynamoDB is described as a NoSQL key-value and a document database. In my work I mostly use the key-value…
Read More » -
Android Core
Paging Library 3 and Content Provider
I needed to display the contents of a Android content provider in a recyclerview with pagination. I also wanted to…
Read More » -
Enterprise Java
AWS DynamoDB version field using AWS SDK for Java 2
It is useful to have a version attribute on any entity saved to anAWS DynamoDB database which is simply a…
Read More »