Ethics in Software Engineering
30 Nov 2017
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...
Coding Ethics
Morals
Read More
Meteors - A JavaScript Web Framework
26 Oct 2017
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...
Meteor
Application
Client/Server
Read More
Meteor Gotchas
19 Oct 2017
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...
Software Engineering
Meteor
Read More
The Good, The Bad, and The Lazy
21 Sep 2017
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...
Javascript
Coding Standards
ESLint
Read More
It's Okay to be Dumb
07 Sep 2017
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...
Stack Overflow
Questions
Read More
Bitter Sweet Love for Javascript
01 Sep 2017
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...
Javascript
ECMAScript 6
JSON
Read More
What Now?
31 Aug 2017
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...
First Year
Learning
Identity Crisis
Read More