What I did yesterday
- Not a lot happened yesterday really. Used the fact that it’s Thanksgiving in the US to take a break and leave the house for a while. I did however study a little Swift. Mainly solve the challenges for Day 73 which was learning about the Model-view-viewmodel Architecture(MVVM). This actually got me dizzy at first so I had to leave it, go play games for a little while (Black Myth: Wukong) and come back to tackle it. It actually grew on me and I have come to appreciate it a whole lot. The Separation of Concern here is so clear. Comparing that with React where you have your state at the top of the file along with related functions and such, it can become rather messy when dealing with a lot of reactivity. In that realm creating hooks would be the way to go but that would mean a hook for every reactive component? Sounds strange to me. Imagining a
useLoginPage
n
times where n is for each page sounds like a whole lot. - Ate watermelon while watching a youtube video about AI that
Nadja Rhodes
sent me and the part that really stuck with me is the Reversal Curse and how you have to ask a question from a certain angle and that made me appreciate prompting techniques more than I did
Today
- Drank Lemon tea and went straight to my desk to start touching up on my Programming Log. I added highlighting and color coding so it’s easier to follow what’s new in there as well as references. There’s a cute little RC logo right next to the part I mention RC members. The long-term goal for that particular addition is that I hope to eventually get into YC and when I do would like to be able to use the orange color to denote people from YC as well.
Upcoming
- Continuing with SwiftUI. Currently on Day 74 of 100 Days of SwiftUI. Almost 3/4 done! The next project is about Accessibility and I really wonder what I would be dealing with. First thing I can think about is Screen Readers