Latihan menggunakan Continuous Integration Drone CI . Drone CI ini bersifat open source dan dapat di pasang di server sendiri
https://dev.to/alex_barashkov/getting-started-with-open-source-drone-ci-4pgc
#drone #ci #cd
https://dev.to/alex_barashkov/getting-started-with-open-source-drone-ci-4pgc
#drone #ci #cd
DEV Community
Getting started with open-source Drone CI
If you are building your side project or startup and want to avoid spending too...
Melakukan deploy aplikasi Vue JS ke Netlify dengan Gitlab CI / CD
https://medium.com/js-dojo/deploying-vue-js-to-netlify-using-gitlab-continuous-integration-pipeline-1529a2bbf170
#gitlab #ci #cd #netlify #vue
https://medium.com/js-dojo/deploying-vue-js-to-netlify-using-gitlab-continuous-integration-pipeline-1529a2bbf170
#gitlab #ci #cd #netlify #vue
Medium
Deploying a Vue.js app to Netlify using GitLab’s CI/CD pipeline
Setup a Continuous Integration pipeline that runs tests, builds the app and deploys it to Netlify.
Spinnaker , layanan Continuous Delivery dari Google Cloud Platform
https://cloud.google.com/blog/products/devops-sre/introducing-spinnaker-for-google-cloud-platform-continuous-delivery-made-easy/
#cd #gcp
https://cloud.google.com/blog/products/devops-sre/introducing-spinnaker-for-google-cloud-platform-continuous-delivery-made-easy/
#cd #gcp
Google Cloud Blog
DevOps & SRE | Google Cloud Blog
Find all the latest news about Google Cloud and DevOps & SRE with customer stories, product announcements, solutions and more.
Menyetel CI CD dengan Github, Circle CI , dan React
https://medium.com/better-programming/how-to-setup-continuous-integration-ci-with-react-circleci-and-github-e0efd5040b03
#ci #cd #circleci #github #react
https://medium.com/better-programming/how-to-setup-continuous-integration-ci-with-react-circleci-and-github-e0efd5040b03
#ci #cd #circleci #github #react
Medium
How To Setup Continuous Integration (CI) With React, CircleCI, and GitHub
To ensure the highest grade of quality code, we need to run multiple checks on each commit/pull request. Running code checks is especially useful when you’re working in a team, and making sure…
Cara menggunakan CI CD di GitHub dengan Github Actions untuk aplikasi Node JS
https://blog.bitsrc.io/https-medium-com-adhasmana-how-to-do-ci-and-cd-of-node-js-application-using-github-actions-860007bebae6
#nodejs #github #ci #cd
https://blog.bitsrc.io/https-medium-com-adhasmana-how-to-do-ci-and-cd-of-node-js-application-using-github-actions-860007bebae6
#nodejs #github #ci #cd
Medium
How to CI and CD a Node.JS Application Using GitHub Actions
Learn how to CI/CD with GitHub Actions and Docker
Memasang CI CD dengan Travis CI dan Coveralls pada aplikasi Node JS
https://dev.to/nedsoft/ci-cd-with-travisci-and-coveralls-in-node-express-api-2i55
#nodejs #ci #cd #travis #coveralls
https://dev.to/nedsoft/ci-cd-with-travisci-and-coveralls-in-node-express-api-2i55
#nodejs #ci #cd #travis #coveralls
DEV Community
CI/CD With Travis CI and Coveralls in Node/Express API
This article was originally published on my blog In the previous article, we wrote end-to-end tests...
Konfigurasi Travis CI untuk fungsi CI/CD aplikasi Node JS
https://dev.to/lauragift21/setup-continuous-integration-with-travis-ci-in-your-nodejs-app-26i2
#ci #cd #travis #nodejs
https://dev.to/lauragift21/setup-continuous-integration-with-travis-ci-in-your-nodejs-app-26i2
#ci #cd #travis #nodejs
DEV Community
Setup Continuous Integration with Travis CI in Your Nodejs App
This tutorial will take you through how to setup CI with Travis in nodejs app
Cara menyetel CI/CD untuk deploy aplikasi berbasis Node JS dengan menggunakan Gitlab CI
https://medium.com/better-programming/continuous-delivery-for-node-js-application-72dec43bf6bd
#gitlab #ci #cd #nodejs
https://medium.com/better-programming/continuous-delivery-for-node-js-application-72dec43bf6bd
#gitlab #ci #cd #nodejs
Medium
Set Up Continuous Delivery for Your Node.js application
A beginners guide to automatically deploying your Node.js application
Mempercepat waktu build project Angular di CI/CD dengan caching dependency
https://medium.com/vendasta/how-to-speed-up-angular-build-times-with-caching-5856d369de88
#angular #build #ci #cd
https://medium.com/vendasta/how-to-speed-up-angular-build-times-with-caching-5856d369de88
#angular #build #ci #cd
Medium
How to speed up Angular build times with caching
TL;DR We were able to reduce build times to 6 minutes (from 17) and test times to 18 seconds (from 1–2 minutes).
DevOps Project: Production Level CI/CD Pipeline Project
https://dev.to/prodevopsguytech/devops-project-production-level-cicd-pipeline-project-1iek
#ci #cd #pipeline
https://dev.to/prodevopsguytech/devops-project-production-level-cicd-pipeline-project-1iek
#ci #cd #pipeline
DEV Community
DevOps Project: Production Level CI/CD Pipeline Project
📝 Introduction In the modern software development landscape, Continuous Integration and...
DevOps Project: CI/CD Pipeline for a Microservices-Based Application on Kubernetes
https://dev.to/prodevopsguytech/devops-project-cicd-pipeline-for-a-microservices-based-application-on-kubernetes-1ba8
#ci #cd #kubernetes
https://dev.to/prodevopsguytech/devops-project-cicd-pipeline-for-a-microservices-based-application-on-kubernetes-1ba8
#ci #cd #kubernetes
DEV Community
DevOps Project: CI/CD Pipeline for a Microservices-Based Application on Kubernetes
Table of Contents Overview Project Architecture Step 1: Setting Up Microservices...