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

Fenny: Separation of concerns, 3 weeks #379

Open FennyWilriani opened 1 year ago

FennyWilriani commented 1 year ago

[my fork of module repository]()

Learning Objectives

Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - 🥚: Understanding this material is required, it covers the base skills you'll need to move on. You do not need to finish all of them but should feel comfortable that you could with enough time. - 🐣: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - 🐥: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - 🐔: These concepts or skills are not necessary but are related to this module. If you are finished with 🥚, 🐣 and 🐥 you can use the 🐔 exercises to push yourself without getting distracted from the module's main objectives. ---
FennyWilriani commented 1 year ago

I Need Help With:

What went well?

I've been reading about HTML DOM to understand more how it applies and what it does to the elements of an HTML document.

What went less well?

My understanding of DOM events/events listeners is only theoretical and it is still very shallow, and with the exercise, I don't quite know what to do or what result I need to achieve, yet after the Thursday-call organized by @danielhalasz where we try to work on a couple of exercises from the repo, it all makes easier to understand. Thank you so much @danielhalasz and I am very sorry for the super late check-in. 😅✌️

Lessons Learned

Sunday Prep Work

danielhalasz commented 1 year ago

hi Fenny, glad to hear the session helped a bit. there are a lot of examples / exercises in the repo to practice on.

most of the examples go through from the beginning how to achieve the separation of concerns..so it is important to keep in mind that the end result that we aim for is actually the last folder in most examples in the repo 🙂 such as: https://github.com/HackYourFutureBelgium/separation-of-concerns/tree/master/3-stepped/3-separated/madlibs/5-refactor-logic

FennyWilriani commented 1 year ago

Week 2

I Need Help With:

What went well?

What went less well?

I'm currently struggling with time as I just started my work. If HYF coaches have any more suggestion of YT tutorial about separation of concern, JS HTML DOM, or things related to the module we are currently studying which as good as Traversy media, it would be super amazing as I usually looking up their tutorials to kill time on train 😅

Lessons Learned

Sunday Prep Work

Keep working on the group exercise

danielhalasz commented 1 year ago

If HYF coaches have any more suggestion of YT tutorial about separation of concern,

there are videos about DOM manipulation, but for separation of concerns, the best way is to slowly go through the examples and exercises..and maybe watch some previous class recordings with different coaches

danielhalasz commented 1 year ago

week 3?

FennyWilriani commented 1 year ago

Week 2

I Need Help With:

What went well?

Do my reading for the next module and build understanding on the concept of Asynchronous Programming, what differentiate it from Synchronous and how it beneficial for the users. My reading reference for the next module of Asynchronous Programming are

What went less well?

I apologies for the super late check-in @danielhalasz. I have quite a lot going on this week with work training and family funeral. I haven't been able progressing on the next exercise to this module, yet I already put on my list to do more research on rendering and create simple search engine. 🙏

Lessons Learned

Sunday Prep Work

Clone repo, looking up video on group slack, and do more reading related to the module to be studied next week.