JVM Languages
-
Get Groovy with Gradle
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Kotlin Data Classes: Why, What and How?
In this post on Kotlin’s data classes, we’ll take a look at how data classes are better than regular Java…
Read More » -
Implementing multiple interfaces through delegation
In Kotlin, a class can implement multiple interfaces. This is common knowledge. A class can also use delegation to implement…
Read More » -
The potential traps in Kotlin’s Data Classes
The aim of this post is not to point out some massive flaws in Kotlin’s design of data classes and…
Read More » -
Verifying a Contract with CSV data
Attachments in Corda can be more than just PDFs sent along with a transaction. They can actually be used programmatically…
Read More » -
Connecting a Ktor web server to a Corda node
The preparation for this blog post began several weeks ago (probably over a month by now). Before I could write…
Read More » -
Ktor – a Kotlin web framework
Ktor is an asynchronous web framework written in and designed for Kotlin. Allowing the more impressive features of Kotlin, such…
Read More » -
Flows can do anything
In Corda, Flows can do a lot more than proposing new transactions to record between organisations. Although, saying they can…
Read More » -
Broadcasting a transaction to external organisations
There is a misconception that Corda cannot broadcast data across a network. This is simply wrong. In fact, Corda can…
Read More »