OPI Blog
Learn from experts in their fields

Browsing Tags: jvm

Aug 14, 2018
3 Kotlin Features to Improve Your Kafka Connect Development
Kafka Connect is the hub that connects your Kafka cluster to any other system. The framework aims to make it easy to pull data into Kafka as well as copy data out of Kafka. As ...
Implement a GraphQL Endpoint in a Groovy App
GraphQL is on the rise as an alternative approach to traditional REST APIs. Created by Facebook, GraphQL provides a better way for the consumer of an API to ask for what they need and get ...
Feb 23, 2016
An Introduction to Kotlin
Kotlin is a relatively new language that keeps the good parts of Java while eliminating boilerplate and encouraging better Object Oriented programming style while still allowing a Functional paradigm. Best of all, it’s 100% Java-compatible ...
Dec 29, 2011
On The Trail of a JVM Bug
I recently had the opportunity to track a bug past my application code into the JVM and beyond. I learned a few things along the way. I found a bug in an application I was ...