Operations | Monitoring | ITSM | DevOps | Cloud

CI CD

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

Deploy a Dockerized Go application to Azure

As a software engineer, one of your goals is to ensure that your product can be accessed globally by your customers. It’s not enough that an app is bug-free and works flawlessly if it only works on localhost. Docker was introduced to solve the “it works on my machine” problem. For example, the particular version of a programming language a developer is using on Windows or MacOS may not be working on the hosting server.

Pulse-check your engineering team performance

If you're being asked to do more with less on your software engineering team, you need to be able to see at a glance how your team is doing. Are you deploying at a consistent rate? What's your lead time for changes? Where are your bottlenecks? Our CTO, Don Brown, shows how we take a pulse of our performance at Sleuth using DORA metrics.

IoT Management 101 with JFrog Connect - Workshop

There are more than 12 billion IoT devices globally, and IDC estimates 41 billion by 2025. IoT includes connected smart devices like industrial robots, retail kiosks, security cameras, and maker devices using Raspberry Pi (RPi). Managing IoT into real-world production can be challenging to scale and manage. JFrog Connect is a complete solution for updating, monitoring, managing and troubleshooting Linux-based devices globally.

Why using the "one Docker image to rule them all" is probably a terrible idea.

Dan's last tutorial "Learn how to make the LAST Docker image you'll ever need" was a very successful April Fools joke. Perhaps too successful. In this video Dan does the tutorial in reverse and explains exactly why "one Docker image to rule them all" is probably a terrible idea.

Building Bitbucket Cloud for enhanced security, compliance, and scale

With support for Bitbucket Server ending in February 2024, we're seeing more and more of our enterprise customers moving their code to the cloud. To enable a smooth migration to cloud for our Bitbucket Server and Data Center customers and to enable our existing cloud customers to scale, we are continuing to build features around security, compliance, and scale in Bitbucket Cloud.

Issue breakdowns and drift details stoke software delivery

New in Sleuth for March 2023: See how issue breakdowns give you more visibility and show you the status of any issue referenced in your deployments. They're especially useful when looking at your work in progress so you can see what's in review, what's in progress, and what's being investigated. Plus, environment drift details provide visibility into the specific deploys, PRs, commits and issues that comprise the drift between any two environments. Less drift means fewer production issues.

Containerization 102 Security Optimization and Speed

We continue our series on containerization in this session, diving a bit deeper to discuss the key areas to ensure container optimization and speed, such as: What are the security ramifications of containers? How have platforms enabled the rise of containers and microservices? What challenges have been introduced by containers and platforms? What are some of the enhancements to networking, and why this improves the speed of delivery

Development Pipeline: What should you consider?

As software development continues to evolve and become more complex, the need for efficient and effective deployment strategies has become increasingly important. This is where deployment pipelines come in. When it comes to software development, a deployment pipeline is a powerful automated tool that facilitates the fast and accurate transition of new code changes and updates from version control to the production environment.