Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat Enterprise Linux: The best of 2021

December 8, 2021
Red Hat Developer Editorial Team
Related topics:
.NETGoLinuxOpen source
Related products:
Red Hat Enterprise Linux

    Red Hat Enterprise Linux continued to grow and mature in 2021, with the release of version 8.5 pushing Red Hat's flagship Linux distro forward. Keep reading for the highlights of Red Hat Developer's best and most popular RHEL content.

    Don't miss the other articles in our Best of 2021 series:

    • The best of Kubernetes and OpenShift
    • The best of Ansible and automation

    C# 9 pattern matching

    The C# language and .NET environment are as at home on Linux as they are on Windows. C# 9, the latest version of the language, can be used with the .NET SDK, which is available on RHEL. Tom Deseyn has written a number of articles that provide a guided tour of many of the language's features, with his installment on C# 9 pattern matching proving particularly popular.

    Universal Base Image

    Red Hat Universal Base Image (UBI) is a lightweight version of the Red Hat Enterprise Linux user space, stripped down to the bare essentials. You can read our explanation of why your choice of container base image matters, and then move on to the Red Hat UBI e-book to learn about its benefits.

    Buildah, Podman, and containerized applications

    A deep community of developers use RHEL as a platform for containerized applications. In one of this year's most read articles, Cedric Clyburn offered an introduction to Buildah, an open source tool for building container images that can work with pre-existing Dockerfiles but can also take you beyond Docker's capabilities.

    Buildah has overlap functionality with Podman. To learn more about how the two of them work together, read Podman and Buildah for Docker users and Transitioning from Docker to Podman, which remain among the most popular Red Hat Developer articles of all time. (Remember, Podman is included automatically in RHEL 8, and unlike Docker, it does not run as root.)

    Debugging

    RHEL users have access to a rich suite of debugging tools for correcting and optimizing their code. David Malcolm, who works on the GCC compiler at Red Hat, offered insights into the static analysis capabilities in GCC 11, which can help you diagnose non-deterministic code, unsafe calls, and other potential errors. Other popular articles provided a tutorial on GNU Debugger and an introduction to the rr project, which records trace information so you can "rerun" execution and watch what goes wrong.

    Interested in getting really esoteric? Check out Siddhesh Poyarekar's deep dive into some quirks in Intel's double extended-precision floating-point format that spawned an entirely new kind of number, which could wreak havoc on your code if you're not careful.

    Go on Linux

    The Go language is popular among Linux devs, and we have debugging tips for Golang enthusiasts as well. Derek Parker dives into Delve, a Go debugger that's now available on RHEL.

    Memory

    Memory management is a particular challenge for many Linux developers, and articles about troubleshooting in this area were among our most popular in 2021. Martin Sebor delivered a series on detecting memory management bugs with GCC 11 that explores some enhancements in the latest version of the compiler.

    Valgrind, an instrumentation framework for building dynamic analysis tools that check C and C++ programs for errors, was of particular interest. We presented articles on comparing Valgrind to Sanitizers and on using Valgrind's default tool Memcheck.

    The rest of the best

    Need more? Here are the rest of 2021's most popular RHEL articles from Red Hat Developer:

    • How to activate your no-cost Red Hat Enterprise Linux subscription
    • Making environment variables accessible in front-end containers
    • Building Red Hat Enterprise Linux 9 for the x86-64-v2 microarchitecture level
    • How to work around Docker's new download rate limit on Red Hat OpenShift
    • How Red Hat ported OpenJDK to 64-bit Arm: A community history
    • A guide for using CentOS Project code
    • Containerize and deploy Strapi applications on Kubernetes and Red Hat OpenShift
    • Write your own Red Hat Ansible Tower inventory plugin
    • Three ways to containerize .NET applications on Red Hat OpenShift
    • Containerize .NET for Red Hat OpenShift: Windows containers and .NET Framework
    • Kubernetes configuration patterns, Part 1: Patterns for Kubernetes primitives
    • Get started with XDP
    • Mandrel: A specialized distribution of GraalVM for Quarkus
    • X.509 user certificate authentication with Red Hat's single sign-on technology
    Last updated: October 6, 2022

    Related Posts

    • Kubernetes and OpenShift: The best of 2021

    • Red Hat Developer roundup: Best of November 2021

    Recent Posts

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.