Task | Accountability Check | Time Frame |
---|---|---|
Task A- Practice typing: http://typing.io - Aim for 25 wpm without looking at the keyboard. Focus on Ruby, but other languages are also valuable practice. |
As you finish each level, save a screenshot of your progress and post it as a comment in your Gist (see Day One task). | 10 minutes a day |
Task B- Algorithmic Thinking & Logic: Sign up for a free account & do all of the free Computer Science Warmups Concepts & Challenges at Brilliant.org. Spread these exercises out over the next week as you see fit. |
Take a screenshot when you complete each quiz (Labyrinth Liberation, Dinner Date, Algorithm Accomplished) and post it as a comment in your Gist (see Day One task). | About 5 minutes a day |
Task | Accountability Check | Time Frame |
---|---|---|
Task C- Create a public GitHub Gist where you will keep track of your pre-work progress. Watch this video for instructions on forking the template I've created for you. Use this template for your Gist: https://gist.github.com/mbburch/6800167c8e757c85f78b. Any time you add a comment to your Gist, reference the task label (A, B, C, etc.) as I've done in the example Gist. This will make it easier for you and your mentor to know what Gist responses go with which tasks. Note: When adding images to your Gist, make sure they are saved as a .jpg or a .png file. |
Share the link to your Gist with your student mentor. Check your email if aren't sure how to contact your student mentor. | 10 minutes |
Task D- Set up your environment (Atom, Ruby, etc.) If you are a Mac user: Watch this screencast or read this post to guide you. The screencast and the post cover the same information. If you are a Windows user: Rachel add info here! Cloud9?? |
Respond to the following questions in your Gist:
Type the following commands into your Terminal to ensure you have Ruby, RVM, and Git installed. Take a screenshot that shows the versions of each of these, and post it as a comment in your Gist:
|
About 45 minutes |
Task E- Start learning to use the command line. Watch this video. Read AND do these exercises in your terminal: http://cli.learncodethehardway.org/book For today:
|
Did you make the flashcards in Setup? Post a picture of your flashcards as a comment in your Gist. Answer the following questions in your Gist:
|
About 45 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Task | Accountability Check | Time Frame |
---|---|---|
Task E- Read AND do these command line exercises in your terminal: http://cli.learncodethehardway.org/book For today:
|
Take a screenshot of your terminal after completing each exercise, and post all three as comments to your Gist. | 20 minutes |
Task F- Choose your Ruby adventure!
|
See directions for the option you choose. | n/a |
Option 1: Pace yourself as you work through this, and plan to spend at least 30 minutes a day on it. Focus on the sections from "irb" through "hashes" (you may skip "Summary: Tools"). If you don’t understand something, try doing it again. IRB, in particular, is a very helpful tool that you will use often. |
In your Gist, list the sections that you work through each day, and answer the questions in the Gist template that connect to the sections you worked through. | 30 minutes |
Option 2: Complete Try Ruby through Level 4. Sign up for CodeSchool so you can save your badges and track your progress. When you are finished, you will move on to Option 1! It’s okay to skim through some of the things you already learned, but focus on using irb, and take your time with new information. Repetition is your friend. |
In your Gist, list the levels you work through each day. As you finish each level, take a screenshot of your badge, and post it as a comment in your Gist. | 30 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Task | Accountability Check | Time Frame |
---|---|---|
Task E- Read AND do these command line exercises in your terminal: http://cli.learncodethehardway.org/book For today:
|
Take a screenshot of your terminal after completing each exercise, and post them as comments in your Gist. | 20 minutes |
Task F- Continue learning Ruby with the option you chose above. | Option 1: In your Gist, list the sections that you worked through today, and answer the questions in the Gist template that connect to those sections. Option 2: In your Gist, list the levels you worked through today. As you finish each level, take a screenshot of your badge, and post it as a comment in your Gist. |
30 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Task | Accountability Check | Time Frame |
---|---|---|
Task E- Read AND do these command line exercises in your terminal: http://cli.learncodethehardway.org/book For today:
|
Take a screenshot of your terminal after completing each exercise, and post them as comments in your Gist. | 20 minutes |
Task F- Continue learning Ruby with the option you chose above. If you started with Try Ruby, switch to Option 1 today, and make sure you read over the directions from Day Two! | Option 1: In your Gist, list the sections that you worked through today, and answer the questions in the Gist template that connect to those sections. Option 2: In your Gist, list the levels you worked through today. As you finish each level, take a screenshot of your badge, and post it as a comment in your Gist. |
30 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Task | Accountability Check | Time Frame |
---|---|---|
Task E- Read AND do these command line exercises in your terminal: http://cli.learncodethehardway.org/book For today:
|
Take a screenshot of your terminal after completing each exercise, and post them as comments in your Gist. | 20 minutes |
Task F- Continue learning Ruby. You should be working on Option 1 at this point. | In your Gist, list the sections that you worked through today, and answer the questions in the Gist template that connect to those sections. | 30 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Task | Accountability Check | Time Frame |
---|---|---|
Task F- Continue learning Ruby. You should be working on Option 1 at this point. | In your Gist, list the sections that you worked through today, and answer the questions in the Gist template that connect to those sections. | 30 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Task | Accountability Check | Time Frame |
---|---|---|
Task F- Continue learning Ruby. You should be working on Option 1 at this point. | In your Gist, list the sections that you worked through today, and answer the questions in the Gist template that connect to those sections. | 30 minutes |
Daily Tasks (Typing Practice & Algorithmic Thinking/ Logic) | See instructions in Daily Tasks section | 15 minutes |
Priority Level | Task | Accountability Check |
---|---|---|
Priority 1 | Complete the Railsbridge Curriculum you started above, from "Loops" through "How to Write a Program." | Respond to the following prompts in your Gist:
|
Priority 2 | Dive deeper, and reinforce your Ruby knowledge, by following along & doing the exercises in Launch School's Ruby book. (You may skip over all the setup in "Preparation," but do read all the sections from Documentation onward.) | As you complete the exercises for each section, take a screenshot of your terminal or text editor that shows your work, and post it as a comment to your Gist, listing the exercise topic as the comment heading. |
Priority 3 | Learn how to use Git & GitHub for version control (you’ll use this all the time at Turing): https://www.codeschool.com/courses/try-git. Be sure to read the advice section as you work your way through. | After you complete the course, save a screenshot of your badge as a jpeg, and post it as a comment in your Gist. |
Priority 4 | Improve your workflow with Regis’ video on using Atom & Spectacle | Write a brief Gist describing your thinking on effective workflow. What shortcuts do you think you'll find most useful? What would you like to learn or practice that will most help you improve your speed and workflow? |
Priority 5 | Become a command line master by working through Michael Hartl's command line book. Take time to do the exercises. (NOTE... don't need to repeat what you've already done in the prior command line lessons) | As you complete each section, respond to the related questions below (mostly taken directly from the tutorial exercises):
|
Task | Accountability Check |
---|---|
Write a Ruby program to encrypt and decrypt secret messages (get better with Atom & the command line): http://tutorials.jumpstartlab.com/projects/encryptor.html. Contact your student mentor, and ask them to help you use Screenhero to share your work with them. If you’re feeling extra savvy, try using GitHub for version control as you do this tutorial. Spread the work on this out over a few days, and give yourself time for repetition. There are some concepts in here that you’ll use a lot (classes, File I/O, etc.) | Walk your student mentor through your project over Screenhero. If you used GitHub, post your repo to your Gist. |
Work through the Ruby lessons on CodeAcademy to reinforce your learning (this is a good resource if you have somehow made it this far without setting up your environment). | Take a screenshot of your completion badges, and post it as a comment in your Gist. |
More algorithmic thinking & logic: Return to https://brilliant.org and work through the free logic sections. Brilliant will also give you new challenges on the home page each day. Try your hand at these. | Take a screenshot when you complete each section (numbers turn green when you have answered correctly) and post it as a comment to your Gist. |
Continue working on http://typing.io. Try and reduce your errors and get your speed up to 35-40 wpm. Work through the Ruby section twice. | As you finish each level, take a screenshot and post it as a comment to your Gist. |
If you still want more, here are two paid, in-depth options for learning Ruby: | These are completely optional! No need to keep track of anything in your Gist. |
- Were you able to get through the work? Did you rush to finish, or take your time?
- What are you most looking forward to learning more about?
- What topics would you most like to see reinforced by instructors?
- What is most confusing to you about what you've learned?
- What questions do you have for your student mentor or for your instructors?