Operations | Monitoring | ITSM | DevOps | Cloud

Git

Best Courses to Learn Git

Whether you’re new to programming, considering going to school to be a software developer, or an industry vet looking to modernize your toolbelt, understanding Git can be vitally important. Git is a version control system that was first developed back in 2005. It’s completely free to use and its unique branching model makes it one of the most popular systems out there.

10 ways GitKraken Glo Boards outshines Trello for developers by Axosoft

It's GitKraken Glo Boards vs. Trello! To quickly show you how GitKraken Glo Boards by Axosoft stands out from competitors, I’m going to compare it to the well-known task tracking tool. I’ll show you 10 ways we designed Glo specifically with devs in mind, and by the end of this video, I bet you’ll be ready to start using Glo instead of Trello—or whatever other issue tracking system you’re using today.

Common Challenges of Using Azure DevOps

Is your organization going through a DevOps transformation? Perhaps you’ve even been tasked to head up the project. And surely, part of this transformation is going to include source control management. More and more enterprise companies are using Git to manage their code and file changes. One of the most popular Git hosting services for large teams, particularly those partial to Microsoft’s robust suite of developer tools, is Azure DevOps.

Submitting great PRs

If you want to submit good pull requests, start with our contribution checklist. Today, that page talks about what to fork, how to style your code, how to write unit tests and where to push your code. Implicit in all of that is the need to write great code, of course! But this blog post isn’t about writing great code, it’s about making your pull request a great experience for you and your reviewers.

GitKraken v6.5: Fork & Perf Improvements

The latest updates to the GitKraken Client are so forking good, you’re sure to break into your Kraken happy dance. We know Keif did. Before we get to the meat and potatoes of what’s new with GitKraken v6.5, here’s the high-level: the GitKraken Git GUI is now 10% faster; with 20% reduced memory consumption; taking up 30% less disk space. How knife is that?!

Migrating from Perforce to Git

Source control, aka version control, is the method of tracking and managing changes to software code. Source Control Management (SCM) systems offer a running history of code changes and can be particularly helpful for teams of developers making changes to the same files. As a critical aspect of responsible software development, source control helps developers track code changes, see complete revision history, and revert back to a previous version of a project if needed.

Everything You Need to Know About the Grafana-Prometheus-GitLab Integration

You probably missed it. Don’t feel bad. It was just one small paragraph, buried in the GitLab 11.9 Omnibus Release Notes: Grafana is now bundled in our Omnibus package, making it easier than ever to understand how your instance is performing. “Omnibus” is what GitLab calls its main installation package, and “Grafana” is the time-series visualization software, but what does this paragraph even mean?

Image Scanning with Github Actions

In this blog post, you will learn how to setup image scanning with Github Actions using Sysdig Secure DevOps Platform. We will create a basic workflow to perform a local scan to detect vulnerabilities and bad practices before the image is pushed to any registry. We will also customize scanning policies to stop the build according to a set of defined rules.

How enterprise dev teams use GitLab and Mattermost ChatOps to accelerate development

There has never been more pressure on development teams to build software faster and more efficiently. The rise in popularity of DevOps has largely been the result of its promise to speed up dev cycles, increase agility, and help teams resolve issues more quickly. And while the availability and sophistication of DevOps tools have improved greatly in the last few years, simply choosing the latest and greatest tools is no guarantee of a smooth, problem-free development lifecycle.

CLI vs GitKraken GUI Speed Test

The typical workday for a developer using Git involves a variety of different tasks. Between generating new SSH keys, cloning Git repositories, viewing commit diffs, creating pull requests, and on and on. But do you ever sit back and think about how much time you’re spending on each of these seemingly smaller tasks? Trust us, it adds up. The concept for the GitKraken Git GUI was born from this very frustration.