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

Dnyandeo : Behaviour, Strategy, Implementation, 3 weeks #353

Open Dnyandeo33 opened 2 years ago

Dnyandeo33 commented 2 years ago

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. ---

1. Remix

Practice studying and remixing other people's solutions to coding challenges. Create your own solutions by mixing and matching pieces from other people's code.

2. Write

3. Review


Dnyandeo33 commented 2 years ago

Week 1

I Need Help With:

There are a couple of behavior-driven development frameworks like Jest, Jasmine, Mocha. which one do we need to use?

What went well?

I understood the syntax of testing. The first time testing code seems hard but after exercise getting familiar with testing code.

What went less well?

Testing is not an easy task, I need to think more about positive and negative possibilities. Now It's going hard for me.

Lessons Learned

Testing is essential for every development

Sunday Prep Work

Practice... Practice ... Practice

danielhalasz commented 2 years ago

There are a couple of behavior-driven development frameworks like Jest, Jasmine, Mocha. which one do we need to use?

You can use whichever you llike most, they are VERY similar. For the HYF course, Evan has used Jest, which is probably the most popular at the moment and is maintained by Facebook.

Dnyandeo33 commented 2 years ago

Week 2

What went well?

Lessons Learned

Think more according to problems.

Sunday Prep Work

Practice... Practice...Practice...

danielhalasz commented 2 years ago

excellent work

Dnyandeo33 commented 1 year ago

Week 3

What went well?

Lessons Learned

For solving problems research is most important. tackle problems one by one. Think according to the user.

Sunday Prep Work

Continue doing exercise...

danielhalasz commented 1 year ago

For solving problems research is most important. tackle problems one by one. Think according to the user.

you are a very good learner and well done for solving the exercises well and quickly.

when helping others, sometimes it can be helpful to help them find the solution on their own by giving tips and guidance, and only if they still struggle for long, reveal part of the solution.

Dnyandeo33 commented 1 year ago

Thank you so much @danielhalasz your appreciation inspires me. As you advised, while helping others first, I give references on the internet for learning. only if they cannot solve, I help them with part of code.