Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add November Newsletter. #1834

Merged
merged 2 commits into from
Nov 15, 2023
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: "November 2023 Newsletter #38"
link: /newsletter/38/
date: "November 14, 2023"

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

In the world of software development, innovation often arrives in the form of powerful tools that transform the way we build applications - enter Quarkus, a development platform that's reshaping the Java landscape. Learn more about it in "Get started with Quarkus and JPAStreamer " by Julia Gustafsson. The Red Hat build of Quarkus 3.2 features an enriched UI for Java development and the new Pact tool for contract-based testing. Learn more about it in "Red Hat Quarkus Java stack spruces up the dev UI" by Paul Krill. "Demystifying Quarkus Extension Development: Jandex vs. AdditionalBeanBuildItem" by Ivelin Yanev explains the differences between these approaches, offering insights into their roles, applications, and the intricate interplay between them. Gain a clear understanding of how to wield these tools effectively in your Quarkus extensions. Learn how to use Scaffold to quickly modify your code and redeploy it in your Kubernetes cluster with "Skaffold with Quarkus and Kubernetes" by Ronald Koster. Check out the results of the analysis to attribute the size increase to specific changes in Mandrel’s code base with "Exploring why native executables produced with Mandrel 23.0 are bigger than those produced with Mandrel 22.3" by Foivos Zakkak.

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

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

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