Operations | Monitoring | ITSM | DevOps | Cloud

JFrog & Qwak: Accelerating Models Into Production - The DevOps Way

We are collectively thrilled to share some exciting news: Qwak will be joining the JFrog family! Nearly four years ago, Qwak was founded with the vision to empower Machine Learning (ML) engineers to drive real impact with their ML-based products and achieve meaningful business results. Our mission has always been to accelerate, scale, and secure the delivery of ML applications.

DORA metrics: How to measure DevOps performance

DevOps accelerates modern software development by automating processes and breaking down silos between development and operations teams. This paradigm shift emphasizes continuous integration (CI) and continuous delivery (CD) to speed time to market, facilitate higher-quality releases, and improve customer satisfaction.

Scale your code review with custom merge checks

Pull requests are a core feature of Bitbucket Cloud, serving as the hub where code contributions are reviewed, discussed, and approved before being merged into the codebase. Initially, developers focused on ensuring that proposed changes were bug-free, adhered to correct code styling, and included appropriate tests. Over time, the role of pull requests has expanded to act as a checkpoint, ensuring that only high-quality and compliant code reaches production.

Focus on recent code changes with iterative review

Hello, Bitbucket Cloud Community! We are incredibly excited to announce the introduction of Iterative review, a feature designed to help your team get pull requests completed faster by removing the need to re-review code you've already seen. Now when an author pushes new commits based on your pull request (PR) feedback, you'll have the option to focus on just those new changes.

CircleCI product roadmap | Summer update

Join the CircleCI product team for an in-depth look at just-launched and upcoming features. This webinar starts with a quick overview of what we're building and why. Then we cover new features and upcoming changes across CI, CD and AI & LLMOps. We cover everything from config optimization recommendations to release tracking to testing config changes locally with the VS Code extension.

Announcing our new CI/CD runtime, with up to 8x faster builds

We recently gave you a preview of some exciting changes coming to Bitbucket Pipelines with the release of our next-generation CI/CD runtime. This new runtime will act as the foundation for a range of powerful new future capabilities like ARM and multi-arch builds in cloud, and we're excited to announce that this new runtime is available starting today.

Enhance Security with Chainguard and Cloudsmith

At Cloudsmith, we are excited to announce our support for the Chainguard Registry as an upstream source. By consolidating all your artifacts, packages, and now Chainguard Images into Cloudsmith, your organization can: Integrating the Chainguard Registry as an upstream resource in your Cloudsmith account not only enhances security but also boosts efficiency in your artifact management workflow.

Test and deploy containerized PyTorch models to Heroku

PyTorch is an open source machine learning (ML) framework that makes it easy for researchers and developers to move their projects from prototyping to production. With PyTorch, you don’t have to learn complex C++ code - you can use regular Python for your ML projects. This makes it a great choice for anyone who wants to get started quickly and easily with ML.

Unlocking DevOps Strategies, Insights, and Best Practices for Seamless Software Delivery

software quickly and reliably is crucial for staying competitive. DevOps, a set of practices that combines software development (Dev) and IT operations (Ops), aims to shorten the development lifecycle and provide continuous delivery with high software quality. Here, we explore strategies, insights, and best practices to unlock the full potential of DevOps for seamless software delivery.

Automated rollbacks and release orchestration on CircleCI

CircleCI releases gives your development team greater confidence by bringing visibility, control and risk mitigation to the deploy and release process. In this video, we walk you through a typical deployment workflow to Kubernetes highlighting the powerful release orchestration capabilities designed to extend our platform into your staging and deployment environments including release and environment tracking, canary rollouts, and easy rollbacks directly from the CircleCI UI.

What is OSS?

Open source software (OSS) is a type of software with source code that can be published, reused, modified, and redistributed free of charge. This approach to building, maintaining, and distributing software has benefits for businesses and end users alike. In this article, you will learn what OSS is, its benefits for the software community, and the differences between different open source licenses.

Taking a GenAI Project to Production

Generative AI and Large Language Models (LLMs) are the new revolution of Artificial Intelligence, bringing the world capabilities that we could only dream about less than two years ago. Unlike previous milestones, such as Deep Learning, in the current AI revolution, everything is happening faster than ever before. Many feel that the train is about to leave the station, and since we are talking about bullet trains – every day matters.

What is Mean Time to Repair (MTTR)?

Mean time to repair (MTTR) is a metric used to measure the average time required to diagnose and fix a malfunctioning system or component, ensuring it returns to full operational status. In software development, downtime halts user access and disrupts operations, leading to customer dissatisfaction and financial losses. In manufacturing, it slows production, affecting supply chains and profitability. In healthcare, downtime can compromise patient care and safety.

GitHub Actions with OpenID Connect (OIDC) and JFrog - UPDATED!

JFrog’s integration of OpenID Connect (OIDC) with GitHub Actions enables users to establish a trust relationship between their GitHub Actions and the JFrog Platform. The result is a more efficient and secure token management system, eliminating the need for manual token creation for each GitHub Action. In this video, Yonatan Arbel, Developer Advocate at JFrog, provides a short intro and a how-to demonstration of this integration.

How Datadog's Infrastructure team manages internal deployments using the Service Catalog and CI/CD Visibility

Managing the software development lifecycle of your applications is a complex task. Releasing software updates in a large and ever-changing ecosystem requires visibility into the state of your services and insight into how changes to these services impact the reliability, performance, security, and cost of your application. The stages of software delivery are often sharded across multiple tools, each purpose-built for a specific slice of your application lifecycle.

Pytest: Getting started with automated testing for Python

Testing Python applications is critical to ensuring they function as intended in real-world scenarios. Among the numerous testing frameworks available for Python, pytest stands out as a primary choice for many developers. Renowned for its straightforward yet powerful features, pytest makes writing and running tests efficient and effective. In this guide, we’ll explore how to get started with pytest, from installation to writing your first tests.