Programming languages & frameworks

Programming languages provide a way for developers to communicate with computers and tell them what to do.
This enables developers to build many types of applications. Frameworks advance the developer experience by abstracting
away complexities in building applications, making it easier for developers to work with the underlying technology.

Choosing a programming language

Each programming language has its own advantages and disadvantages. For example, Python emphasizes readability and ease of use, making it suitable for diverse applications, while C++ offers performance and control, often favored in systems programming.

The choice should align with project goals, scalability needs, and the developer community, recognizing that there's no one-size-fits-all language. Balancing trade-offs and understanding the nuances ensures a better match between language and project demands.

Application Appropriate languages
Microservices Quarkus, Node.js, Go, Python, Perl
User interfaces JavaScript, .NET
Data processing Java, Rust, C, Go
Machine learning Python, R, Scala

Low-resource applications

(IoT, edge devices)

C, Go, Java, Rust

Discover programming languages & frameworks

Java

Java

Java is a powerful language that's widely used to create enterprise applications.

python

Python

Python is a popular programming language for data science, machine learning, and web development.

go

Go

Use Go’s speed and concurrency to get the most out of multicore and networked machines.

rust

Rust

Rust is a high-level, general-purpose programming language popular for its speed, memory, and safety.

java script

JavaScript

JavaScript is a ubiquitous full-stack language — use it for enterprise web applications and see how it works hand in hand with Kubernetes.

Net core

.NET Core

Runtimes and APIs for building and running .NET applications on Linux and in containers.

Ruby

Ruby

An object-oriented programming language that's simple and balanced.

PHP

PHP

PHP is a server-side scripting language that lets developers create database-friendly content and powerful web-based applications.

kotlin

Kotlin

Kotlin is an open-source, object-oriented programming language with type inference, which allows developers to be more concise with their syntax.

Learn

Quarkus.jpg

Getting Started with Quarkus - QuickStart

https://developers.redhat.com/courses/developing-nodejs

Developing with Node.js

camel k full transparent logo

Camel K Basics

OpenShift featured image - Single topic

Operator SDK with Go

OpenShift featured image - Single topic

Deploying Applications From Source

OpenShift featured image - Single topic

Getting Started with OpenShift for Developers

Recent programming languages & frameworks articles

A code editor with four icons symbolizing DevOps, developers, a gear, and a cluster.
Article
Oct 02, 2024

How to migrate your Eventlet projects to Asyncio

Herve Beraud

If you're a Python developer who relies on the Eventlet library, it's time to...

Feature image for the C programming language.
Article
Sep 13, 2024

The state of documentation for the GNU C library and kernel

DJ Delorie

Dive into the state of software documentation for the GNU C library and...

Feature image for the C programming language.
Article
Sep 09, 2024

Accelerate glibc test development with the glibc-support repository

Florian Weimer

The glibc-support repository provides a convenient way to develop a wide...

Featured image for Java topics.
Article
Aug 29, 2024

Distributed transactions with Jakarta EE 10 and WildFly

Marcelo Daniel Sales

Discover how to implement a distributed transaction solution using Jakara EE...