Tagged “ci-cd”
-
Creating a reliable software release policy
Posted on • Tagged with dev ci-cd
A look at the key aspects of a release policy and a practical checklist for seamless, high-quality software releases.
-
Why release versioning matters: A Guide to SemVer and automated publishing
Posted on • Tagged with dev ci-cd
A look on why versioning matters, how Semantic Versioning (SemVer) works and how to implement an automated versioning workflow for products intended to be used by external teams and developers
-
Building a Dynamic HTML Renderer with Nunjucks and JSON Templates
Posted on • Tagged with dev dsf ci-cd
An overview on how a dynamic HTML renderer (gocvy-frontend-renderer) works
-
Enhancing the Unified Design System with automated visual testing (by DSF)
Posted on • Tagged with dsf design dev ci-cd
How DSF uses Percy to perform automatic visual regression testing, to improve the quality of the Unified Design System and provide a more reliable user experience
-
Automating accessibility: Site-wide testing and reporting guide
Posted on • Tagged with dev accessibility eleventy ci-cd
Enhance your website's accessibility with automated testing and reporting. This guide walks you through the process of setting up and running accessibility checks across your site.
-
GitLab CI/CD and React Tests
Posted on • Tagged with dev ci-cd
An example of Continuous Integration, this time with unit testing react components.
-
GitLab CI/CD and GitLab Pages
Posted on • Tagged with dev ci-cd
In this post I will try and explain how to deploy a simple javascript application on GitLab pages, using Continuous Deployment with a live working example.