Skip to content

Instantly share code, notes, and snippets.

View DennClark's full-sized avatar

Dennis Clark DennClark

View GitHub Profile
@DennClark
DennClark / BeginnersGuideToDataTypes.md
Last active May 27, 2020 19:48
Beginners Guide to data types

Beginners Guide to data types

I've worked day in and day out on Javascript through my mod 0 capstone.

Datatypes in Javascript

  1. String
  • Used to represent and manipulate a sequence of characters.
var string = ("string");
@DennClark
DennClark / My-Pairin.md
Last active June 1, 2020 22:02
Career Development
@DennClark
DennClark / gear-up.md
Last active September 4, 2020 19:57
My Gear Up

What role does empathy play in your life and how has it helped you?

  • The biggest role in which empathy has impacted me is being a father. I think as parents we interact with our kids in so many different ways, from being the authority to consoling. My youngest daughter would plead to her older brother and I to listen to her. With events like this I would sit on the ground and hear her out, she would voice her frustrations and I would relate with her on how I feel the same way sometimes. With my son he would say that an activity was boring or that he wished he could do something else. This was especially the case when he was learning how to play ice hockey. He would tell me that it was hard to skate and shoot the puck at the same time and I would listen and relate my childhood to how my dad would inspire me and work with me on the same things. I listen to their concerns and empathize with them on my past experiences from my childhood. This has helped our relationship grow and my kids tend to take on more c

Abstract

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you’d potentially be interviewing with who knows nothing about Turing.

Our project was to create a functioning web/mobile site where a user could add and delete personaized ideas. We started off by creating HTML/CSS content to stay true to the comp. My objective was to create the area for input fields for the title and body as well as the save button. We added functionallity through Js to add/delete ideas at the user's convienience. We utilized driver/navigator for the latter by implementing combined knowledge for the functionality.

Overall (Choose One)

- What role do you typically play on a team? (If you answer, provide an example from this project)

My typical role is to move between leader and collaborator, I tend to listen and analyze when I don't have the floor and to clearly explain my decisions to the group.

- What is your

@DennClark
DennClark / pair-project-reflection.md
Last active September 17, 2020 16:26
Paired Project Reflectio

Abstract

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you’d potentially be interviewing with who knows nothing about Turing.

  • The project entailed building the functionality of a romance novel site, where users could create, save and delete covers at will. We learned about DOM manipulation and manipulating the HTML file through JavaScript. The use of event listeners would invoke certain functions when a button was clicked or on page load. I also had practice with pull requests, commits and merging branches.

Overall

What role do you typically play on a team? (If you answer, provide an example from this project)

  • I typically play a leader role with collaborative efforts and suggestions from the team.
  • In this project however, I learned a lot about collaborating with my project partner and leaned into their knowledge when hitting roadblocks.