What are Ethics? When you first start out programming you get excited at the thought of being able to manipulate a computer to do whatever you want. You build your skills and become capable of doing a lot more. But...
Exosphere When you first come across it, the name sticks out as a fast javascript framework, and that’s essentially what it is. Meteor is designed to simplify the relationship between the client and server side. I learned this javascript framework...
One problem that I have encountered in starting the digits project was getting the darn thing to install. As I started digits Part I it seemed pretty straightforward. I watched the WOD first and was confident I could do it...
Do coding standards contribute to the quality of code? Is it important enough to stress others to improve upon it? Probably. But how important? Consider this line of code: for (let i = 0; i < arr.length; i++) { //do...
In your programming career thus far, we’ve all had this insecurity of being ignorant. You soon come to realize this is just part of the game. We were all stupid in the beginning. Now we’re…less stupid. The secret to that...
I’ve had some prior experience to Javascript before but that was mostly self-taught with some bits were probably misinformation. I was glad to see a guideline we could follow to learn this expressive language. Learning more about Javascript, you see...
I entered my freshman year at UH Manoa as an “Exploratory Business” major. I didn’t even know what that meant. I didn’t know much after graduating high school. All I could think was “What Now?”. “So then what happens?”. On...