Blog Posts

Common Mistakes

### 1: using namespace Every new developer that comes to C++ always starts writing code like this: myfirstprog.cpp ```c #include <iostream> using namespace std; ``` It seems reasonable and every

Read More

Want to set up WordPress to write about Programming

Setting up WordPress to display syntax highlighted code was a struggle due to different plugins that don’t all seem to work together, the different types of editor, etc. I don’t want to learn all abo

Read More

Hello World

This is the first article in the series OK. Lets do this. I keep trying to think about something big and interesting to write about. But that is just not working. All my time is spent trying to think

Read More

Interviews Processes

We ([Moz.com](https://Moz.com)) have been doing a lot of interviews for new engineers lately. I have been asked to help out trying to find the great new team members from the hordes of applicants (lu

Read More