CI Pipelines for dockerized PHP Apps with Github & Gitlab [Tutorial Part 7]
A tutorial on setting up CI pipelines for Dockerized PHP applications using GitHub Actions and GitLab CI.
A tutorial on setting up CI pipelines for Dockerized PHP applications using GitHub Actions and GitLab CI.
A summary of new testing features announced at WWDC21, including Xcode Cloud, async/await for testing, and new XCTest APIs.
A developer shares their automated workflow using GitHub Actions to create and manage preview deployments for website changes via pull requests.
A guide to implementing a custom solution for re-running only failed jobs in GitHub Actions workflows to save CI time.
A guide to setting up automated testing and Continuous Integration for Python packages using GitHub Actions, including multi-OS and Python version testing.
Analysis of documentation, testing, and CI adoption in Julia packages from the General registry, using a custom tool.
A developer integrates Sphinx documentation into a Django SaaS project, adding it to the app's UI, CI, and deployment process.
A technical evaluation of using Apple Silicon Mac Minis for CI/CD, covering setup automation, performance gains, and ARM-specific challenges.
A DevOps engineer shares practical strategies and tips for optimizing and speeding up Continuous Integration (CI) pipelines.
A developer shares their positive experiences with open source, from a first small contribution to learning, job opportunities, and community.
A guide to implementing impact analysis in CI/CD pipelines to skip unnecessary builds and tests, saving time and resources.
Monthly FOSS development update covering SourceHut CI features, BARE message format, and technical blog posts.
A guide to setting up a CI/CD release pipeline for Azure Logic Apps using Azure DevOps and ARM templates.
A guide to setting up free continuous integration for Laravel projects using GitHub Actions, including debugging and environment secrets.
A guide to setting up automated performance testing for static websites using Lighthouse CI and GitHub Actions.
Guide to configuring CircleCI to automatically push commits back to a GitHub repository using SSH deploy keys for generated artifacts like reports or docs.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
A guide on using Go modules to manage and version development tools for Go projects, ensuring consistency across teams and CI/CD pipelines.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
A tutorial on setting up test coverage for a JavaScript project using Coveralls.io and Travis CI, including adding a coverage badge.