developer

Choosing an Automation Tool feature image
E-book

Choosing an Automation Tool

Red Hat

This e-book helps developers and administrators on Kubernetes choose among Helm, Kubernetes Operators, and Ansible for an automation tool.

OpenShift For Developers Tile Card
E-book

OpenShift for Developers, Second Edition

Joshua Wood +1

Ready to build cloud native applications? Get a hands-on introduction to daily life as a developer crafting code on OpenShift, the open source container application platform from Red Hat.

Red Hat Developer Program and Developer Tools group
Article

Preserving the Red Hat developer experience

Brad Micklea

Red Hat will remain independent because IBM appreciates our unswerving dedication to open source, our open culture, and our neutrality. Red Hat is committed to an open development model and to maintaining a neutral market position. We collaborate across the industry, and neither IBM nor Red Hat has any desire to change these foundational values.

Red Hat Developer image
Article

10 tips for reviewing code you don't like

David Lloyd

Here are 10 tips to keep in mind when reviewing code submissions that, for whatever reason, you (as a project maintainer) do not like.

Project Loom
Article

Project Loom: Lightweight Java threads

Faisal Masood

This article explains how the use of lightweight threads, supported by Project Loom, can help you write scalable code in Java.

C++11
Article

Understanding when not to std::move in C++

Marek Polacek

New warnings have been added to GCC 9 that can help with wrong or redundant usage of std::move in C++ code. Learn how to enable them.