Skip to content

Files

Latest commit

 

History

History
32 lines (30 loc) · 1.46 KB

Weeks-1-2.md

File metadata and controls

32 lines (30 loc) · 1.46 KB

Weeks 1 & 2: Basic Programming

Learning Objectives

Navigate a unix command line

  • I can use the command line to run code and run tests

Version control projects

  • I can use git to access and submit mastery quizzes

Write a procedural program

  • I can write programs using variables
  • I can write programs using conditional logic
  • I can write programs using loops
  • I can write my own classes and methods
  • I can write programs using arrays and hashmaps

Evidence

Makers Ruby mastery quizzes (private repository)

  • Successfully completed quizzes for all 10 chapters of the Makers Ruby mastery curriculum, including the 11th extension quiz
  • Extension project for the Makers Basic Programming course, building a command line application
  • Extension project for the Makers Basic Programming course, introducing RSpec testing and pair programming
  • A mixture of Ruby exercises completed during Makers workshop sessions and in self-directed learning time
  • Completed 30 code katas and ranked to 6 kyu