/levelup

Practice problems and solutions for common DevOps and Software engineering challenges.

Primary LanguageCOtherNOASSERTION

levelup

A collection of exercises intended to increase DevOps and Software engineering skills.

  • Python 3.6+
  • Vagrant
  • VirtualBox w/ Extension Pack

Quick Start

Create a python virtualenv.

virtualenv venv
source ./venv/bin/activate

Install required python packages.

pip install -r requirements.txt

Navigate to the desired exercise and read it's README.md.

References