Blog: Lanky Dan Dev Blog (Dan Newton) |
240 blogs
updated: 129 min. ago
|
||
Ktor provides a WebSocket plugin to allow your applications to push real-time data between backend servers and clients over HTTP. The code
|
||
Ktor is an asynchronous web framework written in and designed for Kotlin, leveraging coroutines and allowing you to write asynchronous code
|
||
provides a implementation with thread-safe read and write operations. The and interfaces provide methods that takes advantage of to
|
||
RSocket is a transport protocol designed for reactive applications. More information on RSocket can be found on their website, leaving me to...
|
||
GraphQL Java is one of the most popular GraphQL server-side implementations for Java that I've found (with over 5k stars at the time of
|
||
Javalin is a simple and lightweight web framework for Java and Kotlin (and technically any JVM language). I recently had to dig into Javalin...
|
||
The OpenAPI specification defines how to write HTTP APIs that can be consumed by any programming language and provide insight into the APIs
|
||
Ordering records in Kafka requires you to make a conscious decision to construct your system in a way that supports ordering. You don't have...
|
||
Consumers can form groups, aptly named "consumer groups". These consumer groups determine what records a consumer receives. I know that
|
||
Consumers make up the Kafka client code that reads records from topics, working at the opposite end of the chain as producers and benefiting...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler