Skip to content

Commit b790038

Browse files
authored
add December newsletter (#1859)
1 parent 7d3a19d commit b790038

27 files changed

+1097
-0
lines changed

_data/newsletter.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ headline: "Monthly Newsletters"
22

33
newsletter:
44

5+
- title: "December 2023 Newsletter #39"
6+
link: /newsletter/39/
7+
date: "December 12, 2023"
8+
59
- title: "November 2023 Newsletter #38"
610
link: /newsletter/38/
711
date: "November 14, 2023"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: post
3+
title: 'Quarkus Newsletter #39 - December'
4+
date: 2023-12-12
5+
tags: newsletter
6+
synopsis: The December edition of the Quarkus Newsletter; curated online stories, articles, and videos about Quarkus.
7+
author: jcobb
8+
---
9+
10+
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.
11+
12+
You will also see the latest Quarkus Insights episodes, top tweets and upcoming Quarkus attended events.
13+
14+
Check out https://quarkus.io/newsletter/38/[Newsletter #39: December]!
15+
16+
Want to get newsletters in your inbox? https://quarkus.io/newsletter[Sign up for the newsletter] using the on page form.

0 commit comments

Comments
 (0)