The first keynote speaker for GitKon 2022, a virtual tech conference for the global Git community, has been announced: Dries Buytaert, Co-founder/CTO of Acquia and founder of Drupal. His session: From the dorm room to The White House – How Drupal grew and became the standard for open source web experiences will tell the story of how Dries was able to achieve commercial success ultimately by embracing open source.
Efficiently retrieving Kubernetes metrics is the beginning of cluster performance optimization. Cluster metrics such as logs and resources descriptions are crucial as they map the health of your cluster. There’s a Kubernetes tool called K9s that lets you access your Kubernetes cluster metrics swiftly using short keys. K9s prioritizes aesthetics and performance as it displays its contents and functions in an aesthetically pleasing UI.
Mattermost v7.2 is generally available today. The following new features are included (see changelog for more details).
The demands of a tight production schedule can make it difficult to produce consistent, readable, and concise code in the lead-up to a manual code review. This often makes the process stressful — if not outright dreaded. Standard tests are a critical part of development that verify that our code produces the expected outputs. But great tests don’t always lead to good code.
Implemented well, automation can be a powerful tool for accelerating and scaling DevOps processes to keep your team building and shipping code quickly. But knowing what and how to automate DevOps workflows can be challenging; every organization’s DevOps practices are unique, and there’s no one “right” way to approach automation. Let’s look at a few tips for approaching DevOps workflow automation to help your team move faster.
Welcome to the August 2022 edition of Open Source Matters: our regular publication about the latest happenings in open source! Let’s dive into the news.
GitLens is a popular extension built for Visual Studio Code that helps developers extract the powerful insights hidden within Git code repositories. This VS Code extension makes development effortless by providing tools to quickly glance through, compare, and track each line of a code. It also helps address the drawbacks and intrusiveness of native Git features in large-scale projects.