Keep Going At the start of my spring semester I had the goal of pushing myself and start to decide what I want to with computer science. Now that I’m at the end I still don’t have a clear answer...
Learning Design Patterns Hearing about design patterns for the first time I thought it would be a reoccurring theme within code, like a motif. Then I remembered what class I was in and that something sounding like design patterns is...
My First Website! So far in my computer science journey I’ve really only written fairly basic programs in java and C, which are important but lacking in activity. What I mean by this is I can make a program but...
Starting with Standards In coding, something that I believe should be at least mentioned to everyone is camelCase. A naming convention was made to form multiple words as one word by capitalizing the first letter of the word(s) after the...
When learning anything new, an essential part to being able to advance and really understand what it is one is trying to learn is asking questions and knowing how to ask the right ones. When I first started learning aobut...
“You don’t have to be good to start… you just have to start to be good!”, Joe Sabah How I Started As my junior year comes to an end I was left with the question, what do I want to...
A starting point So far I’ve only learned java, C and bit of C++ and so I went into the freeCodeCamp relying on my previous knowledge of the languages I already know. Overall the basics of javascript and ES6 was...