Operations | Monitoring | ITSM | DevOps | Cloud

Automating API security tests in CI/CD for Java applications

API security testing is software testing performed on APIs. It is meant to identify vulnerabilities in API endpoint communication and access. In modern software development, API security is a crucial aspect that cannot be ignored. API security testing can now be automated in CI/CD, enabling early detection of vulnerabilities, maintaining security standards without slowing down development, and reducing human errors.

Building a chatbot with Dialogflow and CircleCI

Chatbots are becoming essential to software applications, enhancing user engagement through automated conversations. Deploying a chatbot to a cloud platform requires integrating multiple technologies, ensuring smooth communication between services, and automating updates efficiently. In this tutorial, you will learn how to deploy a Python-based conversational chatbot to an Azure Functions app.

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.

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.

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.

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.

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.

Software Development Life Cycle: SDLC phases and best practices

The Software Development Lifecycle (SDLC) is a methodology that provides a structured process for developing high-quality software in a timely and cost-effective manner. The SDLC outlines software development as a series of tasks, creating a management framework focused on efficiency and quality. Software development is a tightly interwoven process that balances costs, deadlines, and capabilities.

Introduction to developer experience: What, why, and how

The core concept of developer experience (or DevEx) is simple: happy developers are more effective developers. Great developer experiences create opportunities for success, while poor DevEx leads to frustration and delays. Though the concept is easy to grasp, real-world developer experiences depend on many complex factors.