Programming languages & frameworks

Featured image for: Mostly harmless: An account of pseudo-normal floating point numbers.
Article

How I developed a faster Ruby interpreter

Vladimir Makarov

Learn about 8 optimization techniques for a faster interpreter in Ruby which I developed using a dynamically specialized internal representation (IR).

C and C++ logo
Article

How to categorize C programs by behavior

Martin Sebor

Could your perfectly running program blow up someday? Learn different types of behavior in the standard and what helps make a correct C or C++ program.

Article

An introduction to debug events: Learn how to use breakpoints

Keith Seitz

Breakpoints are the most commonly used (and underused) debugging event in a debugger. This article discusses the breakpoint features that GDB offers developers, and shows how to use breakpoints effectively.

Page Thumbnail
Page

Welcome page

Welcome to the Red Hat Developer Program!

Learning path featured image
Page

Red Hat Interactive Learning Portal

No matter where you are in your software development career, from just starting, to re-training, to expert-level but needing a brush-up, the Red Hat Developer program can help with tutorials and learning.

Share graphics_npm CLI
Cheat Sheet

npm CLI cheat sheet

Lucas Holmquist

Get started with npm, the Node.js package manager, by downloading the npm CLI cheat sheet.