Operations | Monitoring | ITSM | DevOps | Cloud

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

Announcing the Release of Cloudsmith CLI GitHub Action

We just released the Cloudsmith CLI GitHub Action. This new GitHub Action simplifies the process of installing and pre-authenticating the Cloudsmith CLI using OpenID Connect (OIDC) or an API Key. Whether managing packages, pushing artifacts, or automating your CI/CD workflows, this action is designed to streamline your experience and enhance your productivity.

How Cloud-Native Artifact Management Can Facilitate the Move to Platform Engineering

In this session we will explore why prioritizing artifact management is essential in advancing to self-service IDPs and how adoption of Cloudsmith offers solutions to common challenges such as high infrastructure costs, managing security vulnerabilities, and maintaining productivity. Attendees will gain insights into best practices of implementing an artifact repository at the center of their CI/CD pipeline.

Use the Catchpoint Terraform Provider in your CI/CD workflows

We recently made the Catchpoint Terraform provider available in the Terraform Registry, allowing our customers to manage their Catchpoint IPM tests with minimal configuration, enabling developers, SREs and DevOps teams to seamlessly integrate their Catchpoint data with Terraform.

Understanding the Essentials of Software Testing: A Comprehensive Guide

Software testing plays a crucial role in ensuring that applications function correctly and meet user expectations. In this blog, we will explore the fundamental aspects of software testing, including its importance, types, and the lifecycle phases involved.

Accelerate Your Migration to JFrog SaaS with the AWS ISV Workload Migration Program

In the fast-paced, ever-evolving world of software development, the ability to seamlessly migrate and manage workloads on the cloud is a game changer. At JFrog, we’re committed to empowering organizations to achieve their DevOps, DevSecOps, and MLOps goals with speed, security, and efficiency. Migrating these workloads to the cloud offers numerous advantages, including increased scalability, cost efficiency, and improved agility.

Build and test a LlamaIndex RAG application

LlamaIndex is a framework for building context-augmented large language model (LLM) applications. It enables you to augment the model with domain-specific data to customize it and improve its responses to your use case. You can use this framework to build a question-answering chat bot, a document understanding and extraction application, or an autonomous agent. The framework provides tools to ingest data, process it, and implement query workflows that combine data access with LLM prompts.