Skip to content

Commit

Permalink
Merge pull request #1812 from insectengine/OctoberNewsletter
Browse files Browse the repository at this point in the history
Add blog post and October newsletter
  • Loading branch information
gsmet authored Oct 11, 2023
2 parents 2246494 + 8a24a3a commit 938e836
Show file tree
Hide file tree
Showing 25 changed files with 1,092 additions and 0 deletions.
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: "October 2023 Newsletter #37"
link: /newsletter/37/
date: "October 11, 2023"

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

Read "Integrate your Quarkus application with GPT4All" by Alex Soto Bueno to explore how to integrate GPT4All into a Quarkus application so that you can query this service and return a response without any external resources. Go behind the scenes to learn how to create a CRUD application using virtual threads in Quarkus with Clement Escoffier's blog post "Writing CRUD applications using virtual threads". Read "Observability in Quarkus 3" by Bruno Baptista to learn about Quarkus 3.3's many improvements to its main observability related extensions. Check out "Deploy a Quarkus application to the Developer Sandbox with JetBrains IDEA" by Andre Dietisheim to get to know how the JetBrains plugin assists you in deploying a Quarkus application as well as its unique features. Explore the testing possibilities offered by Quarkus and present concepts like dependency management and injection, mocking, profile configuration, and more specific things like Quarkus annotations and testing a native executable in baeldung's article, "Testing Quarkus Applications". Learn about the CodeShift hackathon that brings together developers from all over the world to demonstrate their skills and creativity using Red Hat's cloud-native application development platform.

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

Check out https://quarkus.io/newsletter/37/[Newsletter #37: October]!

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

0 comments on commit 938e836

Please sign in to comment.