Operations | Monitoring | ITSM | DevOps | Cloud

Collaboration

GitKon 2022 Keynote: Drupal Founder & Acquia CTO Dries Buytaert

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.

Easy Kubernetes metrics and cluster management with K9s, Kubectx, and Kubens

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.

A guide to static analysis in JavaScript and TypeScript

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.

Essential tips for automating DevOps workflows

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.

Assessing your apps for migration using the Cloud Migration Assistants | Atlassian

In this demo, you’ll learn how to assess your Server or Data Center apps in preparation for a migration to Cloud, using the Jira and Confluence Cloud Migration Assistants. We recommend that migrating customers assess their apps early on in migration planning.

Get Git Info with GitLens

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.