Backend programming

  • July 25, 2024
  • 3mins read

The Perils of Overusing @MockBean in Spring Boot

When it comes to testing Spring Boot applications, the @MockBean annotation is a powerful tool that can help us isolate the component

Read More
  • July 7, 2024
  • 3mins read

Java switch statement

Today, I would like to take a look at Java statements and their evolution, and how you can use them more effectively

Read More
  • July 7, 2024
  • 7mins read

Monitoring Zoom Webhooks for Missing Events

Webhooks are a powerful way to get real-time data from Zoom. They can be used to monitor health of your Zoom account,

Read More
  • June 28, 2024
  • 3mins read

Schedule your events by JobRunr – firt touch

Today, I would like to show you how to easily schedule your events in your backend using the JobRunr framework. I’ve been

Read More
  • May 27, 2024
  • 1min read

Open source job schedulers

Here we have prepared a list of interesting job schedulers that are available. We had the opportunity to try JobRunr and used

Read More
  • May 25, 2024
  • 1min read

Kotlin 2.0

Kotlin 2.0 introduces several key updates: K2 Compiler Kotlin 2.0 introduces many new features, with one of the biggest and most interesting

Read More
  • April 28, 2024
  • 1min read

Hibernate Search: Enhancing Full-Text Search in Hibernate

In one of our projects, we were using Java and Hibernate with a PostgreSQL database to develop an e-commerce application. We realized

Read More
  • April 28, 2024
  • Less than a minute

Exploring New Features in Hibernate 6.5.0.Final

For more details, visit the official release post here.

Read More
  • April 28, 2024
  • Less than a minute

What’s New in Hibernate Search 7.1: Key Features and Enhancements

For a comprehensive overview, you can visit the official release notes here.

Read More
×