zelihapala / My-Coursework-Planner

0 stars 0 forks source link

[TECH ED] Hammock Driven Development #152

Open zelihapala opened 7 months ago

zelihapala commented 7 months ago

Link to the coursework

https://github.com/matthiasn/talk-transcripts/blob/master/Hickey_Rich/HammockDrivenDev.md

Why are we doing this?

Here's the video of this talk https://www.youtube.com/watch?v=f84n5oFoZBc

All the way through this course, we are trying to teach you one Big Idea: programming is problem solving.

We never want you to have no problems on this course! We want you to find problems and then solve them. The more problems you have, the better you are doing.

Maximum time in hours (Tech has max 16 per week total)

0

How to submit

Share a solution in your class channel -- write up your troubleshooting process and the solution you found for any problem.

zelihapala commented 6 months ago

Whenever I have a coding challenge, I start by breaking down the problem into smaller parts. Then, I search online for helpful resources and maybe watch a tutorial or two to get some ideas. After that, I practice coding and experiment with different solutions. If I get stuck, I reach out to my classmates or volunteers for advice. Finally, I keep trying until I find a solution that works. It's all about persistence and learning from each challenge.