Menggunakan Travis CI untuk mengatur ukuran bundle size aplikasi web
https://web.dev/fast/using-bundlesize-with-travis-ci
#travis #ci #bundle
https://web.dev/fast/using-bundlesize-with-travis-ci
#travis #ci #bundle
web.dev
Using bundlesize with Travis CI
Define performance budgets with minimal setup and enforce them as part of your development workflow using bundlesize with Travis CI.
Penggunaan Drone CI untuk Continuous Integration CI CD
https://dev.to/alex_barashkov/how-did-we-make-open-source-ci-better-15b0
#drone #ci
https://dev.to/alex_barashkov/how-did-we-make-open-source-ci-better-15b0
#drone #ci
The DEV Community
How did we make open source CI better?
In this article, we talk about Drone CI, a very powerful, lightweight, docker-b...
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...
Contoh migrasi dari Circle CI ke AWS Code Build
https://medium.com/@MailSlurp/migrating-from-circleci-to-aws-codebuild-consolidating-costs-5bc7fb704f65
#ci #circle #aws
https://medium.com/@MailSlurp/migrating-from-circleci-to-aws-codebuild-consolidating-costs-5bc7fb704f65
#ci #circle #aws
Medium
Migrating from CircleCI to AWS CodeBuild (consolidating costs).
CircleCI is a hugely popular CI/CD service. But it quickly becomes expensive. AWS CodeBuild helped us reduce costs while enabling the…
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.
Cara deploy ke halaman GitHub Pages dengan Travis CI
https://www.freecodecamp.org/news/learn-how-to-automate-deployment-on-github-pages-with-travis-ci/
#travis #ci #github #pages
https://www.freecodecamp.org/news/learn-how-to-automate-deployment-on-github-pages-with-travis-ci/
#travis #ci #github #pages
freeCodeCamp.org
How to automate deployment on GitHub-pages with Travis CI
> Disclaimer: This story is not sponsored by any of the tools that has been described into the article (Travis-CI, Github, Github-Pages) You have created a project in React.js and deployed it on the GitHub-pages (not yet ?? —create your first project in React.js…
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).
Latihan menggunakan Heroku CI untuk deploy aplikasi web
https://levelup.gitconnected.com/how-to-get-the-most-out-of-heroku-ci-66c12220517b
#heroku #ci
https://levelup.gitconnected.com/how-to-get-the-most-out-of-heroku-ci-66c12220517b
#heroku #ci
Medium
How to get the most out of Heroku CI
Parallel test runs, browser testing with Cypress, and more
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...