Continuous Infrastructure: The Other CI
Want to boost the efficiency of your DevOps operations? Make infrastructure a first-class citizen of the CI pipeline. - https://goo.gl/YU59wy
#ci
Want to boost the efficiency of your DevOps operations? Make infrastructure a first-class citizen of the CI pipeline. - https://goo.gl/YU59wy
#ci
Opensource.com
Continuous infrastructure: The other CI
Continuous delivery (CD) and continuous integration (CI) are two well-known aspects of DevOps. But the CI in vogue today is missing a critical “I:” infrastructure.
How To Speed Up CI Builds with the new NPM 'ci' Command
npm 5.7 was released this week but a serious issue was quickly reported where it was breaking filesystem permissions. 5.7.1 is now out to fix the problem, so we can focus on one of 5.7’s new features instead, npm ci. - https://goo.gl/goRMc4
#nodejs #ci
npm 5.7 was released this week but a serious issue was quickly reported where it was breaking filesystem permissions. 5.7.1 is now out to fix the problem, so we can focus on one of 5.7’s new features instead, npm ci. - https://goo.gl/goRMc4
#nodejs #ci
Medium
How To Speed Up Continuous Integration Build With New NPM CI And package-lock.json
While very controversial, the new npm release 5.7.0 brings some amazing features which will have noticeable positive impact on your…
Mastering testing with Vue.js by testing a real application and setting up CI/CD
A lot of developers don’t like writing test, but I do love it, tests make your code more resilient and error-prone… — http://amp.gs/4U08
#vue #ci #cd #testing
A lot of developers don’t like writing test, but I do love it, tests make your code more resilient and error-prone… — http://amp.gs/4U08
#vue #ci #cd #testing
Medium
Mastering testing with Vue.js by testing a real application and setting up CI/CD
We are going to use a real application, hacker news clone, built by Evan, I simply forked it since I don’t want changes to it breaking…
CI/CD Pipeline: A Gentle Introduction
Do you want your engineering team to deliver bug-free code at high velocity? A fast and reliable CI/CD pipeline is crucial for doing that sustainably over time. - http://amp.gs/RBkj
#ci #cd
Do you want your engineering team to deliver bug-free code at high velocity? A fast and reliable CI/CD pipeline is crucial for doing that sustainably over time. - http://amp.gs/RBkj
#ci #cd
Medium
CI/CD Pipeline: A Gentle Introduction
Do you want your engineering team to deliver bug-free code at high velocity? A fast and reliable CI/CD pipeline is crucial for doing that…
Using GitHub Actions for Continuous Integration with Node
There are going to be quite a few articles like this in the coming months, as GitHub Actions (while still in beta) is now immediately open to anyone who applies. - http://amp.gs/AKei
#nodejs #github #ci
There are going to be quite a few articles like this in the coming months, as GitHub Actions (while still in beta) is now immediately open to anyone who applies. - http://amp.gs/AKei
#nodejs #github #ci
www.thedreaming.org
Using GitHub Actions for Continuous Integration!
Random musings from Jason Walton, software developer and sometimes photograper.
6 optimization tips for your CI configuration
Teams don’t always have time to work with an expert to optimize their config. CircleCI's customer engineering team shares the guide they're using. - http://amp.gs/wR6F
#ci #cd
Teams don’t always have time to work with an expert to optimize their config. CircleCI's customer engineering team shares the guide they're using. - http://amp.gs/wR6F
#ci #cd
CircleCI
6 optimization tips for your CI configuration
Learn the best tips for config optimization from the customer engineering team at CircleCI.