Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

Baeldung

Get the latest updates from Baeldung directly as they happen.

Follow now 115 followers

Latest posts

Last updated about 14 hours ago

What’s the Difference Between interface and @interface in Java?

about 15 hours ago

1. Overview Let’s dive deep to see what interface and @interface are...

Java Weekly, Issue 561

about 16 hours ago

1. Spring and Java >> A beginner’s guide to Spring Data Envers...

Create Avro Schema With List of Objects

1 day ago

1. Overview Apache Avro is a data serialization framework that provides powerful...

Introduction to TeaVM

2 days ago

1. Overview TeaVM is a powerful tool for translating Java bytecode into...

Leveraging Quarkus and LangChain4j

2 days ago

1. Overview In this tutorial, we’ll learn about LangChain, a framework for...

Introduction to the Hilla Framework

2 days ago

1. Overview Hilla is a full-stack web framework for Java. Hilla lets...

Building a RAG App Using MongoDB and Spring AI

3 days ago

1. Overview The use of AI technologies is becoming a key skill...

Implicitly Declared Classes and Instance Main Methods in Java

4 days ago

1. Overview In recent versions of Java, the Oracle team has been...

Calling getClass() From a Static Context

4 days ago

1. Overview In Java, understanding how we call methods in static and...

Processing JDBC ResultSet With Stream API

5 days ago

1. Overview Iterating through the ResultSet is a common approach to retrieving...

Why Is 2 * (i * i) Faster Than 2 * i * i in Java?

5 days ago

1. Overview When optimizing code, even small differences in expression syntax can...

Error Handling in Micronaut

7 days ago

1. Overview Error handling is one of the main concerns when developing...