Skip to main content

 Initial Commit.

In this weeks module, we learned about many of the challenges and expectations of being in an online learning environment. I know the program provides great flexibility but at the same time requires a great deal of commitment to complete. I am excited to be in the program and look forward to completing it in two years time. As long as I follow the guidelines presented in the lecture material (schedule study time, log in to the class consistently, start early, etc.) I will be able to succeed in this online program.

I also learned a bit about the history of CSUMB and how the CSUMB online program is structured. I like the way we will be able to take one class at a time for most semesters so that the work load is not overwhelming. Many of my classmates situation is similar to mine where we are working full time jobs while attending school. I am thankful that the CSUMB Online Computer Science degree program lets me still have time to meet my family commitments.

This week we also started working in Open Learning Initiative (OLI) to learn about group work. In the first module I was introduced to a team that was trying to build a booth for a festival. There were several group members and each had a different approach to group work. The initial meeting did not seem to go very well and the different personalities were clashing with each other. I was able to identify some of the behaviors that led to poor team dynamics, but I know after working through the other OLI modules I will be able to better identify the poor behaviors and find solutions to remedy them.

My plan for this upcoming week is to finish my Module 1 work, especially the industry outline assignment and start work on Module 2. I also want to work on my iOS tutorials in the background and make sure to commit my progress to Github.

Comments

Popular posts from this blog

CST 338: Week 4 Learning Journal - Markov Project Peer Review

For the Markov code review I worked with my teammate Brandon Hoppens. My strategy for the Markov assignment was to first read through the entire prompt and ensure that I had a general idea of what the program was supposed to do. I then worked through the prompt building each method before moving on to the next. I built all of the methods and then ran the test after my initial build. I was able to pass a few of the test and failed others. I then went back to the individual tests I failed and manually debugged them. This was in contrast to how Brandon tackled the prompt as he was implementing the methods as they were needed. He worked to ensure each piece that he added worked with the existing code base. I think I would change my strategy to adopt some of his methods and use an incremental approach. I relied on building the entire program before running the first test, and I can see how on bigger projects this could lead to some frustration.  The feedback I received from Brandon was ...

CST 370 Week 4 Journal

 This week primarily consisted of the Mid term which encompassed the first three weeks of learning. So far, this class has been challenging, but I am beginning to grasp some of the main concepts. I find that doing a daily review of the materials I have learned helps me to feel a little more confident that I understand. I feel that the main ideas have been computing the time complexity of the algorithm and getting familiar with some established algorithms for solving common problems. I will continue to study the new material and review previous materials to continue to improve.

Week 5 Learning Journal

Part One:  Supporting and Commenting on Teammate's Goals I visited the following teammate's blogs and commented on their goals. Juan's Blog Vance's Blog Part Two: Possible Capstone Ideas The three ideas I have for my capstone project are two different mobile apps and one indie game. For the two apps I am thinking of creating something in Swift, the programming language of iOS. The first app is a passion project that involves a list builder for a miniature tabletop game called OnePageRules. It is an independent miniature game ruleset and already has a web version. My app would take that template and adapt it for iOS. The second app would be a simple star wars app that utilizes an online API for Star Wars call SWAPI. This API has a number of entries related to the Star Wars universe in JSON format. My app would connect to this online API, download specific pieces of data and display them in the app.  The third idea would be to create a simple side scroller game. The game ...