Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

GitLens 13 - GitLens+ Features for All on Local & Public Repos

GitLens+ is now better than ever. When we initially released GitLens+ in early 2022, a free account was required for access to features like the Visual File History and Worktrees. Since, we’ve seen that additional step as a hurdle for you, our users, to explore and use these rich new capabilities. Which is why with GitLens 13, we are very excited to bring the power of GitLens+ features, including the beautiful new Commit Graph, to ALL users on local and public repos. No account required.

7 (Deadly) Common Git Mistakes and How to Fix Them

Git is a version control system that is used by a vast majority of developers around the world. Developed by the Linux mastermind Linus Torvalds, Git has been available to the public since 2005 and has made developers’ lives much easier. With Git, working in teams and collaborating over files is much easier, and it helps enable faster development of software products.

Top 10 Bug Bounty Programs for Software Developers

Bug bounty programs set up by software companies that incentivize white-hat hackers, developers, and engineers alike to identify and report bugs in a specified software. Many large tech companies like Google, Microsoft, Facebook, Atlassian, and others host these programs to ensure that their code is secure.

Best Git Gui's Compared 2022

Git is a version control system (VCS) that allows you to track the development of a project over time. At the time of Git’s inception in 2005, developers had to use the command line interface (CLI) to manage Git. Learning and using the command line however is often an extremely difficult task for many developers and in some cases represents a significant barrier of entry for those seeking to leverage the power of Git. Enter the graphical user interface (GUI), also referred to as a Git Client.

How to Get Started with Husky and Git Hooks

Git hooks are an accommodating solution for organizations that seek to implement consistent policies and procedures across their teams. First and foremost, they enable teams to run custom scripts according to certain Git operations. Building automation into your Git client helps remove the possibility of human error and improves workflows with little effort. Here we will explore how Husky works with Git hooks in JS projects. First, let’s start with the basics.

CI/CD for Jira - The Jira DevOps Tool for Git

The team at GitKraken is thrilled to announce a brand new, free extension for Git Integration for Jira, the top-rated tool on the Atlassian Marketplace for using Git with Jira. Now, users can enhance their Jira DevOps workflow with build and deployment data directly in Jira Cloud. The CI/CD for Jira extension will allow teams to seamlessly connect data from their CI/CD pipeline with Jira Cloud.

Fastest Way to Learn Git | Best Git Training for Software Developers in 2022

It’s never been easier to learn Git. From online learning platforms to free Youtube courses, there can be a lot to choose from depending on your budget and how you like to learn new coding skills. This article aims to provide you with a list of the best paid and free Git training courses.

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.

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.

Shell Scripting FTW! | Intro to the CLI Part 5

In previous articles in our Intro to the CLI series, we’ve gone over why to master using the command line, some command line basics and tools, and tips for customizing your CLI shell. In case you missed any, feel free to catch up using the links below. And now, you’re going to learn the basics of shell scripting to automate complex jobs and build entirely new applications!