home |
about |
projects |
journal |
Welcome to my journal page! Here you'll find all of the journal entries that I have made so far regarding my CS1 coding experience. I hope it's not too boring :)
Oct. 19, 2020:
So far, I have essentially made a box that spins around and changes color. While this may seem simple, I also have a lot of failed pieces of code that attempt to make the color of the box randomized each time I hover over it. Perhaps the most frustrating part of this whole process so far has been the amount of trial-and-error work that I've had to do. I've been trying to improve at looking at a piece of code in sections, to be able to catch the little mistakes that I made that could be affecting the outcome. Overall, small mistakes seem to be constantly tripping me up in this process. Moreover, the most frustrating part about coding so far has been when I overlooked some very small, minute detail that affects my whole piece of code. At the same time, the gratifying part of coding is trying something out and finally seeing it function and work as it should. Going into this class, I did not expect that sense of gratification or feel happiness from simply writing a piece of code that works. I feel like the amount of time that I spend per week on each assignment is really what has been making me appreciate writing a successful block of code. Moving forward, I want to work on conditioning myself to cut down on the little mistakes that I tend to make, by practicing being precise and what I'm writing, and always testing out a piece of code once I write it. Oftentimes, I'll write a lot and then test it out as a whole, which results in me not knowing where in my block of text the error is. Testing small sections more frequently could be a way to eliminate this issue. So far, the labs that I've had have been informative and helpful. I like how I'm able to ask more questions that are specified to work on my project, then not everybody may need to hear. I think that they've made my experience in the class feel much more personalized, and also have made me more successful and focused overall.
Nov. 3, 2020:
Coding today has been far less frustrating than it has been in the past. I feel a lot more comfortable with the interface, so working on my website today has been more calming than anything else. I’m conflicted about whether I should continue with the color scheme that I am currently using, or switch to something more vibrant. While I really enjoy the simplicity of my site, it does feel a little boring. (SCROLL FOR MORE!)
Nov. 7, 2020:
I made a major mistake today- somehow, I managed to turn my whole website into a gray block. The main issue is that I have no idea what I did wrong, so this may take a while to fix :(
Nov. 23, 2020:
Today I continued working on my gratitude card from class. I went off of the template that we made in class, and everything was going well until I accidentally deleted the event listener. I was really confused for a good half an hour before being able to figure out what was wrong, and I have really started trying to make sure I didn’t make any silly mistakes.