Operations | Monitoring | ITSM | DevOps | Cloud

Top 20 Developer Tools for 2020

When it comes to the most popular technologies, we look to Stack Overflow’s Developer Survey 2019 to find the answers. JavaScript continues to be the most commonly used programming language for 7 years in a row, while Python is the fastest growing. If you want to find out what tools these developers are using, that’s where our survey comes in. For the fourth year in a row, Axosoft asked our global community of software developers to tweet their top 5 #MustHaveDevTools.

Critical Security Patch in Git and GitKraken

On 12-10-2019, Git released patch v2.24.1 to address several common vulnerabilities and exposures, or CVE. For those unfamiliar with what CVE is, it is a dictionary that provides definitions for publicly disclosed cybersecurity vulnerabilities and exposures. These security issues could allow complete takeover of a computer through the use of various git commands. They can affect all Git and GitKraken users, especially those that have exposure to lots of obscure public repos.

Lights, Camera, GitHub Actions!

Here at Honeybadger, we are big fans of GitHub Actions' workflow automation and CI/CD features. We like it so much that we decided to add two of our own contributions to the community! Now you can trace stacks at light speed by uploading your source maps to Honeybadger directly from GitHub using your original, un-minified Javascript code.

JFrog CLI, Your GitHub Actions Hero

Now that GitHub Actions version 2 is out of Beta and available for general use, how can you start managing your Artifactory repositories in your automated DevOps workflows? Who will save your binaries in distress? Never fear, JFrog is here! A new Action has joined the GitHub Marketplace that enables you to use the JFrog CLI in your GitHub Actions workflows to move your builds through development, test, and release.

Best Tools for Git

Before diving into Git, it’s important to understand the concept of version control at a high level. While not all software developers utilize version control, nor is software development the only industry that does, it is becoming more mainstream every year. And you can bet you will be confronted with version control as a developer if you ever collaborate with others on a workplace team or on open source projects.

GitKraken vs SmartGit

The GitKraken Git Client was one of the first software products of its kind to hit the market in August 2014, built by Axosoft developers who were on a mission to find a Git GUI that didn’t suck. One that could quickly show who was doing what, to which file, on any project; one that could help expedite individual workflows and improve team collaboration; one that visually blew the minds of everyone who interacted with it.

Kubernetes Master Class Kubernetes + Vault

Vault operation is hard enough already, let alone with needing to add new applications, new policies, new databases... But if I automate my secrets, that defeats the purpose of storing it securely in vault. This class aims to show some simple ways of adding automation to your vault operation to help reduce operator toil and give a standardized way of having developers add new applications via a GitOps flow.