Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

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.

Unlocking efficiency with CircleCI's new multi-repo project model

In a traditional CI/CD pipeline, the instructions for how your pipeline should run are stored in the same repository as your application code, creating a rigid 1:1 relationship between your pipeline and project code. This approach has benefits, like keeping pipeline logic close to the code it supports, but it also introduces challenges, especially for organizations managing multiple repositories or microservices.

Calculating the business value of software delivery

For engineering leaders and technology decision-makers, CI/CD metrics have always been more than just operational measurements – they’re direct indicators of developer experience and team productivity. Every failed build, slow pipeline, or delayed deployment directly impacts your developers’ ability to deliver value.

What is GitOps? Continuous delivery to Kubernetes with ArgoCD

With the increasing adoption of Kubernetes in recent years, there are various means and tools for achieving continuous delivery to Kubernetes. While it is possible to create a consistent CI/CD pipeline up to deploying to Kubernetes using CI/CD tools like CircleCI, there has been a rise in cases combining dedicated CD tools like FluxCD and ArgoCD to achieve this as well. A common aspect among these CD-dedicated tools is their adoption of GitOps.

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.

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.