Getting Started with Exposed: Kotlin ORM Made Simple
Learn how to use Exposed, a lightweight SQL ORM for Kotlin. Discover DSL and DAO APIs, database support, and setup your first project.

Learn how to use Exposed, a lightweight SQL ORM for Kotlin. Discover DSL and DAO APIs, database support, and setup your first project.
Learn how to connect Java applications to Microsoft Access (.accdb/.mdb) using UCanAccess. A pure-Java, open-source JDBC driver for …

Design patterns plays a pivotal role in designing and solving the commonly occurring problems in software application.

I can heartily recommend this book, it offers a lot of valuable insights into persistence in Cloud computing, the involved technologies, and …

Batching for PostgreSQL JDBC is a property of the extended protocol. It uniquely allows you to send multiple statements in a single request.

Learn how to Ingest streaming time-series data from Apache Kafka into QuestDB using ILP with the Kafka Sink Connector.

jOOQ makes SQL a "first-class" language in the JVM ecosystem by embedding it into Java, Kotlin, and Scala in an idiomatic way.

Quickly learn how to connect Hazelcast Viridian to a Confluent Cloud Kafka cluster, and more! - by Fawaz Ghali

Production is failing and everything is lost? That used to be the case. Fail whale, hysteria and panic. Developer observability fixes this!

There are many things to consider before making the move to NoSQL. In this article, we’ll explore when NoSQL use cases make sense.