Latest from Developer Blog

Kafka Monthly Digest: January 2023
This 60th edition of the Kafka Monthly Digest covers what happened in the Apache Kafka community in January 2023. This is the 5th anniversary of this series! If you are interested

How JBoss EAP 8-Beta makes deployment on OpenShift easier
In this demonstration, you will learn how JBoss EAP 8-Beta uses the eap-maven-plugin to provision and configure EAP for OpenShift images.

How to improve application security using _FORTIFY_SOURCE=3
Discover how to improve application and library security at the source with _FORTIFY_SOURCE macro defined to 3 and how it impacts performance.

How we added support for the C++23 assume feature in GCC
Discover how GCC handles the assume feature in C++23 standard that allows you to convey value range restrictions to the compiler.

3 improvements to the OpenShift 4.12 developer experience
Discover 3 new improvements to the Console in Red Hat OpenShift Container Platform 4.12 and how these updates enhance the developer experience.

Kafka Monthly Digest: January 2023
This Apache Kafka community report includes progress on Kafka 3.4.0 and 3.3.2, new KIPs created and recent community release and blog posts.

4 steps to run an application under OpenShift Service Mesh
Learn how to configure and run an application with OpenShift Service Mesh in this 4-step demonstration.

Introducing the new Red Hat Enterprise Linux download experience
Discover 3 new improvements to the RHEL download experience, now more accessible and secure.

How to generate code using Fabric8 Kubernetes Client
Learn how to generate code using tools provided by Fabric8 Kubernetes Client, including Fabric8 CRD Generator and Fabric8 Java Generator. (Part 4 of 5

How to write tests with Fabric8 Kubernetes Client
Learn how to effectively write tests for Kubernetes applications in Java using Fabric8 Kubernetes Mock Server and Fabric8 Kubernetes JUnit Jupiter