Skip to content

Instantly share code, notes, and snippets.

@danielpselph
danielpselph / mod_0_session_4_readings.md
Last active August 8, 2019 19:47 — forked from damwhit/mod_0_session_3_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Beginners Guide to Git

Benefits of using Git and Github

  • Version copies of your work every step of the way and have access to all your past changes
  • Easy reversion
  • Team collaboration
  • Github allows you to have access to all of your projects from any workspace with internet access

Tips for using Github and Atom

Pairing Survey Questions

What is your greatest strength and how do you know?

After reviewing my Pairin survey results I am able to identify my greatest strength which Pairin labeled Specialist. I agree with the finding in the fact that I do strive to work with precision and expertise. I have found that in my past academic and professional career I get satisfaction from structure and organized projects. I also find that looking at the world objectively has a positive impact on every aspect of my life.

How do you work best?

Although I am able to work efficiently in many different settings, I find that I do my best work when in a self regulated environment. Being able to set the structure of my work space and flow I am much more efficient and productive. I find that not confining myself to one area helps me to not get stuck in one way of thinking. Furthermore, working in an area with some distractions is helpful to me as it keeps my imaginative side functioning in the background allowing me to stay crea

Gear Up: Empathy Responses

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

Empathy has always played a large role in my life thanks to the upbringing of my parents. Since childhood I have seen the postive impact being empathic in everyday life as I went to more than ten schools before I graduated highschool. I learned interact with peers from a wide varieties of backgrounds and cultures and learned to make friends with as many as I could. Now being a parent myself I strive to pass on the values I learned while learning a new kind of empathy for my own growing children.

How does empathy help you build better software?

Empathy builds better software in the sense that it builds better teams. Almost no project will be done single-handedly thus making the effectiveness of a team imperative to succeed. The ability for members of a team to have open, honest conversations builds trust and a positive attitude. Not only is empathy important for a team to function it rewards us on a personal

@danielpselph
danielpselph / Agile_Reflection.md
Last active January 10, 2020 16:24
Agile Reflection - Daniel Selph
  1. What have you learned about the use of agile vs. waterfall in software projects? After our evaluation for the Futbol project I was able to see first hand how important the agile development process is when working with a team. This was most evident after setting our initial plan and then having to modify as the project progressed and new issues arose.

  2. How did you and your group approach project management in this project (what tools did you use, how did you hold each other accountable, etc.)? Our group approach to project management could have been better defined as there was no true project manager. We did define our Git workflow prior to starting the project and utilized Trello to divide tasks.

  3. What role did you take on in the project? My role in the project was not clearly defined and I helped out anywhere that I could.

  4. What changes would you make to your approach in future team projects?

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

HTML What is HTML? What is an HTML element? What is an HTML attribute? What is the difference between a class and an id? When would you use one vs. the other? What HTML would you write to create a form for a new dog with a "name" and an "age"? What are semantic tags? When would you use them over a div?

B2 Intermission

HTML

What is HTML?

HTML stands for Hypertext Markup Language and is the basic format for webpages.

What is an HTML element?

An element defines specific portions of an HTML documents and is designated with and beginning and end tag.

What is an HTML attribute?

Attributes are additional options that can be added to elements to create optional pieces of functionality and typically follow a name=value format.

My Story
Change has been the biggest the biggest constant throughout my life. This can seem relevant to anyone but for me personally this means changing cities, changing schools and eventually changing jobs. All of this change has allowed me to become a dynamic person. I have learned to adapt to every possible situation that I find myself in.
Once I entered the workforce I have done everything from managing a pizza place to professionally driving a zamboni for the Arizona Coyotes. Eventually I found my passion in healthcare administration, specifically in home health care. I created a career for myself in a field that has little to no instructions and required constant critical thinking. I also discovered my passion for helping people. After about 6 years in the industry I found that I was burned out and very frustrated. As many people know, there are copious amounts of red tape and I was not able to facilitate any real change, to actually help our patients.
This led me to make the leap into the tech wor

Paired Project Feedback

Name: Daniel Selph

Partner: Zeke Clark

Project Reflection

Jumpstart Lab Tutorial
What is a database?
A database is a way to digitally store various forms of data that can be accessed and manipulated by many different users
What is SQL?
SQL is a database engine that allows users to access and change information stored in a database
What is SQLite3?
SQLite allows users to use the same SQL commands to access date but is displayed in a plain text format