Skip to content

Commit cd57974

Browse files
authored
add June Newsletter and blog post (#1722)
1 parent 104a4da commit cd57974

32 files changed

+1095
-1
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: "June 2023 Newsletter #33"
6+
link: /newsletter/33/
7+
date: "June 13, 2023"
8+
59
- title: "May 2023 Newsletter #32"
610
link: /newsletter/32/
711
date: "May 16, 2023"

_includes/socials.html

+2
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@
4848
<div class="width-3-12 width-0-12-m"></div>
4949
</div>
5050
</div>
51+
52+
{% include homepage-newsletter-band.html %}

_posts/2023-05-15-quarkus-newsletter-32.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ synopsis: The May edition of the Quarkus Newsletter; curated online stories, art
77
author: jcobb
88
---
99

10-
The May newsletter has beens sent. Get a deep dive into the Quarkus 3 release. Learn how to implement built-in and custom Role-Based Access Control (RBAC) in Quarkus to ensure secure REST API access with the "Implementing RBAC in Quarkus" article by Aashreya Shankar. Read about "Dynamic Data Processing Using Serverless Java With Quarkus on AWS Lambda" in this two-part series by Daniel Oh. Piotr Minkowski shows how to create contract tests for Quarkus apps using Pact. Felipe Henrique Gross Windmoller has a great demonstration project that shows how to configure Transport Layer Security (TLS) on Quarkus server and Quarkus client applications. Olimpiu Pop goes into detail Holly Cummins's presentation at Devoxx UK: "How Would the Business Benefit from Your Greener Java Application?"
10+
The May newsletter has been sent. Get a deep dive into the Quarkus 3 release. Learn how to implement built-in and custom Role-Based Access Control (RBAC) in Quarkus to ensure secure REST API access with the "Implementing RBAC in Quarkus" article by Aashreya Shankar. Read about "Dynamic Data Processing Using Serverless Java With Quarkus on AWS Lambda" in this two-part series by Daniel Oh. Piotr Minkowski shows how to create contract tests for Quarkus apps using Pact. Felipe Henrique Gross Windmoller has a great demonstration project that shows how to configure Transport Layer Security (TLS) on Quarkus server and Quarkus client applications. Olimpiu Pop goes into detail Holly Cummins's presentation at Devoxx UK: "How Would the Business Benefit from Your Greener Java Application?"
1111

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: post
3+
title: 'Quarkus Newsletter #33 - June'
4+
date: 2023-06-13
5+
tags: newsletter
6+
synopsis: The June edition of the Quarkus Newsletter; curated online stories, articles, and videos about Quarkus.
7+
author: jcobb
8+
---
9+
10+
Check out the June Newsletter. Read "A Guide to the Quarkus 3 Azure Functions Extension: Bootstrap Java Microservices with Ease" by Daniel Oh & Erik Costlow and to learn how Quarkus integrates Java microservices into Azure Functions with an improved developer experience. Check out "Quarkus: Java revisited!" by Willem Meints to go through the steps of creating a new Quarkus project, exploring its extensions and building business logic with Domain Driven Design (DDD) principles. See how to design and perform contract testing on Kubernetes with Microcks, with "Contract Testing on Kubernetes with Microcks" by Piotr Minkowski. Learn how to use Ansible to build and deploy a Quarkus application in the article "Automate your Quarkus deployment using Ansible" by Pelisse Romain. See how to integrate Keycloak’s RBAC capabilities into cloud-native microservices for security with a step-by-step tutorial by Daniel Oh. Learn why the Ministry of Economy and Finance (MEF) of Uruguay chose Quarkus to create a scalable reference architecture that enables SIIF to evolve as part of the modernization process with a great user story by Fabricio Gregorio.
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/33/[Newsletter #33: June]!
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)