Articles by Tag #ci

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

CI/CD Pipeline with GitHub Actions: Deploy Your App in Minutes

"Move fast and break nothing. CI/CD is the seatbelt that lets us accelerate safely."— Charity...

Learn More 31 0Jul 23

GitLab CI: Needs vs Dependencies — A Practical Guide

When Gitlab first introduced concept of needs I started experimenting with it. At first glance it...

Learn More 25 3Nov 16 '24

6 GitHub Actions Every DevOps Team Needs

In this post, we’ve highlighted a few must-have GitHub Actions that can simplify our CI/CD...

Learn More 22 0Oct 1 '24

Streamlining CI/CD Pipelines with Docker: A Complete Guide

Check out my Medium articles here: My Medium Articles 🚀 Docker in CI/CD...

Learn More 18 0Dec 22 '24

How and why did we improve our API hosting?

Background UpSlide is a Microsoft 365 add-in that runs with PowerPoint, Excel and Word. At...

Learn More 16 0Sep 17 '24

How to Schedule Workflows in GitHub Actions

Introduction You will be able to use the schedule event in GitHub Actions to...

Learn More 14 0Oct 2 '24

How to Copy Files from Pod to Local with kubectl cp

Introduction And actually, managing files between your local system and...

Learn More 12 2Oct 3 '24

Top 5 Continuous Integration Tools: Optimizing Your Development Workflow

In today’s fast-paced software development environment, Continuous Integration (CI) and Continuous...

Learn More 10 0Dec 9 '24

The Must-Have GitHub Actions Dashboard - CICube

Well, we wanted to let you know about one thing we've been working on: CICube, the platform...

Learn More 10 0Oct 1 '24

How to access GitHub Actions Contexts

Introduction Well, let's provide some insight into how contextual information is...

Learn More 10 0Oct 2 '24

Conventional Commits : un premier pas vers l’automatisation

« Fix truc », « maj test »... Vous aussi, vous vous demandez parfois ce que vous vouliez dire il y a...

Learn More 8 0Jul 4

Setup Gitlab CI

Introduction Gitlab is a comprehensive platform designed for software development and...

Learn More 7 0Sep 19 '24

How to Reproduce CI Failures Locally in Playwright

Have you ever run a Playwright test locally, watched it pass with flying colors, and then pushed your...

Learn More 7 0Feb 19

Serverless Is Not A Primary

I love serverless. With it, I help teams deliver value quickly, without the need to spend time...

Learn More 6 0Jul 28

🚀 Boost Your Workflow with CI/CD: A Step-by-Step Guide to Supercharge Development!

In today’s fast-paced development world, waiting for manual deployments is a thing of the past. If...

Learn More 6 0Mar 28

How We Started Continuous OSS License Monitoring with License Finder

Learn how we initiated continuous OSS license monitoring using License Finder. This article details installation, CI integration, and operational practices to mitigate risks from incompatible licenses in OSS projects.

Learn More 4 0Nov 28 '24

Testing in a serverless environment

Working in a pure serverless environment presents a distinct set of challenges when testing your...

Learn More 3 0Aug 22

Integrating SAST into Your CI/CD Pipeline: A Step-by-Step Guide

Integrating SAST into Your CI/CD Pipeline: A Step-by-Step Guide If you’re looking to...

Learn More 3 1Jun 24

Fast multi-arch Docker build for Rust projects

Rust allows programs to run very fast and memory efficient, but it has a cost – compile time. In web...

Learn More 3 0Oct 5 '24

3 Rules for Turbo-Charged E2E Tests

Slow and brittle tests are killing your productivity and blocking the adoption of advanced practices...

Learn More 3 0Feb 13

Symfony & Doctrine Migrations: Validation in CI

I had the opportunity to work on a project with a team that was relatively new to Doctrine...

Learn More 3 0Sep 5 '24

GitHub Workflows: The First Line of Defense

For this week, our task was to automate everything: GitHub workflows for testing, linting, building,...

Learn More 3 0Nov 10 '24

Docker with CI/CD: Automating the Software Lifecycle

Docker with Continuous Integration (CI/CD) Docker and Continuous Integration/Continuous...

Learn More 3 2Dec 21 '24

Best Service Virtualization Tools: Detailed Comparison

When you're building or testing an application that depends on other services—like APIs, databases,...

Learn More 2 0Aug 23

Top 10 Best CI/CD Tools For DevOps and Programmers

Top 10 Best CI/CD Tools For DevOps and Programmers. Many businesses are now adopting Agile and...

Learn More 2 0Dec 26 '24

How FundGuard Drastically Improved Their CI with Modest Effort

*By Michael Shachar, Software Engineering Manager, FundGuard * In this post, I’ll share how we...

Learn More 2 2May 28

Sharing Artifacts Between GitLab CI Matrix Jobs: React Build Example

When working with GitLab CI/CD pipelines that involve complex deployment scenarios, particularly with...

Learn More 2 1Jul 28

Automate Vercel Preview Deployments with GitHub actions: A Step-by-Step Guide

Introduction Vercel Preview Deployments allow you to stage changes in a live environment...

Learn More 2 0Oct 28 '24

Bringing AI Agents to CI/CD: Using ToolHive and Buildkite to Bring Intelligence to Vulnerability Scanning

Continuous Integration and Continuous Deployment (CI/CD) pipelines have traditionally relied on...

Learn More 2 0Aug 18

Cobertura Coverage Reports for CI/CD Pipelines: @yartasdev/cobertura-collect

In CI/CD processes, test coverage is critical for measuring the quality of our software projects....

Learn More 2 0Sep 5 '24