Tag: micronaut

AI Text-To-Speech – Using Play.th API

Reading Time: 5 minutes ChatGPT and AI are terms that nowadays are all over the place. Wherever you read or watch the news, AI is around. Even though AI is a concept that is much older than ChatGPT, I clearly see an improvement, not only in the text generation with the latest ChatGPT 4 but also in the image …

GraphQL with Micronaut

Reading Time: 6 minutes GraphQL is an open-source query language that is getting a lot of popularity in the last years and brings some new ways to access information. Because of that, GraphQL is gaining traction among developers due to its flexibility to query and retrieve data. Together with the Micronaut Framework, Software Engineers can deliver value fast and …

Implementing Kafka topic consumption in Micronaut

waterfalls under grey sky

Reading Time: 6 minutes Apache Kafka is one of the most used open-source distributed event streaming platforms when we talk about event-driven microservices architecture. This system brings great features, such as scalability handling, data transformation, and fault-tolerance, among others, that make Apache Kafka so popular for infrastructure, architecture, and developer teams. Micronaut is a modern Java framework, with a …

Talking about microservices at Micronaut Podcast 017

Reading Time: < 1 minute I’m very pleased to let you know that I had the opportunity to participate in the Micronaut Podcast #017. During this conversation, Sergio del Amo and I, went a bit about how the Micronaut framework is being used at Nexthink to implement microservices in an event-driven platform and talked about the Micronaut community, the usage …

GraalVM and Micronaut – Hello World

Reading Time: 6 minutes The GraalVM is one of those technologies that are getting interest in the Cloud Native world during the last couple of years. It comes to solve some key challenges when we have to develop services into the Cloud. Moreover, and keeping the context about fast and cloud-oriented software development, we have the modern Java framework …