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 Developer roundup: Best of January 2022

January 26, 2022
Red Hat Developer Editorial Team
Related topics:
Artificial intelligenceCI/CDJavaKubernetes
Related products:
Red Hat JBoss Enterprise Application PlatformRed Hat OpenShift

    Welcome to our monthly recap of the articles we published in January 2022! We've roared into the new year with a host of highlights, including a deep dive into the theory behind microservices development; a guide to using Jenkins Pipelines to realize the promise of CI/CD; and a look at a dangerous new security threat in which code is literally written backwards.

    Note: See the end of this article for the full lineup published in January 2022.

    Migrate over to OpenShift

    The recent release of Red Hat OpenShift 4.9 has many developers thinking about making a move to that platform. Java developers who use the Red Hat JBoss Enterprise Application Platform got a great resource this month from Philip Hayes, who first explained why you should migrate your Java workloads to OpenShift and then showed how you can do it.

    Meanwhile, if you've ever wondered how OpenShift can serve as a platform for an IoT rollout, we have the answer for you. With OpenShift Streams for Apache Kafka handling the data streaming and Drogue providing a connectivity layer, you can connect those IoT devices and advance your digital transformation.

    Explore microservices in theory and practice

    For everyone keen to know more about microservices-oriented application development, Bob Reselman has a great pair of articles on the theory behind this paradigm: 5 design principles for microservices and From monolith to microservices: How applications evolve. Meanwhile, if you're looking for some very practical advice to the nagging question of why your container images are so big, check out Reduce the size of container images with DockerSlim.

    Give Python an AI boost

    Project Thoth aims to use artificial intelligence to analyze and recommend software stacks for Python applications, and Project Thoth developers contributed several articles to Red Hat Developer this month that were popular with readers. You can learn how to use the invectio tool to extract information from Python source code, how to extract dependencies from Python packages, and how to self-host a Python package index using Pulp.

    Dig in and debug

    Want to learn about diagnosing code problems? Keith Seitz continued his series on the GNU debugger with a primer on debuginfo, the compiler output that can tell you what's gone wrong with your application. If you're working with Visual Studio Code and want to debug .NET applications running on Kubernetes, we have you covered there as well.

    One of our most popular articles of the month discussed the diagnoses of a very specific kind of problematic code: so-called Trojan Source code, in which bidirectional Unicode control characters can hide malware in plain sight. Fortunately, GCC can prevent such attacks.

    Automate your development process

    CI/CD and GitOps lay the foundation for modern development processes, and automation is a key factor in making this effective. We've delivered a guide to using CI/CD and GitOps with Jenkins Pipelines, helping you get started with that popular automation tool.

    January 2022 on Red Hat Developer

    Here's the full lineup of articles published on Red Hat Developer so far this month:

    • 5 design principles for microservices
    • Reduce the size of container images with DockerSlim
    • A developer's guide to CI/CD and GitOps with Jenkins Pipelines
    • Prevent Trojan Source attacks with GCC 12
    • Extracting information from Python source code
    • From monolith to microservices: How applications evolve
    • The GDB developer’s GNU Debugger tutorial, Part 2: All about debuginfo
    • Why you should migrate your Java workloads to OpenShift
    • Simplify Java persistence using Quarkus and Hibernate Reactive
    • Kafka Monthly Digest: December 2021
    • Debug .NET applications running on Kubernetes with VS Code
    • Node.js at Red Hat: 2021 year in review
    • Deploying bare-metal clusters from the cloud
    • How to migrate your Java applications to Red Hat OpenShift
    • What's new in Libabigail 2.0
    • How to self-host a Python package index using Pulp
    • Integrate Apache ActiveMQ brokers using Camel K
    • Get started with Node.js 16 on OpenShift
    • Extracting dependencies from Python packages
    • Integrate ISO 20022 payments messaging with CI/CD
    • Connect IoT devices with Drogue IoT and OpenShift Streams for Apache Kafka
    • Install the Cryostat Operator on Kubernetes from OperatorHub.io
    Last updated: September 20, 2023

    Related Posts

    • Kubernetes and OpenShift: The best of 2021

    • Ansible and automation: The best of 2021

    • Red Hat Enterprise Linux: The best of 2021

    • Java, Quarkus, Kafka, and more: The best of 2021

    Recent Posts

    • Installing Red Hat Enterprise Linux 10 from a bootc image with bootc

    • Why your database benchmarking data is probably wrong (and how I fixed mine)

    • Type what you want to break: AI-assisted chaos engineering with Krkn

    • Understanding evaluation collections in EvalHub

    • An overview of confidential containers on OpenShift bare metal

    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.