Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/newsletter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ headline: "Monthly Newsletters"

newsletter:

- title: "December 2023 Newsletter #39"
link: /newsletter/39/
date: "December 12, 2023"

- title: "November 2023 Newsletter #38"
link: /newsletter/38/
date: "November 14, 2023"
Expand Down
16 changes: 16 additions & 0 deletions _posts/2023-12-12-quarkus-newsletter-39.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: post
title: 'Quarkus Newsletter #39 - December'
date: 2023-12-12
tags: newsletter
synopsis: The December edition of the Quarkus Newsletter; curated online stories, articles, and videos about Quarkus.
author: jcobb
---

Large language models (LLMs) are reshaping the world of software, altering the way we interact with users and develop business logic. See how to use the just released quarkus-langchain4j 0.1 extension to integrate LLMs in Quarkus applications. Additionally, learn how Quarkus integrates the virtual thread for Java developers to run blocking applications with a single @RunOnVirtualThread annotation in "Quarkus 3: The Future of Java Microservices With Virtual Threads and Beyond" by Daniel Oh. He also wrote another great article, "Demystifying Virtual Thread Performance: Unveiling the Truth Beyond the Buzz" where you can learn how virtual threads can provide high enough performance and resource efficiency based on your concurrency goal but also let you have a simple development model. Read "Revolutionize Data Management: Unleashing the Potential of Quarkus and HarperDB for Maximum Efficiency" by the Java Code Geeks to explore the seamless integration of Quarkus with HarperDB, a powerful and high-performance database solution. Build a MongoDB-powered RESTful app with Quarkus and Eclipse JNoSQL: generate, configure, create entities, implement services, and expose API by reading "Building a MongoDB-Powered RESTful Application With Quarkus and Eclipse JNoSQL" by Otavio Santana.

You will also see the latest Quarkus Insights episodes, top tweets and upcoming Quarkus attended events.

Check out https://quarkus.io/newsletter/38/[Newsletter #39: December]!

Want to get newsletters in your inbox? https://quarkus.io/newsletter[Sign up for the newsletter] using the on page form.
Loading