Skip to content

Instantly share code, notes, and snippets.

@Omegaeye
Omegaeye / robot.md
Last active May 21, 2021 17:02
Robot

Problem

Robot

You are working with a computer simulation of a mobile robot. The robot moves on an plane, and its movements are described by a command string consisting of one or more of the following letters:

  • G instructs the robot to move forward one step
  • L instructs the robot to turn left
  • R instructs the robot to turn right

The robot CANNOT go backwards - poor robot. After running all of the movement commands, you want to know if the robot returns to its original starting location.

@Omegaeye
Omegaeye / viewingpartydemo.md
Created March 30, 2021 20:56
Viewing Party Demo

Welcome to Viewing Party extended demo:

Nagivate to and Register as a user: http://localhost:3000/ Screen Shot 2021-03-30 at 1 01 40 PM

Register as User: Screen Shot 2021-03-30 at 1 20 52 PM

@Omegaeye
Omegaeye / mod2week1pd.md
Last active February 8, 2021 19:49
mod2week1 pd

Week 1:

  • (completed)
  • (partially complete)
  • (not started)

Ideas here are adapted from Atomic Habits by James Clear

  1. Reflect on your habits from last module. What behaviors and activities were helpful for you? What activities and behaviors could be more effective for you? What processes would you like to try differently this module to become more effective at your work and as a software developer?
    • Answer: I found that slowing things down and pre-planning is helping a lot. I would like to do my best to do better in the pre-planning process and asking for help.
  2. Setting intentions for this module: who do I want to be this module? What specific habits would help me get there? How are those habits tied to the identity of a software developer?
@Omegaeye
Omegaeye / b2intermissionwork.md
Last active January 30, 2021 19:45
B2 Intermission Work

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?
  • Answer: standard markup language for Web pages. Similar to .md
  1. What is an HTML element?
  • Answer: everything from the start tag to the end tag ( content )
@Omegaeye
Omegaeye / mod1week5.md
Last active January 13, 2021 22:04
mod1week5

Mod 1 Week 5: Creating Your Vision, Part II Answer the below questions in a separate gist and link them into your career journal using this template:

Week 5: [Link here to your gist]

(completed) (partially complete) (not started) If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here (remember to reflect on what you have control over, what you want to try differently this week, and what habits you can utilize to get back on track):

@Omegaeye
Omegaeye / mod1week4.md
Last active February 22, 2021 20:13
mod1week4

Mod 1 Week 4: Creating Your Vision, Part I Answer the below questions in a separate gist and link them into your career journal using this template:

Week 4: [Link here to your gist]

(completed) (partially complete) (not started) If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here (remember to reflect on what you have control over, what you want to try differently this week, and what habits you can utilize to get back on track):

@Omegaeye
Omegaeye / mod1week3.md
Created December 14, 2020 22:47
CJmod1Week3

Mod 1 Week 3: Habits & Accountability Systems Answer the below questions in a separate gist and link them into your career journal using this template:

Week 3: [Link here to your gist]

(completed) (partially complete) (not started) If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here (remember to reflect on what you have control over, what you want to try differently this week, and what habits you can utilize to get back on track):

@Omegaeye
Omegaeye / mod1week2.md
Last active December 14, 2020 12:50
Mod1week2 PD
  • If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here (remember to reflect on what you have control over, what you want to try differently this week, and what habits you can utilize to get back on track):

Power of self-reflection

What is challenging about self-reflection?

-Answer: in order to be able to self-reflect, I have to be self-aware. Being self-aware is hard.

How can you continue to build the habit of self-reflection at Turing?

-Answer: by being open to feedbacks and criticisms.

Social identity mapping

  • First, create you own social identity map on a piece of paper (or print this out):
  • Outer ring: write words that describe your given identity
@Omegaeye
Omegaeye / mod1week1.md
Last active December 14, 2020 02:59
Mod 1 Week 1
  • Mod 1 Week 1: Understanding your strengths Answer the below questions in a separate gist and link them into your career journal using this template:

**Week 1:

(completed) (partially complete) (not started) **If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here (remember to reflect on what you have control over, what you want to try differently this week, and what habits you can utilize to get back on track):

# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help