Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Red Hat Developer roundup: Best of March 2022

March 24, 2022
Red Hat Developer Editorial Team
Related topics:
.NETJavaKubernetes
Related products:
Developer ToolsRed Hat OpenShift LocalRed Hat OpenShift

Share:

    Welcome to our monthly recap of the articles we published in March 2022! This month, Red Hat Developer readers flocked to articles to help them write code on the platforms they trust. You can learn more about modular Perl in Red Hat Enterprise 8, get into the details of testing and code coverage in the Node.js reference architecture, or dive deeper into Quarkus in the latest installment of our Quarkus from the ground up series.

    And there's much more as well! Read on for the March highlights.

    Note: See the end of this article for the full lineup published in March 2022.

    Podman and container development

    Are you a .NET user interested in rolling out containerized applications with Podman? Another one of our most popular articles of the month explains how to control Podman from .NET. .NET users can also get tips on how to debug .NET applications running in local containers with VS Code; and if you're working with Red Hat CodeReady Workspaces, you can find out more about simplifying container development with that service.

    OpenShift: What's new and what's fast

    Version 4.10 of the Red Hat OpenShift Container Platform is here, and that's big news for the many developers who are deploying their container-based workloads on that platform. If you need a deep dive into what's for developers in the OpenShift 4.10 console, Red Hat Developer has you covered.

    Want to learn more about how to get started with Red Hat OpenShift quickly? Check out our articles on packaging and running a Java Maven application on OpenShift in seconds and creating an Azure Red Hat OpenShift cluster in less than five minutes.

    Do more with Kafka

    Developers love Kafka for its ability to move truly massive amounts of data. Clustering is one of the keys to Kafka's power, but how many Kafka clusters does your infrastructure require? Red Hat Developer's most popular article in March tries to answer the question of whether you need a single Kafka cluster—or many clusters—to rule them all.

    Meanwhile, for those interested in event-driven and serverless architectures, we've offered a guide to processing Apache Kafka records with Knative's serverless architecture.

    Understand Java's nitty-gritty details

    Java developers looking to learn more about how their code works under the hood got some treats this month. We did a deep dive into range checks, a technique the HotSpot JVM uses to improve performance. For those looking to use Cryostat to instrument and monitor their own code, we offered advice on injecting custom JDK Flight Recorder events in containerized applications.

    Choose the best Camel for your integration ride

    Apache Camel is the most popular open source integration framework today, and has evolved to support new environments such as containers on Kubernetes while continuously improving the developer experience. Want to find out more about all the ways you can use Camel and why each came into being? Read the first, second, and third parts of our series on the topic.

    March 2022 on Red Hat Developer

    Here's the full lineup of articles published on Red Hat Developer so far this month:

    • Which is better: A single Kafka cluster to rule them all, or many?
    • Modular Perl in Red Hat Enterprise Linux 8
    • Introduction to the Node.js reference architecture, Part 7: Code coverage
    • Package and run your Java Maven application on OpenShift in seconds
    • REST API error modeling with Quarkus 2.0
    • Quarkus Superheroes: Managed services save the day

    • Use Valgrind Memcheck with a custom memory manager

    • Learn how to build, train, and run a PyTorch model

    • What’s new for developers in the OpenShift 4.10 console

    • Write Kubernetes in Java with the Java Operator SDK, Part 2

    • Deploy Infinispan automatically with Ansible

    • An easier way to generate PDFs from HTML templates
    • Create an Azure Red Hat OpenShift cluster in less than 5 minutes
    • Hello Podman using .NET
    • Choose the best Camel for your integration ride, Part 1
    • Process Apache Kafka records with Knative's serverless architecture
    • Kafka Monthly Digest: February 2022
    • Manage Python security with Thoth's cloud-based dependency resolver
    • Choose the best camel for your integration ride, Part 2
    • Range check elimination in loops in OpenJDK's HotSpot JVM
    • Test GitHub projects with GitHub Actions and Testing Farm
    • Node.js community update
    • Choose the best camel for your integration ride, Part 3
    • Preview: Clustering support for JBoss EAP on Azure App Service
    • Inject custom JDK Flight Recorder events in containerized applications
    • Data conversion in Pandas dataframes: 3 approaches to try
    • Debug .NET applications running in local containers with VS Code
    • Simplify container development with Red Hat CodeReady Workspaces
    • Inspecting containerized Python applications in a cluster
    • Enforce code consistency with clang-format
    • SQL cache stores and more in Data Grid 8.3
    Last updated: November 8, 2023

    Related Posts

    • Red Hat Developer roundup: Best of February 2022

    • Java, Quarkus, Kafka, and more: The best of 2021

    • Red Hat Enterprise Linux: The best of 2021

    • Kubernetes and OpenShift: The best of 2021

    • Ansible and automation: The best of 2021

    Recent Posts

    • How to run AI models in cloud development environments

    • How Trilio secures OpenShift virtual machines and containers

    • How to implement observability with Node.js and Llama Stack

    • How to encrypt RHEL images for Azure confidential VMs

    • How to manage RHEL virtual machines with Podman Desktop

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue