29 Nov 2017

Ethical Killing: Programming Autonomous Vehicles

The Autonomouse Trolley It is a ethical thought experiment that nearly everyone heard before. A trolley is out of control headed down to a fork in the tracks; you are in charge of the controls. If you do nothing it...

Software Engineering
Ethics
Autonomous Vehicles

Read More

19 Oct 2017

Meteor Bugs

Meteor: Uncaught RangeError: Maximum call stack size exceeded This is to remedy the Meteor error; hasStacks = !!e.stack; RangeError: Maximum call stack size exceeded That pops up on Windows operating system for any Meteor command entered. 1) uninstall NodeJS &...

Software Engineering
Meteor
Bugs

Read More

21 Sep 2017

Development Through Standards

Structured Coding For an individual, making sure you space several times instead of tab, or use one return statement per function instead of several can be time consuming and frustrating. However, unless you’re working on a project alone, coding standards...

Software Engineering
Coding Standards
ESLint

Read More

06 Sep 2017

Is This a Good Question?

The importance of being good at asking questions. If you’ve found yourself staring at the same 5 lines of code and wanting to smash your head with keyboard, chances are you’ve had to ask for help on some aspect of...

Software Engineering
Technical Help
Questions

Read More