lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Andrii: Separation of concerns, 3 weeks #377

Open andriivam opened 1 year ago

andriivam commented 1 year ago

Learning Objectives

andriivam commented 1 year ago

Week 1

I Need Help With:

Be honest the start of this week was super hard for me. I had feeling like get lost and did not understand a lot of thinks. But till the end of the week its get better. One of the reasons why i submit mu issue today is that i just finally get some thinks and can say something about that. With this module i need time and a lot of practice.

What went well?

After meeting with @danielhalasz and his explanations the exercises and study materials became more clear and easy to understand. So i am really would like to say huge thank you to the @danielhalasz.

What went less well?

I hard to explain in few words but i will try it. In one of exercises which i was doing the behaviour was super weird (probably i did some mistake there but wasn't able to understand that) i and its a lot of complicated thinks which need time and practice.

Sunday Prep Work

Still doing exercises and some tutorial. As well watching Mr Traversy

danielhalasz commented 1 year ago

hard to explain in few words but i will try it. In one of exercises which i was doing the behaviour was super weird

which exercise was that?

andriivam commented 1 year ago

@danielhalasz it was exercise 3-update-list.html. I think my problem was with children elements and index of elements

danielhalasz commented 1 year ago

one solution would be

 document.getElementById('actual').children[1].children[0].innerText = 'robots';
andriivam commented 1 year ago

@danielhalasz thank you)I have done this exercise with this solution but i was trying to implement remove method but it didn't work for me(

andriivam commented 1 year ago

Week 2

I Need Help With:

Hard to say with what i need help as this module i'm completely get lost. Can't understand from what to start group project(

What went less well?

We don't have progress with our group project as no one in our group really know how to do it. As well trying to understand the separation concept but be honest struggling with that a lot.

Sunday Prep Work

Watching some tutorial and study materials about separation concept.

danielhalasz commented 1 year ago

Can't understand from what to start group project(

well, would have been great to ask in Slack either in public or private

andriivam commented 1 year ago

@danielhalasz you know that im not ashamed to ask. But in this situation when i don't understand it at all its hard to ask something so it kind personal issue as most of the time in HYF we need to study in our own so i think i need to go by myself through some theory and get some knowledge and than try to ask. I find this module hard personally to me and probably i need more time for it.

andriivam commented 1 year ago

Week 3

What was not clear, where did you get stuck?

What was clear, what did you master?

andriivam commented 1 year ago

The Course

What can there be more of?

What can there be less of?

---- END RETRO TEMPLATE ---->

danielhalasz commented 1 year ago
  • Still struggling with separation

what are you struggling with especially? understanding the concept or writing it yourself?

danielhalasz commented 1 year ago
  • Less theory at the class and more practical exercises

we were looking at practical exercises in class that cover new concepts, so need some theoretical explanation as well..it is always a good idea to watch/read all the before class suggested study material..so you already have a rough idea about the topic beforehand.

danielhalasz commented 1 year ago
  • Would be super great to have some extra class or possibly to come other days and study at HYF (with someone who can help and explain problems)

you mean other day then Tuesday or Thursday?

andriivam commented 1 year ago
  • Still struggling with separation

what are you struggling with especially? understanding the concept or writing it yourself?

I understand separation concept but not able to write by myself