Skip to content

Instantly share code, notes, and snippets.

View Asilo5's full-sized avatar
🎯
Creating

Consuelo Sierra Asilo5

🎯
Creating
View GitHub Profile

Gear-Up

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

    • I honestly have been a lot less empathetic since my mid teen years, but I still tend to be very understanding about being in another persons shoes. Whenever I go to a restaurant and hotels/hostels, I think of how I can help the person who will be attending me or cleaning after me in someway to make it easier on them. I don't know how it has helped me but I am sure they appreciate it. I beleive that just simply thinking, " what would I like or do different if I was this person?" helps.
  2. How does empathy help you build better software?

  • Empathy would help me be a better programmer by helping me stand and understand the lives of those using the software. If there is something that the user struggles with it would be great to help the user by building software that is useful for them, that would make their life easier. It's about thinking of the way you can make a difference with your knowledge. Technology has come

Pre-Work

  1. What is your greatest strength and how do you know?

    • From what I understood from the PAIRIN test it is Imaginative-Inspirational. I think that really holds true to who I am. I know that I am very creative and my creative thinking inspires me to live my life a certain way, but always a way that I am happy with. I am proud of being a creative, friendly individual.
  2. How do you work best?

    • It really depends on who I am surrounded with. I usually get along with everybody thus then I can work great in a team, and I love working with teams too. But if I feel unsafe or uneasy I prefer to work alone. I am not afraid to work alone, I enjoy my company.

Day 1

  1. On a website, what is the purpose of HTML code?

    • It creates and gives structure to a website to make it easier for the user to understand and navigate the website.
    • The h1 tag, for example is the header of the page. The h1 tag should be inside the body tag, which lieas inside the html tag. The body tag is where everything visible on the html code is. Inside the body tag you can add the paragraph, image, link, article tags, which help put the page together before making it visually pretty with CSS.
  2. What is the difference between an element and a tag?

Beginners Guide to Git

And how not to loose your mind

So, you have decided to learn about Git? Have a bootcamp or a job that requires it or just trying to be cool?

You came to the right place! Git is at the end not that tough, really, at least the beginning part.

Here I'll explain to you a bit about what I know about Git πŸ”₯

@Asilo5
Asilo5 / mod_0_session_4_practice_tasks.md
Last active March 27, 2019 00:32 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the 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.