Prefer Myopic Feedback

Prefer Myopic Feedback

This week, James Clear posted an interesting idea on How to effectively measure improvements. His main point was that it might be better approach to use short-term feedback to calibrate

60 seconds to TDD

60 seconds to TDD

This quick tutorial presents a minimal setup with Python to start coding using TDD. It only requires two lightweight dependencies nose and when-changed available through pip . Install and run sudo

Keeping a Journal

Keeping a Journal

Journaling is very powerful tool to record your thoughts, events, ideas, people you meet, goals, quotes or basically anything that matters to you. It can help you grow in every

YAML

YAML

BasicsReleased in 2001, data serialization language for humans, familiar to python, ruby, perl. Has scalars, lists, arrays, indentation, dashes, colons are data structures — used for config files and storing data