Design with failure in mind

Whenever you design anything, you should design with failure in mind. What does this mean? It means that building something, either physical or software etc, you should always design it in a way, that you expect things to go wrong at some point, but why? You’ve build something, why should it ever go wrong? Because … Continued

Yahoo Weather API

For some time ago, I did make a small wrapper for the yahoo weather API. I did this because Google closed their API, which was used by a lot of people. But the Yahoo weather API is not so easy to deal with, because they require you to provide the woeid (Where On Earth IDentifier). … Continued