Giter VIP home page Giter VIP logo

homework's Introduction

Independent Practice

Instructions

Do this one time:

  1. Open your terminal and navigate to your Actualize folder.

  2. Clone this repository in your Actualize folder.
    git clone https://github.com/actualize-onl-2022-11/homework.git

  3. Navigate your terminal to this new folder. cd homework/

  4. Make a branch using your unique GitHub username.
    git checkout -b YOUR-GITHUB-USERNAME-GOES-HERE

  5. Make a rule to prevent accidental pushes to the main branch

    echo "if [[ \$(ps -ocommand= -p \$PPID) =~ 'main' ]]; then echo; echo 'Prevented push to main branch.'; echo 'Please push your personal branch instead.'; echo; exit 1; fi; exit 0" >> .git/hooks/pre-push
    chmod +x .git/hooks/pre-push
    

Do this every time you complete an exercise:

Commit each working change.
git add --all
git commit -m "your commit message goes here"

Submit your exercises by pushing your branch up to GitHub.
git push origin YOUR-GITHUB-USERNAME-GOES-HERE

Do this at the start of each new week:

Pull down the new exercises into your repository.
git pull origin main --no-edit

Exercises

Week 1

Review practice Deep dives
Day 1 Terminal Making the grade
Day 2 Git and GitHub Bob
Day 3 Ruby Core ISBN Validator
Day 4 Ruby OOP Todo App
Day 5 Ruby Methods Budget Calculator

Week 2

Review practice Deep dives
Day 1 Intro to APIs Book Report
Day 2 Baby's first rails ETL
Day 3 Be cruddy Anagrams
Day 4 More CRUD Todo App
Day 5 Params Budget Calculator

Week 3

Review practice Deep dives
Day 1 RESTful APIs Book Report
Day 2 Ruby Methods 2 ETL
Day 3 Migrations Anagrams
Day 4 Validations Hash as Index

Week 4

Review practice Deep dives
Day 1 Has Many Lights Out
Day 2 Authentication Tic Tac Toe
Day 3 Authorization Quicknotes
Day 4 Ruby Methods 3 [Firebase](w04/18 Firebase)
Day 5 Has Many Through

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.