Git

How To Test Your Data With Great Expectations — step-by-step Python tutorial on Progressive Robot

How To Test Your Data With Great Expectations

Great Expectations is an open source data validation and documentation library written in Python. It allows you to establish assertions about your data called Expectations, and validate any data using those Expectations. In this tutorial, you will set up a local deployment of Great Expectations, connect it to your data, create a suite of Expectations, validate a batch of data using those Expectations, and generate a data quality report with the results.

Read more
How To Use Git to Manage Your Writing Project — step-by-step DevOps tutorial on Progressive Robot

How To Use Git to Manage Your Writing Project

Version control isn’t just for code. It’s for anything you want to track, including content. In this tutorial you’ll use Git to manage a small writing project in Markdown. You’ll store an initial version, commit it, make changes, view the difference between those changes, and review the previous version. When you’re done, you’ll have a workflow you can apply to your own writing projects.

Read more
Como instalar o Git no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 18.04

Uma versão anterior deste tutorial foi escrita por Brennen Bearnes. Os sistemas de controle de versão são cada vez mais indispensáveis no desenvolvimento de software moderno uma ver que o controle de versão permite que…

Read more
How To Install Git on a CentOS 6.4 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Git on a CentOS 6.4 VPS

Git is a distributed version control system that can be used to manage project files and source code for any site or application. This guide will cover how to install git from the CentOS repositories, or from source.

Read more
How To Install Git on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 12.04

This tutorial covers how to install git on ubuntu 12.04 via apt-get and from the source. Git is a distributed version control system released to the public in 2005. The program allows for non-linear development of projects, and can handle large amounts of data effectively by storing it on the local server.

Read more
How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS

Git is a very popular distributed version control system. When working on multiple projects in git with different collaborators, you need to control who has access to what. Gitolite is an access control layer that can be implemented on top of git to provide that level of control. In this guide, we will discuss how to install and configure gitolite on an Ubuntu 12.04 system.

Read more
CHAT