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 3 hours ago

Calculating Moving Averages in Java

about 3 hours ago

1. Overview Moving averages are a fundamental tool in analyzing trends and...

PersistenceUnit vs. PersistenceContext

about 3 hours ago

 1. Overview Persistence context and persistence unit are two important concepts in...

Convert String to OffsetDateTime

2 days ago

1. Introduction Dealing with date and time values is a common task...

Implement the Builder Pattern in Java 8

2 days ago

1. Introduction In our journey through software development, we often encounter scenarios...

Difference Between Casting to String and String.valueOf()

2 days ago

1. Overview Manipulating Strings is a fundamental task when we work with...

Implement Update-Or-Insert in Spring Data JPA

2 days ago

1. Introduction In application development, the need to perform an update-or-insert operation,...

Compress and Create a Byte Array Using GZip

3 days ago

1. Overview The GZIP format is a file format used in data...

“Not a Managed Type” Exception in Spring Data JPA

3 days ago

1. Overview When using Spring Data JPA we may encounter issues during...

Introduction to Simple Java Mail

3 days ago

1. Introduction Simple Java Mail is a popular open-source library that simplifies...

Java Weekly, Issue 538

6 days ago

1. Spring and Java >> JEP 473: Stream Gatherers (Second Preview) [openjdk.org]...

Find the Date of Easter Sunday for the Given Year

9 days ago

1. Overview In this tutorial, we’ll understand why the Easter date is...

Different Ways to Use Limit and Skip in MongoRepository

9 days ago

1. Introduction When working with MongoDB in Spring Data, the MongoRepository interface...