ubuntu

How To Automate Deployment Using CircleCI and GitHub on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Automate Deployment Using CircleCI and GitHub on Ubuntu 18.04

Continuous Integration/Continuous Deployment (CI/CD) is a development practice that allows software teams to build, test, and deploy applications easier and quicker on multiple platforms. CircleCI is a popular automation platform that allows you to build and maintain CI/CD workflows for your projects. In this tutorial, you’ll go through the steps to set up a sample Node.js app for auto-deployment on an Ubuntu 18.04 server using CircleCI.

Read more
How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04

Luigi is a Python package that manages long-running _batch processing_, which is the automated running of data processing jobs on batches of items. Luigi allows you to define a data processing job as a set of dependent tasks. In this tutorial you will build a data processing pipeline to analyze the most common words from the most popular books on Project Gutenburg. You will build a pipeline using Luigi. You will use Luigi tasks, targets, dependencies, and parameters to build your pipeline.

Read more
CHAT