Wednesday, April 17, 2024

CST 338 End Course Report

    In CST338: Software Design, we are about to wrap up our final project and major assignment of the course. This course was incredibly educational, I learnt a ton about Java and Android and how to properly design and test software. 

    The first major victory I accomplished was completing the Jotto assignment. This is primarily because we are all new to Java (at least most of the students, since we started with C++). Having to overcome the initial learning curve the language presents along with implementing it into a word guess game was very challenging and yet rewarding, since I acquired a much better understanding upon completion. If I could go back in time, I would actually simply learn Java ahead of time (this is something that could be recommended to CS online students ahead of the first course, actually). I gained the ability to understand Java code, and that is massive. Another skill I gained is knowing how to create and run unit tests, which are very important in the world of software development. Yet another skill gained was a decent expertise over GitHub, which today is probably even more important than knowing unit tests!

    The second major victory I accomplished was definitely completing the android project. This thing was an absolute beast of an assignment, and conquering it proved equally as rewarding. I easily have probably 100 hours into the assignment, if I had to guess. However, the effort was well compensated as we now have an awesome mobile game application, one that Pokemon fans are especially certain to enjoy. Training with android studio taught me much; I particularly feel that I now have a strong foundation for Java app development, including a whole bunch of tools such as activity layout design, SQLite database operations, threading, recyclerviews, livedata, mediaPlayers, adapters, intent factories, push notifications, and much more. 

    Overall, this course was awesome, and I am grateful to have had a tremendous professor and TA for it. Thanks for the training and guidance Dr. C and Polina!

No comments:

Post a Comment