Best of Red Hat2022

  1. 1
    Article
    Avatar of nodejsNode.js·4y

    Node.js 18 is now available!

    Node.js 18 is now available. Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module. The Node:test module facilitates the creation of JavaScript tests that report results in TAP format.

  2. 2
    Article
    Avatar of pointerPointer·3y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  3. 3
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    Podman vs Docker: What's the Difference?

    Docker's core runs as a "system daemon" i.e. as a daemon executed by the root user. Red Hat unveiled Podman as an alternative to Docker in 2018. The advantage of using Podman is visible here. Podman does not have a daemon running, and certainly doesn't have any strict requirements for root access.

  4. 4
    Article
    Avatar of rhdevRed Hat Developer·3y

    The ultimate CI/CD resource guide

    Continuous integration (CI) and continuous deployment (CD) are development processes making use of automated tools to produce high-quality software. CI ensures that any code submitted by each developer works together with all other code in the project.

  5. 5
    Article
    Avatar of rhdevRed Hat Developer·3y

    Top Linux resources of 2022

    Red Hat Developer is taking a look back at the most intriguing and popular content for the technologies that matter most to our readers. We'll start off with a roundup of the best Red Hat Enterprise Linux content of 2022, highlighting some of the most popular stories about Red Hat's flagship Linux distribution..NET can now control Podman.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    Linux Required to Get started with DevOps

    This is part 1 of Linux Required to Get started with DevOps. We'll cover all the required Linux for getting started withDevOps or who wanna learns Linux in a very understandable manner. Here, We cover the INTRODUCTION TO LINUX. So let's start with the Introduction to Linux.

  7. 7
    Article
    Avatar of rhdevRed Hat Developer·3y

    Where to learn about Java from Red Hat

    Java is a computer programming language that is widely used for developing enterprise, web, and mobile applications. Java has been used to code millions of applications that run on the internet. It can be used as a platform for developing applications for mobile devices, enterprise software, big data applications, and server-side technologies.

  8. 8
    Article
    Avatar of rhdevRed Hat Developer·4y

    Best ways to learn about Linux from Red Hat Developer

    Red Hat Developer looks for tips and deep dives on Linux, including Red Hat Enterprise Linux. These are some of our favorite and most popular articles, cheat sheets, and lessons to help you get the most out of Linux. Red Hat Developer Advocate Cedric Clyburn talks about life after Docker and why containers are here to stay.

  9. 9
    Article
    Avatar of ossOpen Source Way·4y

    Learn Rust in 2022 | Opensource.com

    Rust tries to bring into balance two conflicting things: The modern computer's need for secure and structured code, and the modern programmer's desire to do less work while attaining more success. Rust doesn't have classes and does not use the class keyword. Rust does have the struct data type, however, its purpose is to serve as a kind of template for a collection of data.