Programming languages & frameworks

Red Hat Advanced Developer Suite
Page

Red Hat Developers

Your Red Hat Developer membership unlocks access to product trials, learning resources, events, tools, and a community you can trust to help you stay ahead in AI and emerging tech.

Building resilient event-driven architectures with Apache Kafka
Article

A deep dive into Apache Kafka's KRaft protocol

Federico Valeri

Learn about the Apache Kafka's KRaft protocol, a consensus algorithm that ensures fault tolerance and consistency in a network of interconnected nodes.

AI-NodeJS-cheat-sheet-tile-card
Cheat Sheet

AI and Node.js cheat sheet

Get started with AI in Node.js. This cheat sheet covers selecting models, using servers like Ollama, and client libraries like LangChain.js for AI integration.

Java + Quarkus 2
Article

Quarkus in Action: Getting started with Quarkus

Jan Martiška

Read a sample excerpt from Quarkus in Action, a practical guide to building resilient and scalable, cloud-native Java applications using the Quarkus framework.

C and C++ logo
Article

Making memcpy(NULL, NULL, 0) well-defined

Nikita Popov

C2y makes memcpy(NULL, NULL, 0) and other zero-length operations on null pointers well defined. This removes a source of bugs that may result in security issues.