Design patterns plays a pivotal role in designing and solving the commonly occurring problems in software application.
-
Book review: “Persistence Best Practices for Java Applications”
I can heartily recommend this book, it offers a lot of valuable insights into persistence in Cloud computing, the involved technologies, and technical and architectural considerations by two developers with years of experience.
-
A Dissection of Java JDBC to PostgreSQL Connections, Part 2: Batching
Batching for PostgreSQL JDBC is a property of the extended protocol. It uniquely allows you to send multiple statements in a single request.
-
Ingesting Time-Series Events from Kafka into QuestDB
Ingest streaming time-series data from Apache Kafka into QuestDB using ILP with the Kafka Sink Connector
-
5 Great Reasons to use jOOQ
jOOQ makes SQL a “first-class” language in the JVM ecosystem by embedding it into Java, Kotlin, and Scala in an idiomatic way.
-
Streaming Real-Time Data on the Hazelcast Viridian Serverless
Quickly learn how to connect Hazelcast Viridian to a Confluent Cloud Kafka cluster, and more!
-
When Disaster Strikes: Production Troubleshooting
Production is failing and everything is lost? That used to be the case. Fail whale, hysteria and panic. Developer observability fixes this!
-
NoSQL Use Cases: When to Use a Non-Relational Database
There are many things to consider before making the move to NoSQL. In this article, we’ll explore when NoSQL use cases make sense.
-
Spring Boot Performance Workshop with Vlad Mihalcea
Learn how to improve the performance of a Spring application and diagnose production problems. Lessons from our live workshop covering JPA!
-
SQL vs. NoSQL: Pros & Cons
What’s the best way to store, protect and access your data? This is a fundamental, yet critical decision. Let’s look at the key criteria.
-
SQL vs. NoSQL: Pros & Cons
What’s the best way to store, protect and access your data? This is a fundamental, yet critical decision.