Hello Real World Videos

These are the videos embedded in the Hello Real World example project in Codio.

Videos

  • Introduction
  • Linux Terminal
  • GitHub Classroom Setup
  • Clone Starter Project
  • Java
    • Install Gradle
    • Create New Project
    • Write Hello World
    • Git Commit and Push
    • Write Unit Tests
    • Code Coverage
    • Documentation
    • Linting with Checkstyle
    • Hamcrest
  • Python
    • Create New Project
    • Write Hello World
    • Git Commit and Push
    • Write Unit Tests
    • Install Tox
    • Code Coverage
    • Documentation
    • Linting with Flake8
    • Type Checking
    • Hamcrest
  • Creating GitHub Release