How to set up Continuous Integration for JavaScript
A tutorial on setting up Continuous Integration for a JavaScript project using Travis CI, including configuration and testing.
A tutorial on setting up Continuous Integration for a JavaScript project using Travis CI, including configuration and testing.
Connecting a Django Shiv application to Nginx to complete the deployment process for a SaaS project.
How Cypress.io improves developer confidence and work-life balance by providing reliable, easy-to-debug end-to-end testing for web applications.
A guide to automating pull request checks and reviews using the Danger tool on CI servers like Travis CI.
A guide to setting up a self-deploying Jenkins CI/CD server using Jenkins Job Builder and Pipeline-as-Code.
A guide to debugging R package builds on CircleCI using local Docker containers or remote SSH connections for interactive troubleshooting.
A guide to customizing CircleCI for R projects, covering workflows, caching packages, and code coverage.
Learn how to use CircleCI orbs to upload a Python Shiv application to an AWS S3 bucket for deployment.
The author fixes Shiv zipapp dependencies and sets up automated builds using CircleCI for continuous integration.
Learn how to bundle a Python app and its dependencies into a single executable using Shiv, a tool from LinkedIn.
Applying software CI principles to leadership, proposing a 'Leadership CI' framework of reflective questions for better decision-making.
A guide to interactively debug R package builds on Windows using AppVeyor's Remote Desktop feature when errors can't be replicated locally.
A guide to interactively debug R packages on Travis CI by SSHing into the build server when local replication fails.
A guide on using CircleCI for continuous integration testing of R packages and projects, highlighting its advantages over Travis CI and AppVeyor.
Explains how a cached node_modules directory caused ASP.NET compilation to fail by attempting to compile JavaScript files, with a workaround.
Guide to running PHPStorm code inspections from the command line and integrating the results into a Continuous Integration (CI) pipeline.
Analyzes PowerApps development challenges from a DevOps perspective, covering source control, environments, and CI/CD limitations.
A guide to merging multiple Gradle projects and their Git histories into a single repository to simplify development workflows in a microservices architecture.
Explores challenges and best practices for managing database schema changes in development teams, focusing on automation and CI/CD integration.
A guide to automating Angular library releases using semantic-release and CircleCI for versioning, publishing, and changelog generation.