My next events:
🗓 Apr 04 16:30 JDevSummitIL Getting Started with the Micronaut Framework

Tag: micronaut

📖 Micronaut Guide Asciidoc of OpenAPI

Dec 2023, 12 -

I wrote a Micronaut Tutorial that shows how to generate an OpenAPI Specification of your Micronaut Application at build time and generate it in Asciidoc format.

Micronaut CRaC

Feb 2023, 10 -

In this talk, Sergio del Amo introduces CRaC (Coordinated Restore at Checkpoint) and its support within the Micronaut Framework.

Micronaut Data and CosmosDB

Jan 2023, 31 -

Since Micronaut Framework 3.8.0, Micronaut Data offers a flavor for [Azure CosmosDB] which supports compile-time generated repositories and projection queries.

Serverless monolith

Jan 2023, 11 -

A serverless monolith is an architecture easy to reason about, scales on demand, and boosts developer productivity.

Micronaut Podcast E016

Jan 2023, 07 -

I talked to Mark Sailes, senior specialist solutions architect at AWS, about Micronaut Framework 3.8.0 release and AWS Lambda Snapstart.

📼 Online Talk at the Brighton Kotlin Meetup

Jan 2023, 02 -

I will be giving the talk "Getting Started with the Micronaut Framework" in the Brighton Kotlin user Group. I met Lee Turner last year in a Micronaut AWS Lambda training and he was kind enough to invite me.

Micronaut Podcast E011

Mar 2022, 14 -

I talked to Sakis Kaliakoudas about how they use the Micronaut framework, AWS Lambda, and Kotlin to develop Caribou.

Micronaut Podcast E009

Feb 2022, 14 -

I talked with the Agorapulse crew. Agorapulse was a pioneer in the usage of Micronaut features from Grails Application. Moreover, they maintain several open-source libraries to help integrate Micronaut and Grails, and they have written about their migration from Grails to Micronaut.

Micronaut Podcast E008

Jan 2022, 31 -

I talked about Micronaut Serialization with Graeme Rocher (Micronaut co-founder). Micronaut Serialization can serialize and deserialize Java types (including Java 17 records) to and from JSON and other formats without using reflection.

Getting Started with the Micronaut® Framework

Jan 2022, 28 -

This talk introduces the Micronaut framework and demonstrates how the Framework's unique compile-time approach enables the development of ultra-lightweight Java applications.

Micronaut Podcast E007

Jan 2022, 17 -

I talked with the Agorapulse crew. Agorapulse maintains several open-source Micronaut libraries. They talk about some of them (Snitch, Recurly, Rethrow, Segment, Newrelic, Worker, Console, Pierrot ...)..

Micronaut Podcast E006

Jan 2022, 03 -

I talked to James Kleeh (Micronaut development lead) about Micronaut Security.

Micronaut Podcast E005

Dec 2021, 20 -

I talked to Cédric Champeau (Micronaut core committer at Oracle Labs) about the Micronaut AOT module - a new module that generates build-time optimizations for Micronaut applications.

Micronaut Podcast E004

Dec 2021, 06 -

I talked to Graeme Rocher (Micronaut co-founder). Micronaut Data is a database access toolkit that uses Ahead of Time (AoT) compilation to pre-compute queries for repository interfaces that are then executed by a thin, lightweight runtime layer.

Micronaut Podcast E001

Oct 2021, 25 -

I talked to Iván López (Micronaut core commiter) about Micronaut integration with GraalVM, the CI Iván built to ensure the Micronaut framework plays well with GraalVM and small tips for users who want to deploy GraalVM Native Images of their Micronaut applications to production.

Micronaut Filter Regex

Oct 2021, 11 -

Since Micronaut® framework 3.1, you can use a regular expression in the HTTP server filter patterns

Micronaut Health Check

Sep 2021, 28 -

The health endpoint is the easiest way to expose a health check in your Micronaut application.

🗣 Micronaut Case Study: Novatec

Dec 2020, 02 -

I will join Novatec's crew to talk about their experience with Micronaut developing a production application (learning curve, memory consumption, startup ...).

Micronaut Euro Rates Library

Sep 2020, 03 -

Java library to consume Euro foreign exchange rates XML feed published by the European Central bank.

Micronaut® framework 2: AWS Lambda Functions

Sep 2020, 01 -

Micronaut® framework 2 brings improvements to the way you write AWS Lambda functions. There are several things to consider (what's is your Lambda trigger, are you able to write a GraalVM Native Image of the function) which define what dependencies do you need, what is your handler, how to mitigate cold startup.