Restaurant.html I know it’s been a while since I wrote on my blog. Things have really been heating up. Over the last two weeks I have been pretty busy learning HTML, CSS, and some Java. What do these three things have in common? Well, for starters they have allowed me to create a local website. …
Category Archives: Uncategorized
Final Project
My final project was a collaboration project to create pacman. I worked on this project with my classmate Arbel. What I liked about working as a team was it allowed me to work on my strength and weaknesses. By having a teammate at my side I felt like I learned a lot and even brushed …
Vestibule 8 Assessment
System, Environment 1. What is P5? How is it distinguished from Processing? P5 is a java script library used for processing. Processing is used for coding adding a visual design. It is good for those who are artist, educators, and even those who are just starting out to learn code. 2. What does IDE stand …
Coding in the Dark Challenge – What I learned from completing the challenges and what changes can be implemented.
Today, I took a crack at the Coding in the Dark Challenge. We were given a code and had to get certain aspects of it to work more efficiently. We were also given questions to answer to test to get a better perception on how everything blends together and how to make our code more …
Constructors and Methods
As Day 7 is coming to a close I feel a little disappointed at how quickly time is passing us by. In class today and in groups we worked on constructors. A constructors is a block of code that initializes the newly created object. However, a constructor is not a method as it does not …
Create an array and an object
Today, was day 6 in my journey to become a front end software engineer. I learned how utilize and implement objects and arrays. What I liked about both objects and arrays is that they are clear, concise, and to the point. They make your coding look neater and more condensed. An array is a data …
Create a function
With Day 5, complete I feel like I’m finally getting there. I’m still a little bit unsure of what I’m learning but I’m trying through practice to get a hold on the topic we learned. On Friday, we learned how to create a function. In order to truly understand what we were creating we set …
mousePressed, mouseReleased, keyPressed, keyReleased, var, if, elseif, else, boolean, for while loop, nested for loop
WoW! It’s been a crazy day, I learned so much my brain feels like it’s going to explode. In class we learned about the if command. We learned how we need to assign variables in the global variable first before making an argument. Depending on the outcome of the argument (true or false) the code …
Meetup / Intro to Java
Today is Day 3 of the OpenCode: Tech Hire Program. My classmates and I went to a Meetup for Techies. Luckily for us, we found a meetup group that worked with all our schedules and gave us a sneak peak about what we would be learning in the upcoming weeks. The location of the event …
Shape of Movement
This next section covered in class today, was making shaped move across the canvas. We learned in class that it is important to assign a variable to name. This allows the reader to understand what they are coding and to let the computer know how to read the code. The format for creating a variable …