Operations | Monitoring | ITSM | DevOps | Cloud

What is Test-Driven Development?

Test-Driven Development (TDD) is a software development methodology that helps engineers write reliable, maintainable code by starting with tests before writing implementation. In this video, we break down the core principles of TDD, how it improves software quality, and why it’s a game-changer for developers. If you’re looking to level up your development process and write better code with fewer bugs, this video is for you!

CI/CD at scale: A performance analysis of CircleCI vs GitHub Actions

When evaluating CI/CD platforms, it can be easy to view them as commodities — interchangeable tools that accomplish the same basic tasks. But as development teams scale, small differences in platform performance can be compounded, significantly impacting development velocity and resource utilization. To better understand these differences, we conducted a head-to-head comparison between CircleCI and GitHub Actions, focusing specifically on performance at enterprise scale.

Enhancing Jenkins performance: Resource optimization for high-traffic workloads

Jenkins is the backbone of many CI/CD pipelines, automating builds, tests, and deployments at scale. However, when handling high-traffic workloads, such as during peak development hours, large-scale deployments, or parallel builds and pipelines, Jenkins can quickly become a resource hog, leading to slow builds, queue backlogs, and even system crashes. Optimizing resource usage is essential to ensure smooth, efficient, and scalable performance.

The Role of Database Continuous Integration in Modern Software Development

Software development relies on seamless collaboration, efficient workflows, and rigorous testing. While application code has long benefited from Continuous Integration (CI), database changes have often lagged behind in automation. Many development teams still handle database updates manually, leading to inconsistencies, downtime, and deployment failures.

CI/CD requirements for generative AI

CI/CD for generative AI applications presents unique challenges in model deployment, testing, and monitoring. Unlike traditional software applications, generative AI systems involve large model artifacts, complex dependencies, and specialized hardware requirements, making a sophisticated CI/CD pipeline essential for reliable delivery. As organizations embrace generative AI technologies, the need for specialized CI/CD solutions becomes critical.

Software delivery metrics for platform teams

For platform teams, success means empowering developers with efficient, reliable tools and workflows that accelerate software delivery. As organizations scale, platform engineering teams must balance developer autonomy with standardization while providing infrastructure that supports rapid, reliable software delivery. In today’s complex development environments, platform teams are crucial for maintaining productivity at scale.

Introducing Support for Hex Packages

JFrog has always prioritized universality, ensuring software development teams have true freedom of choice. Core to the JFrog Platform, JFrog Artifactory is the world’s most versatile artifact manager, natively supporting nearly 40 package types. After taking in valuable feedback from the developer community, we’re thrilled to discuss how we’re further expanding our universe with the support of Hex packages.

Building Cloud Excellence: How JFrog Supports the AWS Well-Architected Framework

In today’s hybrid infrastructure landscape, migrating applications to the cloud unlocks significant financial and technological benefits. Whether internal or external, these applications require robust, efficient infrastructure. Cloud providers like Amazon Web Services (AWS), Google Cloud, and Microsoft Azure offer frameworks to help organizations build better systems.

How to use APM data to improve your CI/CD pipeline performance

Agile production has become the norm for software development cycles. The backbone for such a fast-paced landscape is the continuous integration and continuous delivery (CI/CD) pipeline. But merely depending on the CI/CD pipeline isn’t enough, even though the automated workflows give you a competitive edge. The pipeline needs to be optimized to function at its best. This is where monitoring your applications within the pipeline can be a game-changer.

JFrog's Release Lifecycle Promotion vs. Build Promotion

We here at JFrog have long advocated for promoting – never rebuilding – release candidates as they advance across the stages of your SDLC. For many JFrog customers, that meant using JFrog’s “Build Promotion” capabilities. Now you can level up your CI/CD game with promotions using Release Lifecycle Management (RLM)! In this article we’ll show you why promotions with RLM are more simple, secure, and scalable than our legacy build promotion API.

A comprehensive guide to container security

So much of our modern software runs on containers. Containerized applications offer great flexibility for developers, but they also come with security risks. Container security is a holistic approach to managing risk in containerized environments. Securing containers requires a broad approach incorporating different tools and policies that enforce security in the software supply chain, infrastructure, container runtime environments, and other potential container attack surfaces.

New Announcements at swampUP 2024

JFrog's VP of Product Marketing, Jens, discusses how the company is positioned at the crossroads of traditional and AI-driven software development. Learn how JFrog's platform acts as the crucial system of record, converging multiple code sources into a unified pipeline through strategic moves like the GitHub partnership and key acquisitions. Hear Jens' insights on JFrog's role in shaping the future of software delivery.

What is Behavior-Driven Development (BDD)?

Behavior-Driven Development (BDD) is a software development methodology in which applications are built to match the behaviors a user would expect from the software. An evolution of Test-Driven Development (TDD), BDD gathers user stories about how users expect applications to behave, then creates software tests to validate that their applications match this behavior. The BDD methodology utilizes specific language and naming conventions.

Guide to unit testing

Unit testing is a software testing methodology that tests the behavior of individual functional units of code. Through unit testing, developers can verify that their code performs as intended. Providing an opportunity to catch bugs, validate the implementation of logic, and assess the quality of the code, unit testing enhances the quality of applications and preemptively identifies problems before they become major issues.

Enterprise-Grade Software Security: Mastering Control Over Your Software IP

Enterprises should prioritize securing their software artifacts to protect intellectual property (IP), maintain compliance, and mitigate supply chain risks. A strong security posture requires a deep understanding of access management, distribution controls, compliance enforcement, and software lifecycle governance.

Introducing step failure strategies in Bitbucket Pipelines

We are excited to introduce a new capability in Bitbucket Pipelines – Step Failure Strategies. This is the first of a set of new features allowing developers to implement more comprehensive logic and control-flow inside their CI/CD pipelines. Failure Strategies are designed to give you explicit control over how your pipeline behaves in the event that an individual step within the pipeline fails.

Announcing ARM builds in cloud for Bitbucket Pipelines

We are excited to announce the release of ARM builds in the Pipelines cloud runtime. Our release of Linux based ARM runners in cloud allows you to build and deploy software for ARM-based systems with all the benefits of our fully managed CI/CD platform. To use the new cloud ARM runners in your pipeline, make the following modifications to your bitbucket-pipelines.yml file.