Skip to content

Instantly share code, notes, and snippets.

@katiescruggs
katiescruggs / Scruggs-Post-Grad-Plan.md
Last active February 19, 2018 23:39
30 Day Action Plan for Post-Turing Work

Post-Grad Job Search Action Plan Template: My First 30 Days

#1: 30-Day Job Search Action Plan

Create a schedule & goals for the first 30 days Post-Graduation

Action Step #1: Weekly Calendar: Weekly Calendar

Action Step #2: I don't have a specific cut-off for signing an offer, but I would really like to start a job within a month of graduation. I think if I stick to my plan and talk to enough people and apply to enough jobs, that is a reasonable goal.

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are your learning goals for this project? What drives us in this project? (testing, ES6, canvas, objects)
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches? (both)
  • How do you communicate best? How do you appreciate receiving communication from others? (talk, Slack)
  • How would you describe your work style? (Maria is a hard worker, needs to think about things on own)
@katiescruggs
katiescruggs / DTR_2DoBox.md
Last active September 12, 2017 03:17 — forked from HartiganHM/DTR_Idea_Box.md
IdeaBox - Hugh Hartigan and Brandon Farestad-Rittel

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are your learning goals for this project? What drives us in this project?

    Hugh My learning goals for this project are to increase my speed and adaptability with HTML and CSS, as well as to increase my proficiency and understanding with JQ/JS. I feel comfortable with Git/GitHub, but want to become more organized and regimented with my branches, commits, etc.

@katiescruggs
katiescruggs / Linked_List_DTR.md
Last active September 18, 2017 02:12
DTR with Julie Hawkins

Template for DTR Memo

Project: Linked List

Group Member Names: Katie Scruggs (me), Julie Hawkins

Project Expectations: What does each group member hope to get out of this project? We expect to at least achieve Phase Three requirements and talk about how we would execute Phase Four. Hopefully we will also do Phase Four. We also expect to have fun with this project while trying new things. I expect to get a better handle on GitHub.

Goals and expectations: Have fun and experiment while creating an awesome project.

29 Behaviors That Will Make You an Unstoppable Programmer

The biggest lesson I learned from reading "29 Behaviors that Will Make you an Unstoppable Programmer" was to hesitate less when I begin working on a project. Regardless of the project, I have a tendency to be intimidated by the blank page, and sometimes I allow this fear of doing something wrong prevent me from doing anything at all. The advice to "understand that code is cheap" and "move fast and break things" made me realize that it is more important to try something that I know isn't perfect than wait for the perfect idea to strike. I also enjoyed the reminder to "absorb massive criticism with ease." Although I have always taken criticism into account in the past, I have taken it too personally at times and allowed it to discourage me when it was only meant to be constructive. I have been working on taking critiques less personally, and it was good to be reminded that criticism is valuable to everyone.

Atul Gawande's "Checklist" for Surgery Su

@katiescruggs
katiescruggs / KatieScruggs_Prework.md
Last active August 1, 2017 17:54
Prework for Front-End Program at Turing

HTML and CSS: Design and Build Websites

Questions over Chapters 1 and 2

  1. The purpose of HTML code is to describe the structure of webpages.

  2. The difference between an element and a tag is that a tag refers only to the brackets and characters, while an element is comprised of the opening tag, the closing tag, and everything in between.

  3. We use attributes in HTML to provide more information about elements.

  4. The purpose of the head HTML element is to contain information about the page.

@katiescruggs
katiescruggs / index.html
Last active February 20, 2017 20:24
Random Quote Generator
<head>
<title>Words of the Buddha</title>
<meta charset='utf-8'>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<h1>Quotes from the Buddha</h1>
<br>
<div id="quote-box">