| layout | post | ||
|---|---|---|---|
| title | <Put topic Title here> | ||
| date | <Put date of post here> | ||
| author | <Put author of post here> | ||
| category | <Put category (directory wich is the post in) of post here> | ||
| tags |
|
State your problem here (concisely)
Steps to take in order to solve the problem stated above. This can be in paragraph form, but the idea is not to write an essay, but rather a quick set of points to go from data to answer.
Bullets (Must have space between heading and bullets):
- Step 1
- Step 2
Ordered Lists (Must have space between header, same as bullets):
- Step 1
- Step 2
- Step 3
Pictures are added like this (be sure to add picture to images directory):
Code samples should be formatted:
{% highlight python %}
$ def foo(): ... print "Everyone is welcome to contribute!"
$ foo() Everyone is welcome to contribute! {% endhighlight %}
Explain why your technique works, the interpretation and the business impact if possible. Again, brevity is key, no one wants to read 10000 word articles!
