Operations | Monitoring | ITSM | DevOps | Cloud

CircleCI

Build and deploy a Dockerized OpenCV application on AWS Lambda

OpenCV is a powerful open source computer vision and machine learning software library for real-time applications. It provides multiple functionalities, including image processing, object detection, and video analysis, making it a fundamental tool for researchers and developers in the field of computer vision. You can deploy your OpenCV applications using AWS Lambda, a serverless compute service that lets you run code without provisioning or managing servers.

Deploy React to Azure Web Apps

React is an open source JavaScript library known for its simplicity and incredible performance when creating an interactive user interface. React has gained wide adoption from web developers and reputable companies. While there are other frameworks in the JavaScript ecosystem, React is often the first choice when it comes to user interface and frontend business logic.

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.

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.

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.

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.

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.