Click here to Skip to main content
16,005,141 members
Everything / CI

CI

CI

Great Reads

by Rob Kraft
This article looks at continuous integration and continuous deployment to highlight what contexts each practice may work well in, and contexts where the practice may not work well, or may even be counter-productive.
by Ruslan Shkarin
A step-by-step guide on how to easily perform code quality checks with AWS CodeBuild.
by Alexnader Selishchev
Nocode open source CI+CD for ASP.NET apps
by Trần_Tuấn_Anh
Continuous Integration and Continuous Deployment (CI/CD) are fundamental practices in modern software development. When applied to microservices architecture, CI/CD ensures that each service is built, tested, and deployed independently, allowing for more frequent and reliable releases.

Latest Articles

by Trần_Tuấn_Anh
Continuous Integration and Continuous Deployment (CI/CD) are fundamental practices in modern software development. When applied to microservices architecture, CI/CD ensures that each service is built, tested, and deployed independently, allowing for more frequent and reliable releases.
by Christian Specht
After years of executing a “build and upload per FTP” batch on my machine, I now have a GitHub Pages-like experience when updating this site..
by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
by Christian Specht
How to build and deploy a Jekyll site via GitHub actions

All Articles