Using JPA or JDBC in Micronaut

When building data-driven applications, Micronaut Data allows you to choose between: Both approaches are fully supported by Micronaut Data, but they serve different use cases.In this post, we’ll

Read More →

Introduction to Micronaut Data

When building modern applications, interacting with databases is one of the most common and critical tasks. Traditionally, using frameworks like JPA or Hibernate comes with challenges such as runti

Read More →

Consuming External APIs in Micronaut

So far, we’ve learned how to create REST APIs in Micronaut and return JSON. But in real-world applications, you often need to consume external APIs. For example: ✅ The good news:Micronaut makes

Read More →