To Code or Not to Code
01 May 2017
What is Ethics When I think of ethics I think of decision making that is majorly impactful in a positive or negative way. The word ethic originates from Greek that means “the science of morals”. So why do software engineers...
Software Engineering
Ethics
Read More
I Cast Meteor!
22 Mar 2017
The Spell Meteor There exists a powerful spell that helps growing wizards improve their ability to develop websites. That spell is Meteor. The spell itself is magical in that it automatically casts other spells to support the wizard: MongoDB, Angular,...
Software Engineering
Meteor
Read More
Meteor Gotchas
09 Mar 2017
Creating Meteor Projects As with any typical Meteor project we must first go to our command line, find the file we want to create the project in, and then type ‘meteor create filename’. Usually this runs with no problem. Following...
Software Engineering
Meteor
Read More
Why Web Pages Look Nice
22 Feb 2017
Why Use a UI Framework? It is without a doubt that UI frameworks are important to making nice looking websites. The difference when using a framework and not using one is like comparing a Windows 95 interface to a Windows...
Web Development
UI Frameworks
Read More
Code to Read
07 Feb 2017
Functional and Practical As a complete beginner, understanding a block of code can be difficult, but block itself should not be difficult to read. The way a programmer formats their code is important to writing readable code. Seeing text all...
ESLint
Intellij
Learning
JavaScript
Read More
Github is Good when Things Work
30 Jan 2017
Learning GitHub I started learning about GitHub around a year ago. It’s an amazing site that is hosting this page and allows people to collaborate on large projects that involve coding. The fact that you can work on a portion...
GitHub Desktop
Learning
Read More
Ask the Right Questions, Get Right Answers
26 Jan 2017
How do we get problems solved? In the world of software programming, programmers will often run into bugs whether they are just learning or seasoned professionals. There are also a diverse number programming languages that would make it nearly impossible...
StackOverFLow
Learning
Read More
Why am I even Coding
21 Jan 2017
Why am I an ICS Major I decided to become an ICS major for a simple reason, I want to make video games. While the major itself offers many job opportunities, I the wanting to make games is my driving...
Interests
Learning
Experiences
Read More
Javascript is Rather Nice
18 Jan 2017
Baby Steps Writing JavaScript has been for the most part fairly simply and straight forward in coding. Prior to this class I have had some JavaScripting experience already, so performing the freecodecamp.com JavaScript exercises was a good refresher as to...
Javascript
Learning
Read More