GitOps

Featured image for GitOps + Kubernetes
Article

OpenShift support for GitOps processes

Regina Scott

Discover how Red Hat OpenShift features support cloud-based applications using GitOps processes. This article includes a video on cluster configuration management.

Featured image for Best of Ansible and automation 2021
Article

Ansible and automation: The best of 2021

Red Hat Developer Editorial Team

Find out which articles about Ansible, automation, CI/CD, GitOps, and API management most piqued developers' interest in 2021.

Featured image for Automate dependency analytics with GitHub Actions
Article

Automate dependency analytics with GitHub Actions

Divyanshu Agrawal

Learn to automate dependency analytics by integrating code scanning into your CI pipeline. Use the CodeReady Dependency Analytics GitHub Action to spot flaws.

Build here, go anywhere.
Article

What's new in the Red Hat OpenShift 4.9 console

Serena Chechile Nichols

Discover new features improving general usability and the developer console experience for Knative, Tekton, and GitOps development on OpenShift.

Featured image for topics related to coding.
Article

Monthly roundup: Best of August 2021

Red Hat Developer Editorial Team

Don't miss a thing! Here's a roundup of new articles, tutorials, cheat sheets, and more published last month on Red Hat Developer.

Learning path featured image
Page

Red Hat Interactive Learning Portal

No matter where you are in your software development career, from just starting, to re-training, to expert-level but needing a brush-up, the Red Hat Developer program can help with tutorials and learning.

devnation-deep-dives_card.png
Article

DevNation Deep Dive: Argo CD

Learn the basics of Argo CD, the continuous delivery tool for Kubernetes, and explore GitOps in this DevNation Deep Dive session.

Video Thumbnail
Video

Tracking Huge Files With Git LFS (Tim Pettersen)

Red Hat Developer Program

Developers love Git for its raw speed, powerful history traversal, distributed nature, and the fact that it was built by uber developer Linus Torvalds. What we don't love is the fact that, out of the box, Git has terrible support for tracking large binary files. Fortunately, developers from Atlassian, GitHub, and Visual Studio Online have teamed up to work on an open source project to solve this problem: Git LFS (Large File Support). This means researchers, web designers, game developers, multimedia producers, and all other developers who need to work with large data and rich media can move off legacy-centralized systems and start using modern version control. In this session, we'll cover the computer science behind Git LFS' internals and architecture, CLI usage, and how to build an effective Git LFS workflow for a development team. You'll leave with an understanding of how Git LFS works under the hood and some practical advice on using Git LFS with your software projects and teams.

Video Thumbnail
Video

Efficient top-k query processing on distributed column family databases: by Rui Vieira

Red Hat Developer Program

Ranking queries are one of the central topics in the field of Information Retrieval with considerable applications in fields such as analytics. One of the challenges is to provide solutions which can be adapted to distributed data sources, specifically NoSQL distributed column-oriented databases, and comply to "user" real-time constraints, especially when dealing with massive amounts of data. In this talk, we discuss the implementation and challenges for some of the most promising algorithms to address these challenges. We also analyse their scalability and substantial gains in terms of bandwidth and execution time, as indicated by the experimental results."