Operations | Monitoring | ITSM | DevOps | 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.

How to Integrate GitHub with Sentry to Increase Speed to Resolution

Toolchains are complicated these days - developers and engineering managers are working with more tools than they probably care to count. In order to work efficiently in today’s world, it is essential to have smart integrations in place that bridge the gap between your tools to get you what you need, faster.

Your CI GitFlow is Broken

One of the great things about GitFlow is that it makes parallel development very easy by isolating new development from finished work. New development, such as features, is done in feature branches and is only merged back into the main body of code when developers have validated the feature and the code is ready for release. For most development teams, feature validation happens in a staging branch coupled with a single testing environment.

Zero To One: Github Actions On Cycle

Github’s, “Github Actions” CI/CD tooling is becoming an increasingly popular option for developers. I've personally worked with several Cycle users who are adopting Github Actions as part of their deployment solution and we've found that when pairing GH actions with Cycle it makes for a simple, yet powerful combination. Today we’ll stroll through a basic example of using Github Actions alongside the Cycle platform.

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.

GitHub Browser check synchronization goes into public beta

One of our goals here at Checkly is to make it easier for developers to ship excellent software. But let’s face it, getting features out is only a tiny fraction of the story. Fast-moving development teams also break things. And the more things you build, the more things can go wrong. And trust me, they will. This is where API and end-to-end monitoring helps. Define automated test suites that check all your properties constantly and guarantee that everything’s up and running. All the time.

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!