Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Continuous Integration and Development, and related technologies.

Cloudsmith: The Single Source of Truth For Your Artifact Management

Say hello to Cloudsmith! Cloudsmith is the only cloud-native, global, universal artifact management platform for engineers looking to set up a secure artifact repository in 60 seconds. Cloudsmith offers support for 28+ formats, has 410+ points of presence, is ISO 27001 certified, and integrates with all of the tools you already use and love.

Announcing macOS Runners in Bitbucket Pipelines

We are happy to announce that Bitbucket Pipelines now supports macOS self-hosted runners. We have moved from beta to an official release. You can now create a self-hosted runner and run it on your macOS infrastructure to run macOS and iOS builds. Since you’re using your own runner, you won't be charged for Bitbucket Pipelines build minutes.

Mobile app security testing: tools and best practices

To minimize the security risks of an application, developers need their apps to stand up to stringent security testing. Fortunately, there are tools available that simplify and even automate these security tests. There are also best practices to guide and inform the testing process. In this article, I will cover the most common security issues for mobile apps and highlight popular security tests.

Should you measure developer productivity? @Sleuth TV

In episode 4 of Sleuth TV Live, Sleuth's CTO Don Brown and CEO Dylan Etkin had an engaging, insightful conversation about how DORA metrics connect to your people and how they play into developers' happiness. Check out specific points in the conversation: Resources mentioned in this episode: Give Sleuth a try and see why it's a deploy-based Accelerate / DORA metrics tracker both managers and developers love.

Deploy a Dockerized Laravel application

As web applications become more complex, software engineering teams must rely on many different products and services to create the best developer experience. The application development ecosystem has grown beyond version control and hosting deployment. Manually managing the deployment of new features across all services can create a serious bottleneck in the software development lifecycle. It also introduces the risk of human error.

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.

Automate deployment of React applications to Firebase

Many platforms offer free hosting services for React and other JavaScript frameworks. These frameworks can be used for building single-page applications, which is handy when you need to launch a minimum viable product or a quick proof of concept. Your fellow developers are taking advantage of these tools, and you can too. To narrow down options, I will focus on Firebase in this tutorial.