Day 73 of 100 Days of AI
Today I continued working on the Youtube review agent app project idea but I’m having issues with some of CrewAI tools. Once I resolve this I’ll have a better update.
Today I continued working on the Youtube review agent app project idea but I’m having issues with some of CrewAI tools. Once I resolve this I’ll have a better update.
I spent some time today trying to understand in more detail how Javascript works with web pages. I'm doing this through a mini project: a barebones to-do list app. Since I'm focussed on Javascript, I've asked ChatGPT to provide the style sheet to make
A review and next steps... Today I completed Part I: Language from the Eloquent Javascript book. I skimmed the final two chapters, which felt less practical for me at this stage of the learning journey. The penultimate chapter covers async programming (something I'll pick up later, as its
Oh the quirks of JS! I continue to be reminded of why I much prefer Python. Javascript, it turns out, is far more forgiving when it comes to making mistakes with the language (this is why Typescript exists.) For example let's consider working with strings and numbers. Python
I completed chapter 7 and it has to be the most confusing chapter of Eloquent Javascript so far. It jumps across concepts relatively quickly, assuming a firmer grasp than beginners might have. For example, I couldn't complete the bonus exercise on data structures, right after the robot sim.