Sergej Chodarev (sergejx.net)
An investment in knowledge always pays the best interest.
— Benjamin Franklin
Invest Regularly in Your Knowledge Portfolio
Make learning a habit.
English is Just Another Programming Language
Treat English as Just Another Programming Language. Write documents as you would write code: honor the DRY principle, ETC, automation, and so on.
Example: Django documentation, manual pages
# Header
Paragraph of some **important** text, `code`
and [a link](http://examle.com)
- A list
- with
- multiple
- items.