Skip to content

Instantly share code, notes, and snippets.

View nicktu12's full-sized avatar
😺
meow

Nick Teets nicktu12

😺
meow
View GitHub Profile

HTML and CSS: Design and Build Websites: Chapters 1 & 2

  1. On a website, what is the purpose of HTML code? HTML code describes the structure of a webpage.
  2. What is the difference between an element and a tag? Elements are the characters within two HTML tags. Elements tell the browser something about the information between (usually two) tags. Tags are used to further define the element.
  3. Why do we use attributes in HTML elements? Attributes are used to further define the information of an element, e.g. language.
  4. Describe the purpose of the head, title, and body HTML elements. The head of an HTML document contains information about the page and is not shown on a browser window. The title element will show on the top title of a browser, or within the title of the tab of the page you are viewing. The body is what is displayed on the web page to the user.
Nicholas Teets
Career Development Pre-Work
1. The three behaviors I resonate with from "29 Behaviors That Will Make You An Unstoppable Programmer" are: always use the right tool for the job, acknoledge that "I dont know," and move fast and break things. Problems can be solved using easier solutions by using the right tools for the job - a skill I've honed when approaching complex problems. Often more time can be saved by researching the right tool for a problem and implementing that tool versus trying to force a solution with your current toolset. By acknolweding what you don't know, you can begin to learn those things much faster - understanding the bigger picture and approaching the unknown with a sense of direction and confidence will only improve your skills and understanding. Lastly, learning how to accept and correct your mistakes is critically important to developing any skill, as stated in the final behavior. Often times I try to analyze my emotions and thinking patterns from an objective perspecti
@nicktu12
nicktu12 / CSS Challenges Mod 1.txt
Last active July 19, 2017 20:10
CSS Challenges Mod 1
##### Challenge 1
I created square divs, and used floats to position them along the top of the page, along with display: inline-block. Added margin to div 2 to create some space between div 2 and div 3.
[Challenge 1](https://codepen.io/nicktu12/pen/MoZLNym)
##### Challenge 2
I created square divs, and set margin auto on div 2 to center in screen, and float right on div 3 to push to right edge of screen.
@nicktu12
nicktu12 / Strengths & Storytelling Reflection Guidelines
Last active July 31, 2017 14:31
Strengths & Storytelling Reflection Guidelines
##### Strengths & Storytelling Reflection
Build on your professional story by thinking about how you're progressing at Turing. Answer the questions below in your own gist to use your StrengthsFinder themes to add to your story:
Write 1-2 paragraphs about your StrengthsFinder themes: How have you seen yourself using these strengths at Turing? Has your understanding of these strengths changed since you first reflected on them? If so, how?
I've seen myself using my abilities as a strategic thinker, and being a positive teammate who is adaptable in any situation. Through working with others, I've had to base my working style in each of these strengths, thus heightening my understanding of these skills within me. In my first paired project, I had to learn to work with someone who was not always positive and and not approaching problems straegically. I had to adapt my work flow to accomodate their working style, and use my positivity to bring them back to a positive state when they were upset that they were str
@nicktu12
nicktu12 / 2DoBoxDTRDeliverable
Last active July 23, 2017 19:38
2DoBox DTR Deliverable
Project: 2DoBox Pivot
Group Member Names: Nick Teets, Jen Woodson
Project Expectations: What does each group member hope to get out of this project?
Nick - Focus on single responsibility principle for javascript functions.
Jen - Learn to write simple, reusable modular functions.
Goals and expectations: Solidify SRP and gain experience working with existing codebase and refactoring.
@nicktu12
nicktu12 / Accessibility Implementation
Created July 26, 2017 17:27
Accessibility Implementation
Steps I will take to make my projects more accessible:
-include label tag for more clickable buttons
-ensure actionable elements have the ability to be focused on utilizing only the keyboard
-improve contrast on text elements for maximum readability
-utilize semantic HTML to reduce the need for additional HTML attributes describing elements
-ensure that projects are navigable and information is presented with clarity using ChromeVox

Nick Teets -Feedback II Reflection

Date of feedback conversation:

9/5/17 - Amy Holy

How did you prepare for the conversation?

I prepared for the conversation by reflecting on our workflow and times where we ran into issues. I was lucky enough to have Amy as a partner during mod 1, so I was able to compare the experiences to better understand our working dynamic.

How did the conversation go for you? What was easy about the conversation? What was more difficult?

It was very easy to have the conversation with Amy - we are good friends and respect each other's work styles. It was very easy to provide positive feedback, but struggled with identifying actionable feedback for Amy. We both agreed that when we are working together, we need to remember to take breaks and see the sun every once in a while.

@nicktu12
nicktu12 / Nick Teets - Cold Outreach I Deliverable.md
Last active September 18, 2017 14:53
Cold Outreach I Deliverable for Turing Mod 2 Professional Development

Nick Teets Cold Outreach I Deliverable

Name of Contact

Lydia Shafer

Date of Contact

8-11-2017

Outcome

With Lydia moving away from Denver, it was decided the mentorship did not meet my expectations for a mentorship. While we decided to meet up and talk about Lydia's career in software development, the meeting never took place.

Name of Contact

@nicktu12
nicktu12 / Nick Teets - Agile Practices-PM Deliverable.md
Created September 18, 2017 01:09
Reflection on the use of agile practices and project management during module two of Turing.

Nick Teets - Agile Practices/PM Deliverable

I feel like it is impreative to focus on agile practices while in school at Turing, but I have found that not having time to focus on MVP makes it hard to really focus on what agile project management is really about.

In this module, during individual projects as well as partner projects, I accomplished solving complex problems by breaking features and functionality into managable pieces, and managed with tools like Waffle.io and Github issues. While this approach makes the development cycle easier to visualize, it is still difficult to estimate how much time certain tasks may take.

Moving into the next module, I was to continue to focus on good DTR policies to ensure I am on the same page with my partners on Github workflow, communication preferences and schedule. Additionally, I would like to be part of a project where I am not seen as the team leader - at times I have felt overbearing on my project partners due to taking lead of a project.

@nicktu12
nicktu12 / Nick Teets - Feedback III Reflection.md
Last active September 18, 2017 03:14
Reflection on group projects during modules 1 & 2 of Turing

Nick Teets - Feedback III Reflection

What are you doing well as a pair programmer and collaborator?

I think I am able to slow down and explain code when my collaborators are lost, and make sure to check in with their progress when reviewing difficult concepts.

How do you use your strengths as a team member?

I bring people up when they are lost or not feeling confident in their abilities. Bringing positivity to the table and sharing it with others has been one of my strong points since starting the program.