Developer Tools

Featured image for Red Hat Enterprise Linux.
Article

How to package Go applications in RHEL 10

Alejandro Sáez Morollón

Discover how Red Hat Enterprise Linux 10 beta makes the process of packaging Go applications faster than ever before.

Featured image for Apache ActiveMQ Artemis.
Article

Try Apache Camel: From concept to deployment on OpenShift

Bruno Meseguer

This article will guide you through the process of rapid prototyping using Apache Camel, from the initial concept to the final deployment on OpenShift, all within a fully web-based, low-code interface.

Featured image for Valgrind.
Article

How to track file descriptors with Valgrind

Alexandra Petlanova Hajkova

Explore new features related to Valgrind's file descriptor and learn how to use them to track the file descriptors your program is using—or misusing.

Feature image for the C programming language.
Article

A new constant expression interpreter for Clang, Part 2

Timm Baeder

A popular technique modern compilers use to improve the runtime performance of compiled code is to perform computations at compile time instead of at runtime. However, constant expressions need to be evaluated at compile time for a variety of reasons. To help resolve this problem, I've been working on improving the Clang's constant interpreter.