Developer tools

OpenShift Operator
Article

Using a custom builder image on Red Hat OpenShift with OpenShift Do

Daniel Helfand

One of the things I enjoy most about using Red Hat OpenShift is the Developer Catalog. The Developer Catalog is a central location where a team working with Red Hat OpenShift can encapsulate and share how application components and services are deployed. The Developer Catalog is often used to define an infrastructure pattern referred to as a builder image. A builder image is a container image that supports a particular language or framework, following best practices and Source-to-Image ( s2i)...

Red Hat Developer image
Article

Announcing Red Hat CodeReady Workspaces 1.2

Stevan Le Meur

Red Hat CodeReady Workspaces version 1.2 provides a cloud developer workspace server and browser-based IDE built for teams and organizations.

Eclipse Che 7
Article

Apache Camel development on Eclipse Che 7

Aurélien Pupier

Apache Camel development is improving on Eclipse Che 7 compared to Che 6, so you can leverage Camel, Java, and XML tooling altogether.

data layout
Article

How data layout affects memory performance

William Cohen

This article explains what developers need to know about modern computer memory and how data layout can affect memory performance.  

HowToSeries_Video3 screenshot
Article

How to edit and test application code in CodeReady Workspaces

Veer Muchandi

Learn how to get started with CodeReady Workspaces, including how to create a new workspace, make the app run locally, build and deploy an app in the workspace, edit and test the code, and how to commit code changes to a remote git repository.

Red Hat Developer
Article

Understanding GCC warnings, Part 2

Martin Sebor

This article focuses on flow-based warnings that have increasingly been implemented in what GCC calls the "middle end." Limitations of middle-end warnings are discussed, as are false positives in middle-end warnings and possible solutions.