-
Kotlin
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 » -
Kotlin
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 » -
Android Core
Migrating React Native App to AndroidX
In this post, we will learn to migrate React Native application to AndroidX. Before starting, let me give you a brief introduction about…
Read More » -
Software Development
Microservices for Java Developers: Log Management
1. Introduction With this part of the tutorial we are entering the land of the observability. Sounds like another fancy…
Read More » -
Software Development
[MEGA DEAL] School of Game Design: Lifetime Membership (99%)
Turn Your Love of Gaming Into a Career with This Extensive Training Library Hey fellow geeks, This week, on our…
Read More » -
Enterprise Java
Java Single Dependency Dockerized HTTP Endpoint
In this article, we will create a Java-based HTTP endpoint, make an executable jar out of it, pack it up…
Read More » -
Enterprise Java
(De)serialization and Validation of Custom Primitives and DTOs
Lately, we presented you with our new HTTP framework – HttpMate. In the introduction article, we referred to the mapping…
Read More » -
Kotlin
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 » -
Kotlin
Class delegation in Kotlin
In software engineering, the delegation pattern is an object-oriented design pattern that allows object composition to achieve the same code…
Read More »